-
- Downloads
Update Maven build to create assemblies expected by new scripts
This includes the following changes: - The "assembly" package now builds in Maven by default, and creates an assembly containing both hadoop-client and Spark, unlike the old BigTop distribution assembly that skipped hadoop-client - There is now a bigtop-dist package to build the old BigTop assembly - The repl-bin package is no longer built by default since the scripts don't reply on it; instead it can be enabled with -Prepl-bin - Py4J is now included in the assembly/lib folder as a local Maven repo, so that the Maven package can link to it - run-example now adds the original Spark classpath as well because the Maven examples assembly lists spark-core and such as provided - The various Maven projects add a spark-yarn dependency correctly
Showing
- assembly/lib/PY4J_LICENSE.txt 0 additions, 0 deletionsassembly/lib/PY4J_LICENSE.txt
- assembly/lib/PY4J_VERSION.txt 0 additions, 0 deletionsassembly/lib/PY4J_VERSION.txt
- assembly/lib/net/sf/py4j/py4j/0.7/py4j-0.7.jar 0 additions, 0 deletionsassembly/lib/net/sf/py4j/py4j/0.7/py4j-0.7.jar
- assembly/lib/net/sf/py4j/py4j/0.7/py4j-0.7.pom 9 additions, 0 deletionsassembly/lib/net/sf/py4j/py4j/0.7/py4j-0.7.pom
- assembly/lib/net/sf/py4j/py4j/maven-metadata-local.xml 12 additions, 0 deletionsassembly/lib/net/sf/py4j/py4j/maven-metadata-local.xml
- assembly/pom.xml 115 additions, 23 deletionsassembly/pom.xml
- assembly/src/main/assembly/assembly.xml 18 additions, 1 deletionassembly/src/main/assembly/assembly.xml
- examples/pom.xml 56 additions, 6 deletionsexamples/pom.xml
- pom.xml 3 additions, 13 deletionspom.xml
- project/SparkBuild.scala 2 additions, 2 deletionsproject/SparkBuild.scala
- run-example 7 additions, 2 deletionsrun-example
File moved
File moved
File moved
Please register or sign in to comment