You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2015/08/12 08:51:45 UTC

[jira] [Updated] (SPARK-9868) auto_sortmerge_join_8 fails non-deterministically in Jenkins

     [ https://issues.apache.org/jira/browse/SPARK-9868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Rosen updated SPARK-9868:
------------------------------
    Priority: Blocker  (was: Critical)

> auto_sortmerge_join_8 fails non-deterministically in Jenkins
> ------------------------------------------------------------
>
>                 Key: SPARK-9868
>                 URL: https://issues.apache.org/jira/browse/SPARK-9868
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 1.5.0
>            Reporter: Josh Rosen
>            Priority: Blocker
>
> https://amplab.cs.berkeley.edu/jenkins/view/Spark-QA-Test/job/Spark-Master-SBT/3219/AMPLAB_JENKINS_BUILD_PROFILE=hadoop2.3,label=centos/testReport/junit/org.apache.spark.sql.hive.execution/HiveCompatibilitySuite/auto_sortmerge_join_8/
> {code}
> Results do not match for auto_sortmerge_join_8:
> == Parsed Logical Plan ==
> 'Project [unresolvedalias(count(1))]
>  'Join Inner, Some(('a.key = 'b.key))
>   'UnresolvedRelation [bucket_small], Some(a)
>   'UnresolvedRelation [bucket_big], Some(b)
> == Analyzed Logical Plan ==
> _c0: bigint
> Aggregate [count(1) AS _c0#53110L]
>  Join Inner, Some((key#53105 = key#53108))
>   MetastoreRelation default, bucket_small, Some(a)
>   MetastoreRelation default, bucket_big, Some(b)
> == Optimized Logical Plan ==
> Aggregate [count(1) AS _c0#53110L]
>  Project
>   Join Inner, Some((key#53105 = key#53108))
>    Project [key#53105]
>     MetastoreRelation default, bucket_small, Some(a)
>    Project [key#53108]
>     MetastoreRelation default, bucket_big, Some(b)
> == Physical Plan ==
> TungstenAggregate(key=[], value=[(count(1),mode=Final,isDistinct=false)]
>  TungstenExchange SinglePartition
>   TungstenAggregate(key=[], value=[(count(1),mode=Partial,isDistinct=false)]
>    TungstenProject
>     SortMergeJoin [key#53105], [key#53108]
>      TungstenSort [key#53105 ASC], false, 0
>       TungstenExchange hashpartitioning(key#53105)
>        ConvertToUnsafe
>         HiveTableScan [key#53105], (MetastoreRelation default, bucket_small, Some(a))
>      TungstenSort [key#53108 ASC], false, 0
>       TungstenExchange hashpartitioning(key#53108)
>        ConvertToUnsafe
>         HiveTableScan [key#53108], (MetastoreRelation default, bucket_big, Some(b))
> Code Generation: true
> _c0
> !== HIVE - 1 row(s) ==   == CATALYST - 1 row(s) ==
> !76                      74
>                 
> 	at org.scalatest.Assertions$class.newAssertionFailedException(Assertions.scala:495)
> 	at org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:1555)
> 	at org.scalatest.Assertions$class.fail(Assertions.scala:1328)
> 	at org.scalatest.FunSuite.fail(FunSuite.scala:1555)
> 	at org.apache.spark.sql.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1$$anonfun$apply$mcV$sp$6.apply(HiveComparisonTest.scala:397)
> 	at org.apache.spark.sql.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1$$anonfun$apply$mcV$sp$6.apply(HiveComparisonTest.scala:368)
> 	at scala.runtime.Tuple3Zipped$$anonfun$foreach$extension$1.apply(Tuple3Zipped.scala:109)
> 	at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
> 	at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:34)
> 	at scala.runtime.Tuple3Zipped$.foreach$extension(Tuple3Zipped.scala:107)
> 	at org.apache.spark.sql.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1.apply$mcV$sp(HiveComparisonTest.scala:368)
> 	at org.apache.spark.sql.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1.apply(HiveComparisonTest.scala:238)
> 	at org.apache.spark.sql.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1.apply(HiveComparisonTest.scala:238)
> 	at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
> 	at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
> 	at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
> 	at org.scalatest.Transformer.apply(Transformer.scala:22)
> 	at org.scalatest.Transformer.apply(Transformer.scala:20)
> 	at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:166)
> 	at org.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:42)
> 	at org.scalatest.FunSuiteLike$class.invokeWithFixture$1(FunSuiteLike.scala:163)
> 	at org.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:175)
> 	at org.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:175)
> 	at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
> 	at org.scalatest.FunSuiteLike$class.runTest(FunSuiteLike.scala:175)
> 	at org.apache.spark.sql.hive.execution.HiveCompatibilitySuite.org$scalatest$BeforeAndAfter$$super$runTest(HiveCompatibilitySuite.scala:32)
> 	at org.scalatest.BeforeAndAfter$class.runTest(BeforeAndAfter.scala:200)
> 	at org.apache.spark.sql.hive.execution.HiveCompatibilitySuite.runTest(HiveCompatibilitySuite.scala:32)
> 	at org.scalatest.FunSuiteLike$$anonfun$runTests$1.apply(FunSuiteLike.scala:208)
> 	at org.scalatest.FunSuiteLike$$anonfun$runTests$1.apply(FunSuiteLike.scala:208)
> 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:413)
> 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:401)
> 	at scala.collection.immutable.List.foreach(List.scala:318)
> 	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
> 	at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:396)
> 	at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:483)
> 	at org.scalatest.FunSuiteLike$class.runTests(FunSuiteLike.scala:208)
> 	at org.scalatest.FunSuite.runTests(FunSuite.scala:1555)
> 	at org.scalatest.Suite$class.run(Suite.scala:1424)
> 	at org.scalatest.FunSuite.org$scalatest$FunSuiteLike$$super$run(FunSuite.scala:1555)
> 	at org.scalatest.FunSuiteLike$$anonfun$run$1.apply(FunSuiteLike.scala:212)
> 	at org.scalatest.FunSuiteLike$$anonfun$run$1.apply(FunSuiteLike.scala:212)
> 	at org.scalatest.SuperEngine.runImpl(Engine.scala:545)
> 	at org.scalatest.FunSuiteLike$class.run(FunSuiteLike.scala:212)
> 	at org.apache.spark.sql.hive.execution.HiveComparisonTest.org$scalatest$BeforeAndAfterAll$$super$run(HiveComparisonTest.scala:42)
> 	at org.scalatest.BeforeAndAfterAll$class.liftedTree1$1(BeforeAndAfterAll.scala:257)
> 	at org.scalatest.BeforeAndAfterAll$class.run(BeforeAndAfterAll.scala:256)
> 	at org.apache.spark.sql.hive.execution.HiveCompatibilitySuite.org$scalatest$BeforeAndAfter$$super$run(HiveCompatibilitySuite.scala:32)
> 	at org.scalatest.BeforeAndAfter$class.run(BeforeAndAfter.scala:241)
> 	at org.apache.spark.sql.hive.execution.HiveCompatibilitySuite.run(HiveCompatibilitySuite.scala:32)
> 	at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:462)
> 	at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:671)
> 	at sbt.ForkMain$Run$2.call(ForkMain.java:294)
> 	at sbt.ForkMain$Run$2.call(ForkMain.java:284)
> 	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)
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org