[
https://issues.apache.org/jira/browse/HIVE-18871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16619489#comment-16619489
]
Hive QA commented on HIVE-18871:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12940095/HIVE-18871.5.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 14974 tests
executed
*Failed tests:*
{noformat}
TestMiniDruidCliDriver - did not produce a TEST-*.xml file (likely timed out)
(batchId=194)
[druidmini_masking.q,druidmini_test1.q,druidkafkamini_basic.q,druidmini_joins.q,druid_timestamptz.q]
org.apache.hadoop.hive.ql.exec.spark.TestSparkSessionTimeout.testMultiSessionSparkSessionTimeout
(batchId=245)
org.apache.hadoop.hive.ql.exec.spark.TestSparkSessionTimeout.testMultiSparkSessionTimeout
(batchId=245)
org.apache.hive.jdbc.TestJdbcWithMiniLlapArrow.testKillQuery (batchId=251)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/13884/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13884/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13884/
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: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12940095 - PreCommit-HIVE-Build
> hive on tez execution error due to set hive.aux.jars.path to hdfs://
> --------------------------------------------------------------------
>
> Key: HIVE-18871
> URL: https://issues.apache.org/jira/browse/HIVE-18871
> Project: Hive
> Issue Type: Bug
> Components: Tez
> Affects Versions: 2.2.1, 4.0.0, 3.2.0
> Environment: hadoop 2.6.5
> hive 2.2.1
> tez 0.8.4
> Reporter: zhuwei
> Assignee: zhuwei
> Priority: Major
> Attachments: HIVE-18871.1.patch, HIVE-18871.2.patch,
> HIVE-18871.3.patch, HIVE-18871.4.patch, HIVE-18871.5.patch
>
>
> When set the properties
> hive.aux.jars.path=hdfs://mycluster/apps/hive/lib/guava.jar
> and hive.execution.engine=tez; execute any query will fail with below error
> log:
> exec.Task: Failed to execute tez graph.
> java.lang.IllegalArgumentException: Wrong FS:
> hdfs://mycluster/apps/hive/lib/guava.jar, expected: file:///
> at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
> ~[hadoop-common-2.6.0.jar:?]
> at
> org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
> ~[hadoop-common-2.6.0.jar:?]
> at
> org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
> ~[hadoop-common-2.6.0.jar:?]
> at
> org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
> ~[hadoop-common-2.6.0.jar:?]
> at
> org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
> ~[hadoop-common-2.6.0.jar:?]
> at
> org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
> ~[hadoop-common-2.6.0.jar:?]
> at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:337)
> ~[hadoop-common-2.6.0.jar:?]
> at org.apache.hadoop.fs.FileSystem.copyFromLocalFile(FileSystem.java:1905)
> ~[hadoop-common-2.6.0.jar:?]
> at
> org.apache.hadoop.hive.ql.exec.tez.DagUtils.localizeResource(DagUtils.java:1007)
> ~[hive-exec-2.1.1.jar:2.1.1]
> at
> org.apache.hadoop.hive.ql.exec.tez.DagUtils.addTempResources(DagUtils.java:902)
> ~[hive-exec-2.1.1.jar:2.1.1]
> at
> org.apache.hadoop.hive.ql.exec.tez.DagUtils.localizeTempFilesFromConf(DagUtils.java:845)
> ~[hive-exec-2.1.1.jar:2.1.1]
> at
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.refreshLocalResourcesFromConf(TezSessionState.java:466)
> ~[hive-exec-2.1.1.jar:2.1.1]
> at
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.openInternal(TezSessionState.java:252)
> ~[hive-exec-2.1.1.jar:2.1.1]
> at
> org.apache.hadoop.hive.ql.exec.tez.TezSessionPoolManager$TezSessionPoolSession.openInternal(TezSessionPoolManager.java:622)
> ~[hive-exec-2.1.1.jar:2.1.1]
> at
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:206)
> ~[hive-exec-2.1.1.jar:2.1.1]
> at
> org.apache.hadoop.hive.ql.exec.tez.TezTask.updateSession(TezTask.java:283)
> ~[hive-exec-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.ql.exec.tez.TezTask.execute(TezTask.java:155)
> [hive-exec-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:197)
> [hive-exec-2.1.1.jar:2.1.1]
> at
> org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:100)
> [hive-exec-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:2073)
> [hive-exec-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1744)
> [hive-exec-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1453)
> [hive-exec-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1171)
> [hive-exec-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1161)
> [hive-exec-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:232)
> [hive-cli-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:183)
> [hive-cli-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:399)
> [hive-cli-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:335)
> [hive-cli-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.processReader(CliDriver.java:429)
> [hive-cli-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.processFile(CliDriver.java:445)
> [hive-cli-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:151)
> [hive-cli-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:399)
> [hive-cli-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.executeDriver(CliDriver.java:776)
> [hive-cli-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:714)
> [hive-cli-2.1.1.jar:2.1.1]
> at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:641)
> [hive-cli-2.1.1.jar:2.1.1]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ~[?:1.8.0_111]
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> ~[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
> at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
> [hadoop-common-2.6.0.jar:?]
> at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
> [hadoop-common-2.6.0.jar:?]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)