Repository: spark
Updated Branches:
  refs/heads/branch-1.3 476b6d77b -> 057ec4f33


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 <so...@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

(cherry picked from commit bd0d6e0cc3a329c4a1c08451a6d8a9281a422958)
Signed-off-by: Sean Owen <so...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/057ec4f3
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/057ec4f3
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/057ec4f3

Branch: refs/heads/branch-1.3
Commit: 057ec4f3342fbffea497e06e7e43591da2ce1a20
Parents: 476b6d7
Author: Sean Owen <so...@cloudera.com>
Authored: Wed Feb 11 08:30:16 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Feb 11 08:30:25 2015 +0000

----------------------------------------------------------------------
 assembly/pom.xml       | 18 ++++++++++++++++++
 docs/building-spark.md |  2 ++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/057ec4f3/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index d1f33dc..87b3e6f 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -222,6 +222,24 @@
       <build>
         <plugins>
           <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>prepare-package</phase>
+                <goals>
+                  <goal>run</goal>
+                </goals>
+                <configuration>
+                  <target>
+                    <echo>
+                      NOTE: Debian packaging is deprecated and is scheduled to 
be removed in Spark 1.4.
+                    </echo>
+                  </target>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>buildnumber-maven-plugin</artifactId>
             <version>1.2</version>

http://git-wip-us.apache.org/repos/asf/spark/blob/057ec4f3/docs/building-spark.md
----------------------------------------------------------------------
diff --git a/docs/building-spark.md b/docs/building-spark.md
index db69905..d3824fb 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to