aboutsummaryrefslogtreecommitdiff
path: root/docs/building-spark.md
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-02-12 12:36:26 +0000
committerSean Owen <sowen@cloudera.com>2015-02-12 12:36:26 +0000
commit9a3ea49f74b9a41dba527a7e995735f488fe0847 (patch)
treeb635193dfad26fa99e9508988386433420934e20 /docs/building-spark.md
parenta38e23c30fb5d12f8f46a119d91a0620036e6800 (diff)
downloadspark-9a3ea49f74b9a41dba527a7e995735f488fe0847.tar.gz
spark-9a3ea49f74b9a41dba527a7e995735f488fe0847.tar.bz2
spark-9a3ea49f74b9a41dba527a7e995735f488fe0847.zip
SPARK-5727 [BUILD] Remove Debian packaging
(for master / 1.4 only) Author: Sean Owen <sowen@cloudera.com> Closes #4526 from srowen/SPARK-5727.2 and squashes the following commits: 83ba49c [Sean Owen] Remove Debian packaging
Diffstat (limited to 'docs/building-spark.md')
-rw-r--r--docs/building-spark.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/building-spark.md b/docs/building-spark.md
index d3824fb61e..088da7da49 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -159,16 +159,6 @@ Thus, the full flow for running continuous-compilation of the `core` submodule m
For help in setting up IntelliJ IDEA or Eclipse for Spark development, and troubleshooting, refer to the
[wiki page for IDE setup](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-IDESetup).
-# Building Spark Debian Packages
-
-_NOTE: Debian packaging is deprecated and is scheduled to be removed in Spark 1.4._
-
-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 -Pdeb -DskipTests clean package
-
-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.
-
# Running Java 8 Test Suites
Running only Java 8 tests and nothing else.