[ https://issues.apache.org/jira/browse/HIVE-20152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
anishek reassigned HIVE-20152: ------------------------------ Assignee: anishek (was: mahesh kumar behera) > 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 > Attachments: HIVE-20152.1.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)