(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)
2022-05-10 16:23

(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'
 
다음과 같은 에러가 떴다.
 ...
Trouble shooting
HIVE
hive acid
hive acid 속성 바꾸기
hive delete
hive enable acid
hive insert
hive transactional 속성 바꾸기
hive update
002

댓글