[
https://issues.apache.org/jira/browse/HIVE-20626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625581#comment-16625581
]
Hive QA commented on HIVE-20626:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12941008/HIVE-20626.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 14994 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/14013/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14013/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14013/
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: 12941008 - PreCommit-HIVE-Build
> Log more details when druid metastore transaction fails in callback
> -------------------------------------------------------------------
>
> Key: HIVE-20626
> URL: https://issues.apache.org/jira/browse/HIVE-20626
> Project: Hive
> Issue Type: Improvement
> Components: Druid integration
> Reporter: Nishant Bangarwa
> Assignee: Nishant Bangarwa
> Priority: Major
> Attachments: HIVE-20626.patch
>
>
> Below exception does not give much details on what is the actual cause of the
> error.
> We also need to log the callback exception when we get it.
> {code}
> Caused by: org.apache.hadoop.hive.ql.metadata.HiveException:
> MetaException(message:Transaction failed do to exception being thrown from
> within the callback. See cause for the original exception.)
> at org.apache.hadoop.hive.ql.metadata.Hive.createTable(Hive.java:932)
> ~[hive-exec-3.1.0.3.0.0.0-1634.jar:3.1.0.3.0.0.0-1634]
> at org.apache.hadoop.hive.ql.metadata.Hive.createTable(Hive.java:937)
> ~[hive-exec-3.1.0.3.0.0.0-1634.jar:3.1.0.3.0.0.0-1634]
> at
> org.apache.hadoop.hive.ql.exec.DDLTask.createTable(DDLTask.java:4954)
> ~[hive-exec-3.1.0.3.0.0.0-1634.jar:3.1.0.3.0.0.0-1634]
> at org.apache.hadoop.hive.ql.exec.DDLTask.execute(DDLTask.java:428)
> ~[hive-exec-3.1.0.3.0.0.0-1634.jar:3.1.0.3.0.0.0-1634]
> at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:205)
> ~[hive-exec-3.1.0.3.0.0.0-1634.jar:3.1.0.3.0.0.0-1634]
> at
> org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:97)
> ~[hive-exec-3.1.0.3.0.0.0-1634.jar:3.1.0.3.0.0.0-1634]
> at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:2668)
> ~[hive-exec-3.1.0.3.0.0.0-1634.jar:3.1.0.3.0.0.0-1634]
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)