aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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