[
https://issues.apache.org/jira/browse/HIVE-21678?focusedWorklogId=444457&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-444457
]
ASF GitHub Bot logged work on HIVE-21678:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Jun/20 18:09
Start Date: 11/Jun/20 18:09
Worklog Time Spent: 10m
Work Description: belugabehr commented on pull request #614:
URL: https://github.com/apache/hive/pull/614#issuecomment-642847051
Issue resolved in JIRA:
https://issues.apache.org/jira/browse/HIVE-21678
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 444457)
Time Spent: 2h 50m (was: 2h 40m)
> CTAS creating a Full ACID partitioned table fails because of no writeId.
> ------------------------------------------------------------------------
>
> Key: HIVE-21678
> URL: https://issues.apache.org/jira/browse/HIVE-21678
> Project: Hive
> Issue Type: Sub-task
> Components: HiveServer2, repl
> Affects Versions: 4.0.0
> Reporter: Ashutosh Bapat
> Assignee: Ashutosh Bapat
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-21678.01.patch, HIVE-21678.02.patch,
> HIVE-21678.03.patch, HIVE-21678.04.patch
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> create table t1(a int, b int);
> insert into t1 values (1, 2), (3, 4);
> create table t6_part partitioned by (a) stored as orc tblproperties
> ("transactional"="true") as select * from t1;
> 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)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)