Artificial Intelligence/Trouble shooting2 (Hive) Hive Error while compiling statement: FAILED: SemanticException [Error 10294]: Attempt to do update or delete using transaction manager that does not support these operations. - HIVE ALTER TABLE 명령어 사용법 정리 (INSERT, DROP, UPDATE X) Issue 테이블 mytable에서 part_yrmn이 '202203'인 것을 제외하려고 다음과 같이 입력했더니 Delete from mytable where part_yrmn='202203' 다음과 같은 에러가 떴다. Hive에서 INSERT...VALUES, UPDATE와 DELETE문을 사용할 수 없어서 뜨는 에러다. 다음과 같이 해결하면 된다. Solution 1) 먼저, Hive 0.14.0부터 INSERT...VALUES, UPDATE, DELETE가 full ACID support에서 사용가능하게 되었다. 즉, Hive 0.14.0 아래 버전을 쓰고 있다면 위 statements를 사용할 수 없다. 대신 ALTER TABLE statements를 사용하면 된다. 사실 Hive 공식 docs의.. 2022. 5. 11. (PyTorch) Missing keys & unexpected keys in state_dict when loading self trained model (Trouble) Missing keys & unexpected keys in state_dict when loading self trained model 에러 예시1) RuntimeError: Error(s) in loading state_dict for VGG: Missing key(s) in state_dict: "features.0.weight", "features.0.bias", "features.2.weight", "features.2.bias", "features.5.weight", "features.5.bias", "features.7.weight", "features.7.bias", "features.10.weight", "features.10.bias", "features.12.weig.. 2022. 4. 23. 이전 1 다음 728x90