-
- Downloads
SPARK-782 Clean up for ASM dependency.
This makes two changes. 1) Spark uses the shaded version of asm that is (conveniently) published with Kryo. 2) Existing exclude rules around asm are updated to reflect the new groupId of `org.ow2.asm`. This made all of the old rules not work with newer Hadoop versions that pull in new asm versions. Author: Patrick Wendell <pwendell@gmail.com> Closes #100 from pwendell/asm and squashes the following commits: 9235f3f [Patrick Wendell] SPARK-782 Clean up for ASM dependency.
Showing
- core/pom.xml 0 additions, 4 deletionscore/pom.xml
- core/src/main/scala/org/apache/spark/util/ClosureCleaner.scala 2 additions, 2 deletions...src/main/scala/org/apache/spark/util/ClosureCleaner.scala
- graphx/src/main/scala/org/apache/spark/graphx/util/BytecodeUtils.scala 2 additions, 2 deletions...in/scala/org/apache/spark/graphx/util/BytecodeUtils.scala
- pom.xml 36 additions, 5 deletionspom.xml
- project/SparkBuild.scala 10 additions, 10 deletionsproject/SparkBuild.scala
- repl/src/main/scala/org/apache/spark/repl/ExecutorClassLoader.scala 3 additions, 2 deletions...ain/scala/org/apache/spark/repl/ExecutorClassLoader.scala
Please register or sign in to comment