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/02/18 11:38:18 UTC

[jira] [Commented] (HIVE-13074) NPE with HS2 Web UI when SQLOperationDisplay is null

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

Hive QA commented on HIVE-13074:
--------------------------------



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

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

{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 9805 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_partition_coltype_literals
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_stats_only_null
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver_stats_only_null
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/7017/testReport
Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/7017/console
Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-7017/

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

This message is automatically generated.

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

> NPE with HS2 Web UI when SQLOperationDisplay is null
> ----------------------------------------------------
>
>                 Key: HIVE-13074
>                 URL: https://issues.apache.org/jira/browse/HIVE-13074
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>            Reporter: Shinichi Yamashita
>            Assignee: Shinichi Yamashita
>         Attachments: HIVE-13074.1.patch
>
>
> In current master, I executed the following command,
> {code}
> 0: jdbc:hive2://XXX:10000/> set hive.execution.engine;
> {code}
> Next, I accessed Web page of HS2. And the following messages were displayed.
> {code}
> HTTP ERROR 500
> Problem accessing /hiveserver2.jsp. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.hive.generated.hiveserver2.hiveserver2_jsp._jspService(hiveserver2_jsp.java:131)
> 	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:565)
> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:479)
> 	(snip)
> {code}
> I think {{SQLOperationDisplay}} needs the handle when being null.



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