From 6c1c8b38a074e85bab3e25f6f9a449912ed7b805 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Wed, 11 Feb 2015 00:41:07 +0000 Subject: [PATCH 1/2] Deprecate Debian packaging --- assembly/pom.xml | 18 ++++++++++++++++++ docs/building-spark.md | 2 ++ 2 files changed, 20 insertions(+) diff --git a/assembly/pom.xml b/assembly/pom.xml index 301ff69c2ae3..e3c3fc5f854d 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -221,6 +221,24 @@ deb + + maven-antrun-plugin + + + prepare-package + + run + + + + + NOTE: Debian packaging is deprecated and will be removed in a future release. + + + + + + org.codehaus.mojo buildnumber-maven-plugin diff --git a/docs/building-spark.md b/docs/building-spark.md index db6990581381..e96c94eb50fe 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 will be removed in a future release._ + 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 From d48989f772f7198985ea84a578421aab3ec934eb Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Wed, 11 Feb 2015 08:28:25 +0000 Subject: [PATCH 2/2] Refer to Spark 1.4 --- assembly/pom.xml | 2 +- docs/building-spark.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index e3c3fc5f854d..c1bcdbb664dd 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -232,7 +232,7 @@ - NOTE: Debian packaging is deprecated and will be removed in a future release. + NOTE: Debian packaging is deprecated and is scheduled to be removed in Spark 1.4. diff --git a/docs/building-spark.md b/docs/building-spark.md index e96c94eb50fe..d3824fb61eef 100644 --- a/docs/building-spark.md +++ b/docs/building-spark.md @@ -161,7 +161,7 @@ For help in setting up IntelliJ IDEA or Eclipse for Spark development, and troub # Building Spark Debian Packages -_NOTE: Debian packaging is deprecated and will be removed in a future release._ +_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: