You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2016/01/13 21:20:39 UTC

[jira] [Commented] (HIVE-12862) Fix pom.xml to package hiveserver2.jsp

    [ https://issues.apache.org/jira/browse/HIVE-12862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15096918#comment-15096918 ] 

Hive QA commented on HIVE-12862:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12782058/HIVE-12862.1.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 8 failed/errored test(s), 9989 tests executed
*Failed tests:*
{noformat}
TestHWISessionManager - did not produce a TEST-*.xml file
TestMiniTezCliDriver-auto_sortmerge_join_13.q-alter_merge_2_orc.q-vector_outer_join2.q-and-12-more - did not produce a TEST-*.xml file
TestMiniTezCliDriver-vector_coalesce.q-auto_sortmerge_join_7.q-dynamic_partition_pruning.q-and-12-more - did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_tez_union
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import
org.apache.hadoop.hive.ql.exec.spark.session.TestSparkSessionManagerImpl.testMultiSessionMultipleUse
org.apache.hadoop.hive.ql.exec.spark.session.TestSparkSessionManagerImpl.testSingleSessionMultipleUse
org.apache.hive.jdbc.TestSSL.testSSLVersion
{noformat}

Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/6614/testReport
Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/6614/console
Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-6614/

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: 8 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12782058 - PreCommit-HIVE-TRUNK-Build

> Fix pom.xml to package hiveserver2.jsp
> --------------------------------------
>
>                 Key: HIVE-12862
>                 URL: https://issues.apache.org/jira/browse/HIVE-12862
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>            Reporter: Shinichi Yamashita
>            Assignee: Shinichi Yamashita
>         Attachments: HIVE-12862.1.patch
>
>
> In current master, we can confirm 404 HTTP status code when we access Web UI of HS2.
> * Web browser
> {code}
> HTTP ERROR 404
> Problem accessing /hiveserver2.jsp. Reason:
>     Servlet Not Initialized
> Caused by:
> javax.servlet.UnavailableException: Servlet Not Initialized
> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:536)
> 	(snip)
> {code}
> * log file
> {code}
> 2016-01-13T22:26:03,787 WARN  [main]: servlet.Holder (Holder.java:doStart(90)) - 
> java.lang.ClassNotFoundException: org.apache.hive.generated.hiveserver2.hiveserver2_jsp
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_65]
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_65]
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_65]
>         at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:424) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127]
>        (snip)
> {code}
> When service and service-rpc were separated, handling of about the build hiveserver2.jsp is deleted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)