aboutsummaryrefslogtreecommitdiff
path: root/assembly/README
diff options
context:
space:
mode:
Diffstat (limited to 'assembly/README')
-rw-r--r--assembly/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/assembly/README b/assembly/README
new file mode 100644
index 0000000000..14a5ff8dfc
--- /dev/null
+++ b/assembly/README
@@ -0,0 +1,12 @@
+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