[ https://issues.apache.org/jira/browse/HIVE-6816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13958721#comment-13958721 ]
Hive QA commented on HIVE-6816: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12638299/HIVE-6816.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 5542 tests executed *Failed tests:* {noformat} org.apache.hive.jdbc.TestJdbcDriver2.testNewConnectionConfiguration {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2093/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2093/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12638299 > jar upload path w/o schema is not handled correctly > --------------------------------------------------- > > Key: HIVE-6816 > URL: https://issues.apache.org/jira/browse/HIVE-6816 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Fix For: 0.13.0 > > Attachments: HIVE-6816.patch > > > {noformat} > java.io.IOException: java.net.URISyntaxException: Expected scheme name at > index 0: > :///user/sershe/hive-exec-0.14.0-SNAPSHOT-5a31b3483b29ad46db705a47893898b2b9f5b7ce3c65f0641bbecca2b1201d81.jar > at > org.apache.tez.client.TezClientUtils.setupDAGCredentials(TezClientUtils.java:304) > at org.apache.tez.client.TezSession.submitDAG(TezSession.java:202) > at org.apache.tez.client.TezSession.submitDAG(TezSession.java:154) > at org.apache.hadoop.hive.ql.exec.tez.TezTask.submit(TezTask.java:294) > at org.apache.hadoop.hive.ql.exec.tez.TezTask.execute(TezTask.java:147) > at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:153) > at > org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:85) > at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1473) > at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1240) > at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1058) > at org.apache.hadoop.hive.ql.Driver.run(Driver.java:885) > at org.apache.hadoop.hive.ql.Driver.run(Driver.java:875) > at > org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:268) > at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:220) > at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:424) > at > org.apache.hadoop.hive.cli.CliDriver.executeDriver(CliDriver.java:793) > at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:687) > at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:626) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.hadoop.util.RunJar.main(RunJar.java:212) > Caused by: java.net.URISyntaxException: Expected scheme name at index 0: > :///user/sershe/hive-exec-0.14.0-SNAPSHOT-5a31b3483b29ad46db705a47893898b2b9f5b7ce3c65f0641bbecca2b1201d81.jar > at java.net.URI$Parser.fail(URI.java:2829) > at java.net.URI$Parser.failExpecting(URI.java:2835) > at java.net.URI$Parser.parse(URI.java:3027) > at java.net.URI.<init>(URI.java:753) > at > org.apache.hadoop.yarn.util.ConverterUtils.getPathFromYarnURL(ConverterUtils.java:80) > at > org.apache.tez.client.TezClientUtils.setupDAGCredentials(TezClientUtils.java:296) > ... 22 more > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)