aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Hamstra <markhamstra@gmail.com>2014-01-14 21:36:58 -0800
committerMark Hamstra <markhamstra@gmail.com>2014-01-14 22:17:24 -0800
commit147a943df0f4f0df0bef7c0d41c5f4cfd00e00c2 (patch)
tree82e16c7f3af7fb485290e06a7c7272e2fbc525c2 /docs
parent148757e88cc6475deb6dc6cd181532fffc5492f1 (diff)
downloadspark-147a943df0f4f0df0bef7c0d41c5f4cfd00e00c2.tar.gz
spark-147a943df0f4f0df0bef7c0d41c5f4cfd00e00c2.tar.bz2
spark-147a943df0f4f0df0bef7c0d41c5f4cfd00e00c2.zip
Removed repl-bin and updated maven build doc.
Diffstat (limited to 'docs')
-rw-r--r--docs/building-with-maven.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/building-with-maven.md b/docs/building-with-maven.md
index b9ff0af76f..6a9a8d6817 100644
--- a/docs/building-with-maven.md
+++ b/docs/building-with-maven.md
@@ -71,8 +71,8 @@ This setup works fine in IntelliJ IDEA 11.1.4. After opening the project via the
## Building Spark Debian Packages ##
-It includes support for building a Debian package containing a 'fat-jar' which includes the repl, the examples and bagel. This can be created by specifying the following profiles:
+The maven build includes support for building a Debian package containing the assembly 'fat-jar', PySpark, and the necessary scripts and configuration files. This can be created by specifying the following:
- $ mvn -Prepl-bin -Pdeb clean package
+ $ mvn -Pdeb -DskipTests clean package
-The debian package can then be found under repl/target. We added the short commit hash to the file name so that we can distinguish individual packages build for SNAPSHOT versions.
+The debian package can then be found under assembly/target. We added the short commit hash to the file name so that we can distinguish individual packages built for SNAPSHOT versions.