Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/2685#issuecomment-60958696 Experimented with the last commit before #2241, tried to add Hive 0.13.1 dependencies to core/pom.xml to see which one may cause HashShuffleSuite failure. Unfortunately adding only org.spark-project.hive:hive-metastore:0.13.1 is enough to break Spark core test. To reproduce this: 1. Check out https://github.com/apache/spark/tree/0e88661 1. `git clean -dfx` 1. Add the following dependency to core/pom.xml: ```xml <dependency> <groupId>org.spark-project.hive</groupId> <artifactId>hive-metastore</artifactId> <version>${hive.version}</version> </dependency> ``` 1. Run `./sbt/sbt -Phadoop-2.3 clean assembly/assembly "core/test-only *.HashShuffleSuite"` According to @scwf, genuine Apache Hive jar files should work. /cc @pwendell @marmbrus
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org