aboutsummaryrefslogtreecommitdiff
path: root/docs/building-spark.md
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-02-11 08:30:16 +0000
committerSean Owen <sowen@cloudera.com>2015-02-11 08:30:16 +0000
commitbd0d6e0cc3a329c4a1c08451a6d8a9281a422958 (patch)
tree7e7bbb14626208966e8dbe45090bd6ef9f37e4b9 /docs/building-spark.md
parentda89720bf4023392436e75b6ed5e10ed8588a132 (diff)
downloadspark-bd0d6e0cc3a329c4a1c08451a6d8a9281a422958.tar.gz
spark-bd0d6e0cc3a329c4a1c08451a6d8a9281a422958.tar.bz2
spark-bd0d6e0cc3a329c4a1c08451a6d8a9281a422958.zip
SPARK-5727 [BUILD] Deprecate Debian packaging
This just adds a deprecation message. It's intended for backporting to branch 1.3 but can go in master too, to be followed by another PR that removes it for 1.4. Author: Sean Owen <sowen@cloudera.com> Closes #4516 from srowen/SPARK-5727.1 and squashes the following commits: d48989f [Sean Owen] Refer to Spark 1.4 6c1c8b3 [Sean Owen] Deprecate Debian packaging
Diffstat (limited to 'docs/building-spark.md')
-rw-r--r--docs/building-spark.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/building-spark.md b/docs/building-spark.md
index db69905813..d3824fb61e 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -161,6 +161,8 @@ For help in setting up IntelliJ IDEA or Eclipse for Spark development, and troub
# 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