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

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

                Author: ASF GitHub Bot
            Created on: 24/Sep/20 00:58
            Start Date: 24/Sep/20 00:58
    Worklog Time Spent: 10m 
      Work Description: prasanthj merged pull request #1516:
URL: https://github.com/apache/hive/pull/1516


   


----------------------------------------------------------------
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: 489921)
    Time Spent: 2h  (was: 1h 50m)

> CTLT from MM to External or External to MM are failing with 
> hive.strict.managed.tables & hive.create.as.acid
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-24188
>                 URL: https://issues.apache.org/jira/browse/HIVE-24188
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Naresh P R
>            Assignee: Naresh P R
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Repro steps
>  
> {code:java}
> set hive.support.concurrency=true;
> set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
> create table test_mm(age int, name string) partitioned by(dept string) stored 
> as orc tblproperties('transactional'='true', 
> 'transactional_properties'='default');
> create external table test_external like test_mm LOCATION 
> '${system:test.tmp.dir}/create_like_mm_to_external';
> {code}
> Fails with below exception
> {code:java}
> Error: Error while processing statement: FAILED: Execution Error, return code 
> 1 from org.apache.hadoop.hive.ql.exec.DDLTask. 
> MetaException(message:default.test_external cannot be declared transactional 
> because it's an external table) (state=08S01,code=1){code}



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

Reply via email to