[
https://issues.apache.org/jira/browse/HIVE-16353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984291#comment-15984291
]
Hive QA commented on HIVE-16353:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12864988/HIVE-16353.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 10639 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestAccumuloCliDriver.testCliDriver[accumulo_index]
(batchId=225)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[dynamic_semijoin_user_level]
(batchId=140)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr]
(batchId=143)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/4877/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/4877/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-4877/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12864988 - PreCommit-HIVE-Build
> Jetty 9 upgrade breaks hive master LLAP
> ---------------------------------------
>
> Key: HIVE-16353
> URL: https://issues.apache.org/jira/browse/HIVE-16353
> Project: Hive
> Issue Type: Bug
> Reporter: Rajesh Balamohan
> Assignee: Gopal V
> Priority: Critical
> Attachments: HIVE-16353.patch, HIVE-16353.patch
>
>
> HIVE-16049 upgraded to jetty 9. It is committed to apache master which is
> still 2.3.0-snapshot. This breaks couple of other components like LLAP and
> ends up throwing the following error during runtime.
> {noformat}
> 2017-04-02T20:17:45,435 WARN [main ()]
> org.apache.hadoop.hive.llap.daemon.impl.LlapDaemon: Failed to start LLAP
> Daemon with exception
> java.lang.NoClassDefFoundError: org/eclipse/jetty/rewrite/handler/Rule
> at org.apache.hive.http.HttpServer$Builder.build(HttpServer.java:125)
> ~[hive-exec-2.3.0-SNAPSHOT.jar:2.3.0-SNAPSHOT]
> at
> org.apache.hadoop.hive.llap.daemon.services.impl.LlapWebServices.serviceInit(LlapWebServices.java:102)
> ~[hive-llap-server-2.3.0-SNAPSHOT.jar:2.3.0-SNAPSHOT]
> at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
> ~[hadoop-common-2.7.3.2.5.0.0-1245.jar:?]
> at
> org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
> ~[hadoop-common-2.7.3.2.5.0.0-1245.jar:?]
> at
> org.apache.hadoop.hive.llap.daemon.impl.LlapDaemon.serviceInit(LlapDaemon.java:385)
> ~[hive-llap-server-2.3.0-SNAPSHOT.jar:2.3.0-SNAPSHOT]
> at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
> ~[hadoop-common-2.7.3.2.5.0.0-1245.jar:?]
> at
> org.apache.hadoop.hive.llap.daemon.impl.LlapDaemon.main(LlapDaemon.java:528)
> [hive-llap-server-2.3.0-SNAPSHOT.jar:2.3.0-SNAPSHOT]
> Caused by: java.lang.ClassNotFoundException:
> org.eclipse.jetty.rewrite.handler.Rule
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_77]
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_77]
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[?:1.8.0_77]
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_77]
> ... 7 more
> 2017-04-02T20:17:45,441 INFO [main ()]
> org.apache.hadoop.hive.llap.daemon.impl.LlapDaemon: LlapDaemon shutdown
> invoked
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)