You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/20 20:14:00 UTC

[jira] [Work logged] (IMPALA-10710) Log When Kudu Table Already Exists in HMS

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

ASF GitHub Bot logged work on IMPALA-10710:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/May/21 20:13
            Start Date: 20/May/21 20:13
    Worklog Time Spent: 10m 
      Work Description: belugabehr commented on pull request #26:
URL: https://github.com/apache/impala/pull/26#issuecomment-845445570


   @bartash I posted a patch on JIRA. Maybe someone can take a look at that.  The gerrit process is a bit more than I bargained for.  Thanks for the help.


-- 
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: 600019)
    Time Spent: 40m  (was: 0.5h)

> Log When Kudu Table Already Exists in HMS
> -----------------------------------------
>
>                 Key: IMPALA-10710
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10710
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Priority: Major
>         Attachments: IMPALA-10710.diff
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> As I understand the code, Impala performs HMS/Kudu {{CREATE TABLE}} interaction as:
>  * Create the table in Kudu
>  * Register table with HMS
>  * Drop the Kudu table on HMS error
> This is generally OK, except that it drops the table from Kudu on a {{TableAlreadyExists}} Exception.
> So, if I issue the same {{CREATE TABLE}} statement twice, the data will be dropped from Kudu on the second execution.
> This applies only to {{IF NOT EXISTS}} statements.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org