[ 
https://issues.apache.org/jira/browse/HIVE-20152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16546151#comment-16546151
 ] 

Hive QA commented on HIVE-20152:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12931884/HIVE-20152.2.patch

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 14661 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/12650/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12650/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12650/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12931884 - PreCommit-HIVE-Build

> 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, HIVE-20152.2.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)

Reply via email to