[ https://issues.apache.org/jira/browse/HIVE-9063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240818#comment-14240818 ]
Hive QA commented on HIVE-9063: ------------------------------- {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/12686206/HIVE-9063.1-spark.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 7248 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_sample_islocalmode_hook org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_vector_cast_constant {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/508/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/508/console Test logs: http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-508/ 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: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12686206 - PreCommit-HIVE-SPARK-Build > NPE in RemoteSparkJobStatus.getSparkStatistics [Spark Branch] > ------------------------------------------------------------- > > Key: HIVE-9063 > URL: https://issues.apache.org/jira/browse/HIVE-9063 > Project: Hive > Issue Type: Sub-task > Components: Spark > Reporter: Rui Li > Assignee: Rui Li > Attachments: HIVE-9063.1-spark.patch > > > SparkCounters may be null and NPE is thrown: > {noformat} > 2014-12-09 22:37:15,268 ERROR [HiveServer2-Background-Pool: Thread-44]: > exec.Task (SparkTask.java:execute(119)) - Failed to execute spark task. > java.lang.NullPointerException > at > org.apache.hadoop.hive.ql.exec.spark.Statistic.SparkStatisticsBuilder.add(SparkStatisticsBuilder.java:49) > at > org.apache.hadoop.hive.ql.exec.spark.status.impl.RemoteSparkJobStatus.getSparkStatistics(RemoteSparkJobStatus.java:112) > at > org.apache.hadoop.hive.ql.exec.spark.SparkTask.execute(SparkTask.java:110) > at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:160) > at > org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:85) > at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1646) > at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1406) > at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1218) > at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1045) > at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1040) > at > org.apache.hive.service.cli.operation.SQLOperation.runQuery(SQLOperation.java:145) > at > org.apache.hive.service.cli.operation.SQLOperation.access$100(SQLOperation.java:70) > at > org.apache.hive.service.cli.operation.SQLOperation$1$1.run(SQLOperation.java:197) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:415) > at > org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1614) > at > org.apache.hive.service.cli.operation.SQLOperation$1.run(SQLOperation.java:209) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)