spark git commit: SPARK-5727 [BUILD] Deprecate Debian packaging

2015-02-11 Thread srowen
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 

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 


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 
Authored: Wed Feb 11 08:30:16 2015 +
Committer: Sean Owen 
Committed: Wed Feb 11 08:30:25 2015 +

--
 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 @@
   
 
   
+maven-antrun-plugin
+
+  
+prepare-package
+
+  run
+
+
+  
+
+  NOTE: Debian packaging is deprecated and is scheduled to 
be removed in Spark 1.4.
+
+  
+
+  
+
+  
+  
 org.codehaus.mojo
 buildnumber-maven-plugin
 1.2

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



spark git commit: SPARK-5727 [BUILD] Deprecate Debian packaging

2015-02-11 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/master da89720bf -> bd0d6e0cc


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 

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


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

Branch: refs/heads/master
Commit: bd0d6e0cc3a329c4a1c08451a6d8a9281a422958
Parents: da89720
Author: Sean Owen 
Authored: Wed Feb 11 08:30:16 2015 +
Committer: Sean Owen 
Committed: Wed Feb 11 08:30:16 2015 +

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


http://git-wip-us.apache.org/repos/asf/spark/blob/bd0d6e0c/assembly/pom.xml
--
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 301ff69..c1bcdbb 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -222,6 +222,24 @@
   
 
   
+maven-antrun-plugin
+
+  
+prepare-package
+
+  run
+
+
+  
+
+  NOTE: Debian packaging is deprecated and is scheduled to 
be removed in Spark 1.4.
+
+  
+
+  
+
+  
+  
 org.codehaus.mojo
 buildnumber-maven-plugin
 1.2

http://git-wip-us.apache.org/repos/asf/spark/blob/bd0d6e0c/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