aboutsummaryrefslogtreecommitdiff
path: root/assembly/README
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2013-09-04 20:47:45 -0700
committerKonstantin Boudnik <cos@apache.org>2013-09-04 20:54:35 -0700
commit7c7c7e10ca9725753b0ddf1d694bf346748e776c (patch)
tree6300b684c9ec7d27c8df8f01f339f9404be4485f /assembly/README
parentc592a3c9b9b1e7cb810bd81555c009c642f9d12a (diff)
downloadspark-7c7c7e10ca9725753b0ddf1d694bf346748e776c.tar.gz
spark-7c7c7e10ca9725753b0ddf1d694bf346748e776c.tar.bz2
spark-7c7c7e10ca9725753b0ddf1d694bf346748e776c.zip
Updating assembly README to reflect recent changes in the build.
Diffstat (limited to 'assembly/README')
-rw-r--r--assembly/README11
1 files changed, 5 insertions, 6 deletions
diff --git a/assembly/README b/assembly/README
index 6ee2a536d7..14a5ff8dfc 100644
--- a/assembly/README
+++ b/assembly/README
@@ -4,10 +4,9 @@ It creates a single tar.gz file that includes all needed dependency of the proje
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
+This module is off by default. To activate it specify the profile in the command line
+ -Pbigtop-dist
-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
+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