[ https://issues.apache.org/jira/browse/HIVE-12466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15014419#comment-15014419 ]
Hive QA commented on HIVE-12466: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12773297/HIVE-12466-spark.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 9786 tests executed *Failed tests:* {noformat} TestHWISessionManager - did not produce a TEST-*.xml file org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_auto_join4 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_cbo_rp_annotate_stats_groupby org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_constantPropagateForSubQuery org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_insert_partition_dynamic org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority2 org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import org.apache.hive.jdbc.TestSSL.testSSLVersion {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/1006/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/1006/console Test logs: http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-1006/ 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: 9 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12773297 - PreCommit-HIVE-SPARK-Build > SparkCounter not initialized error > ---------------------------------- > > Key: HIVE-12466 > URL: https://issues.apache.org/jira/browse/HIVE-12466 > Project: Hive > Issue Type: Bug > Components: Spark > Reporter: Rui Li > Assignee: Xuefu Zhang > Attachments: HIVE-12466-spark.patch > > > During a query, lots of the following error found in executor's log: > {noformat} > 03:47:28.759 [Executor task launch worker-0] ERROR > org.apache.hive.spark.counter.SparkCounters - counter[HIVE, RECORDS_OUT_0] > has not initialized before. > 03:47:28.762 [Executor task launch worker-1] ERROR > org.apache.hive.spark.counter.SparkCounters - counter[HIVE, RECORDS_OUT_0] > has not initialized before. > 03:47:30.707 [Executor task launch worker-1] ERROR > org.apache.hive.spark.counter.SparkCounters - counter[HIVE, > RECORDS_OUT_1_default.tmp_tmp] has not initialized before. > 03:47:33.385 [Executor task launch worker-1] ERROR > org.apache.hive.spark.counter.SparkCounters - counter[HIVE, > RECORDS_OUT_1_default.test_table] has not initialized before. > 03:47:33.388 [Executor task launch worker-0] ERROR > org.apache.hive.spark.counter.SparkCounters - counter[HIVE, > RECORDS_OUT_1_default.test_table] has not initialized before. > 03:47:33.495 [Executor task launch worker-0] ERROR > org.apache.hive.spark.counter.SparkCounters - counter[HIVE, > RECORDS_OUT_1_default.test_table] has not initialized before. > 03:47:35.141 [Executor task launch worker-1] ERROR > org.apache.hive.spark.counter.SparkCounters - counter[HIVE, > RECORDS_OUT_1_default.test_table] has not initialized before. > ........... > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)