From 147a943df0f4f0df0bef7c0d41c5f4cfd00e00c2 Mon Sep 17 00:00:00 2001 From: Mark Hamstra Date: Tue, 14 Jan 2014 21:36:58 -0800 Subject: Removed repl-bin and updated maven build doc. --- docs/building-with-maven.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3