[
https://issues.apache.org/jira/browse/HIVE-21557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16806877#comment-16806877
]
Hive QA commented on HIVE-21557:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12964437/HIVE-21557.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 15858 tests
executed
*Failed tests:*
{noformat}
TestDataSourceProviderFactory - did not produce a TEST-*.xml file (likely timed
out) (batchId=230)
TestObjectStore - did not produce a TEST-*.xml file (likely timed out)
(batchId=230)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/16796/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16796/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16796/
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
Tests exited with: TestsFailedException: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12964437 - PreCommit-HIVE-Build
> Query based compaction fails with NullPointerException: Non-local session
> path expected to be non-null
> ------------------------------------------------------------------------------------------------------
>
> Key: HIVE-21557
> URL: https://issues.apache.org/jira/browse/HIVE-21557
> Project: Hive
> Issue Type: Bug
> Reporter: Peter Vary
> Assignee: Peter Vary
> Priority: Major
> Attachments: HIVE-21557.patch
>
>
> {code:java}
> 2019-03-29T13:04:19.282Z hiveserver2-65d5bb4bd8-xx24r hiveserver2 1
> db896a5e-5215-11e9-87ec-020c4712c37c [mdc@18060 class="compactor.CompactorMR"
> level="ERROR" thread="hiveserver2-65d5bb4bd8-xx24r-28"]
> org.apache.hadoop.hive.ql.metadata.HiveException: Failed to run drop table if
> exists default_tmp_compactor_asd_1553864659196
> at org.apache.hadoop.hive.ql.DriverUtils.runOnDriver(DriverUtils.java:57)
> at org.apache.hadoop.hive.ql.DriverUtils.runOnDriver(DriverUtils.java:34)
> at
> org.apache.hadoop.hive.ql.txn.compactor.CompactorMR.runCrudCompaction(CompactorMR.java:408)
> at
> org.apache.hadoop.hive.ql.txn.compactor.CompactorMR.run(CompactorMR.java:250)
> at org.apache.hadoop.hive.ql.txn.compactor.Worker.run(Worker.java:194)
> Caused by: java.lang.NullPointerException: Non-local session path expected to
> be non-null
> at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:228)
> at
> org.apache.hadoop.hive.ql.session.SessionState.getHDFSSessionPath(SessionState.java:838)
> at org.apache.hadoop.hive.ql.Context.<init>(Context.java:319)
> at org.apache.hadoop.hive.ql.Context.<init>(Context.java:305)
> at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:603)
> at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1881)
> at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:2004)
> at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1764)
> at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1753)
> at
> org.apache.hadoop.hive.ql.DriverUtils.runOnDriver(DriverUtils.java:54){code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)