Skip to content

Commit

Permalink
Removed repl-bin and updated maven build doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
markhamstra committed Jan 15, 2014
1 parent 148757e commit 147a943
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 305 deletions.
6 changes: 3 additions & 3 deletions docs/building-with-maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -754,15 +754,5 @@
</modules>

</profile>

<profile>
<id>repl-bin</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>repl-bin</module>
</modules>
</profile>
</profiles>
</project>
184 changes: 0 additions & 184 deletions repl-bin/pom.xml

This file was deleted.

57 changes: 0 additions & 57 deletions repl-bin/src/deb/bin/run

This file was deleted.

22 changes: 0 additions & 22 deletions repl-bin/src/deb/bin/spark-executor

This file was deleted.

21 changes: 0 additions & 21 deletions repl-bin/src/deb/bin/spark-shell

This file was deleted.

8 changes: 0 additions & 8 deletions repl-bin/src/deb/control/control

This file was deleted.

0 comments on commit 147a943

Please sign in to comment.