Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0
Description
create materialized view acid_cmv_part disable rewrite partitioned on (k)
stored as orc TBLPROPERTIES ('transactional'='true')
as select key k, value from src order by k limit 5;
ERROR : FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. MoveTask : Write id is not set in the config by open txn task for migration
Error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. MoveTask : Write id is not set in the config by open txn task for migration (state=08S01,code=1)
Attachments
Attachments
Issue Links
- is a clone of
-
HIVE-21678 CTAS creating a Full ACID partitioned table fails because of no writeId.
- Resolved
- links to