spark-instrumented-optimizer/assembly
Ankur Dave a8cf3ec157 Merge pull request #527 from ankurdave/graphx-assembly-pom
Add GraphX to assembly/pom.xml

Author: Ankur Dave <ankurdave@gmail.com>

== Merge branch commits ==

commit bb0b33ef9eb1b3d4a4fc283d9abb2ece4abcac23
Author: Ankur Dave <ankurdave@gmail.com>
Date:   Fri Jan 31 15:24:52 2014 -0800

    Add GraphX to assembly/pom.xml
2014-01-31 16:52:02 -08:00
..
src Add deb profile to assembly/pom.xml 2014-01-14 22:05:42 -08:00
pom.xml Merge pull request #527 from ankurdave/graphx-assembly-pom 2014-01-31 16:52:02 -08:00
README Updating assembly README to reflect recent changes in the build. 2013-09-04 20:54:35 -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 activate it specify the profile in the command line
  -Pbigtop-dist

If you need to build an assembly for a different version of Hadoop the
hadoop-version system property needs to be set as in this example:
  -Dhadoop.version=2.0.6-alpha