Back to home page

OSCL-LXR

 
 

    


0001 This is an assembly module for Spark project.
0002 
0003 It creates a single tar.gz file that includes all needed dependency of the project
0004 except for org.apache.hadoop.* jars that are supposed to be available from the
0005 deployed Hadoop cluster.
0006 
0007 This module is off by default. To activate it specify the profile in the command line
0008   -Pbigtop-dist
0009 
0010 If you need to build an assembly for a different version of Hadoop the
0011 hadoop-version system property needs to be set as in this example:
0012   -Dhadoop.version=2.7.4