[ https://issues.apache.org/jira/browse/HIVE-7842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14143527#comment-14143527 ]
Hive QA commented on HIVE-7842: ------------------------------- {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/12670436/HIVE-7842.1-spark.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 6460 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_sample_islocalmode_hook org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_fs_default_name2 {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/144/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/144/console Test logs: http://ec2-54-176-176-199.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-144/ 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: 12670436 > Enable qtest load_dyn_part1.q [Spark Branch] > -------------------------------------------- > > Key: HIVE-7842 > URL: https://issues.apache.org/jira/browse/HIVE-7842 > Project: Hive > Issue Type: Sub-task > Components: Spark > Affects Versions: spark-branch > Reporter: Venki Korukanti > Assignee: Venki Korukanti > Labels: Spark-M1 > Fix For: spark-branch > > Attachments: HIVE-7842.1-spark.patch > > > On spark branch, load_dyn_part1.q fails with following assertion. Looks like > SerDe is receiving invalid ByteWritable buffer. > {code} > java.lang.AssertionError > "org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe.deserialize(BinarySortableSerDe.java:205)" > "org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe.deserialize(BinarySortableSerDe.java:187)" > "org.apache.hadoop.hive.ql.exec.spark.SparkReduceRecordHandler.processRow(SparkReduceRecordHandler.java:186)" > "org.apache.hadoop.hive.ql.exec.spark.HiveReduceFunctionResultList.processNextRecord(HiveReduceFunctionResultList.java:47)" > "org.apache.hadoop.hive.ql.exec.spark.HiveReduceFunctionResultList.processNextRecord(HiveReduceFunctionResultList.java:27)" > "org.apache.hadoop.hive.ql.exec.spark.HiveBaseFunctionResultList$ResultIterator.hasNext(HiveBaseFunctionResultList.java:98)" > "scala.collection.convert.Wrappers$JIteratorWrapper.hasNext(Wrappers.scala:41)" > "scala.collection.Iterator$class.foreach(Iterator.scala:727)" > "scala.collection.AbstractIterator.foreach(Iterator.scala:1157)" > "org.apache.spark.rdd.RDD$$anonfun$foreach$1.apply(RDD.scala:759)" > "org.apache.spark.rdd.RDD$$anonfun$foreach$1.apply(RDD.scala:759)" > "org.apache.spark.SparkContext$$anonfun$runJob$4.apply(SparkContext.scala:1121)" > "org.apache.spark.SparkContext$$anonfun$runJob$4.apply(SparkContext.scala:1121)" > "org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:62)" > "org.apache.spark.scheduler.Task.run(Task.scala:54)" > "org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:199)" > "java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)" > "java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)" > "java.lang.Thread.run(Thread.java:744)" > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)