You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/06/02 02:54:00 UTC

[jira] [Work logged] (HIVE-22396) CMV creating a Full ACID partitioned table fails because of no writeId

     [ https://issues.apache.org/jira/browse/HIVE-22396?focusedWorklogId=439865&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-439865 ]

ASF GitHub Bot logged work on HIVE-22396:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jun/20 02:53
            Start Date: 02/Jun/20 02:53
    Worklog Time Spent: 10m 
      Work Description: jcamachor closed pull request #826:
URL: https://github.com/apache/hive/pull/826


   


----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 439865)
    Time Spent: 20m  (was: 10m)

> CMV creating a Full ACID partitioned table fails because of no writeId
> ----------------------------------------------------------------------
>
>                 Key: HIVE-22396
>                 URL: https://issues.apache.org/jira/browse/HIVE-22396
>             Project: Hive
>          Issue Type: Sub-task
>          Components: HiveServer2, repl
>    Affects Versions: 4.0.0
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>         Attachments: HIVE-22396.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)