[
https://issues.apache.org/jira/browse/HIVE-20152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16559253#comment-16559253
]
ASF GitHub Bot commented on HIVE-20152:
---------------------------------------
Github user anishek closed the pull request at:
https://github.com/apache/hive/pull/399
> reset db state, when repl dump fails, so rename table can be done
> -----------------------------------------------------------------
>
> Key: HIVE-20152
> URL: https://issues.apache.org/jira/browse/HIVE-20152
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Affects Versions: 3.0.0
> Reporter: anishek
> Assignee: anishek
> Priority: Critical
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-20152.1.patch, HIVE-20152.2.patch,
> HIVE-20152.3.patch, HIVE-20152.4.patch
>
>
> If a repl dump command is run and it fails for some reason while doing table
> level dumps, the state set on the db parameters is not reset and hence no
> table / partition renames can be done.
> the property to be reset is prefixed with key {code}bootstrap.dump.state
> {code}
> and it should be unset. meanwhile the workaround is
> {code}
> describe database extended [db_name];
> {code}
> assuming property is 'bootstrap.dump.state.something'
> {code}
> alter  database [db_name] set dbproperties
> ('bootstrap.dump.state.something'='idle');"
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)