spark-instrumented-optimizer/assembly
2013-07-31 17:26:55 -07:00
..
src/main/assembly SPARK-842. Maven assembly is including examples libs and dependencies 2013-07-31 17:26:55 -07:00
pom.xml SPARK-842. Maven assembly is including examples libs and dependencies 2013-07-31 17:26:55 -07:00
README Building spark assembly for further consumption of the Spark project with a deployed cluster 2013-07-21 11:47:29 -07:00

This is an assembly module for Spark project.

It creates a single tar.gz file that includes all needed dependency of the project
except for org.apache.hadoop.* jars that are supposed to be available from the
deployed Hadoop cluster.

This module is off by default to avoid spending extra time on top of repl-bin
module. To activate it specify the profile in the command line
  -Passembly

In case you want to avoid building time-expensive repl-bin module, that shaders
all the dependency into a big flat jar supplement maven command with
  -DnoExpensive