You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/09/14 06:15:22 UTC

[1/4] git commit: Removing un-needed version in pom file

Updated Branches:
  refs/heads/branch-0.8 e270cd083 -> 83970d868


Removing un-needed version in pom file


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

Branch: refs/heads/branch-0.8
Commit: 7fea9fe5a6c6abe4d32fad4b050e5162afa068e0
Parents: e270cd0
Author: Patrick Wendell <pw...@gmail.com>
Authored: Fri Sep 13 20:27:17 2013 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Fri Sep 13 20:27:17 2013 -0700

----------------------------------------------------------------------
 core/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/7fea9fe5/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 010c6cc..7ffe7d0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -39,7 +39,6 @@
     <dependency>
       <groupId>net.java.dev.jets3t</groupId>
       <artifactId>jets3t</artifactId>
-      <version>0.7.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avro</groupId>


[2/4] git commit: Shortening Spark Version in docs

Posted by pw...@apache.org.
Shortening Spark Version in docs


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

Branch: refs/heads/branch-0.8
Commit: 8db278ad16e81f9b7f995005e6a8e942c8da6320
Parents: 7fea9fe
Author: Patrick Wendell <pw...@gmail.com>
Authored: Fri Sep 13 20:28:31 2013 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Fri Sep 13 20:28:31 2013 -0700

----------------------------------------------------------------------
 docs/_layouts/global.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/8db278ad/docs/_layouts/global.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 238ad26..0c1d657 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -6,7 +6,7 @@
     <head>
         <meta charset="utf-8">
         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <title>{{ page.title }} - Spark {{site.SPARK_VERSION}} Documentation</title>
+        <title>{{ page.title }} - Spark {{site.SPARK_VERSION_SHORT}} Documentation</title>
         <meta name="description" content="">
 
         <link rel="stylesheet" href="css/bootstrap.min.css">
@@ -109,7 +109,7 @@
                             </ul>
                         </li>
                     </ul>
-                    <!--<p class="navbar-text pull-right"><span class="version-text">v{{site.SPARK_VERSION}}</span></p>-->
+                    <!--<p class="navbar-text pull-right"><span class="version-text">v{{site.SPARK_VERSION_SHORT}}</span></p>-->
                 </div>
             </div>
         </div>


[4/4] git commit: Bumping version for yarn and repl artifacts.

Posted by pw...@apache.org.
Bumping version for yarn and repl artifacts.


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

Branch: refs/heads/branch-0.8
Commit: 83970d8685f9c35e8412c0c512d38879d1250c72
Parents: 3b88bcc
Author: Patrick Wendell <pw...@gmail.com>
Authored: Fri Sep 13 21:14:28 2013 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Fri Sep 13 21:14:28 2013 -0700

----------------------------------------------------------------------
 repl-bin/pom.xml | 2 +-
 yarn/pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/83970d86/repl-bin/pom.xml
----------------------------------------------------------------------
diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml
index a285c9f..967936f 100644
--- a/repl-bin/pom.xml
+++ b/repl-bin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.0-incubating-SNAPSHOT</version>
+    <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/83970d86/yarn/pom.xml
----------------------------------------------------------------------
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 26f6faa..d87c32c 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.0-incubating-SNAPSHOT</version>
+    <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


[3/4] git commit: Preparing versions for the next release attempt:

Posted by pw...@apache.org.
Preparing versions for the next release attempt:

1. Roll back version to 0.8.0 (from 0.8.1)
2. Include scala suffix '_2.9.3' in version identifier.


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

Branch: refs/heads/branch-0.8
Commit: 3b88bcc5bf67817181bf13c102ea5e56ca4f66be
Parents: 8db278a
Author: Patrick Wendell <pw...@gmail.com>
Authored: Fri Sep 13 20:34:09 2013 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Fri Sep 13 20:34:09 2013 -0700

----------------------------------------------------------------------
 assembly/pom.xml         | 2 +-
 bagel/pom.xml            | 2 +-
 core/pom.xml             | 2 +-
 examples/pom.xml         | 2 +-
 mllib/pom.xml            | 2 +-
 pom.xml                  | 2 +-
 project/SparkBuild.scala | 2 +-
 repl/pom.xml             | 2 +-
 streaming/pom.xml        | 2 +-
 tools/pom.xml            | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3b88bcc5/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index d93e7a5..f7216c1 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.1-incubating-SNAPSHOT</version>
+    <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3b88bcc5/bagel/pom.xml
----------------------------------------------------------------------
diff --git a/bagel/pom.xml b/bagel/pom.xml
index cfd365f..b85c8b2 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.1-incubating-SNAPSHOT</version>
+    <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3b88bcc5/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 7ffe7d0..8a20036 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.1-incubating-SNAPSHOT</version>
+    <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3b88bcc5/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 526c18e..49664a8 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.1-incubating-SNAPSHOT</version>
+    <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3b88bcc5/mllib/pom.xml
----------------------------------------------------------------------
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 2f72e28..e04039c 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.1-incubating-SNAPSHOT</version>
+    <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3b88bcc5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4c89df0..9656e3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <groupId>org.apache.spark</groupId>
   <artifactId>spark-parent</artifactId>
-  <version>0.8.1-incubating-SNAPSHOT</version>
+  <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Spark Project Parent POM</name>
   <url>http://spark.incubator.apache.org/</url>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3b88bcc5/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index ea73795..c052f88 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -79,7 +79,7 @@ object SparkBuild extends Build {
 
   def sharedSettings = Defaults.defaultSettings ++ Seq(
     organization := "org.apache.spark",
-    version := "0.8.0-incubating-SNAPSHOT",
+    version := "0.8.0-incubating",
     scalaVersion := "2.9.3",
     scalacOptions := Seq("-unchecked", "-optimize", "-deprecation", 
       "-target:" + SCALAC_JVM_VERSION),

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3b88bcc5/repl/pom.xml
----------------------------------------------------------------------
diff --git a/repl/pom.xml b/repl/pom.xml
index 630f6d5..5df2678 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.1-incubating-SNAPSHOT</version>
+    <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3b88bcc5/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 5c3ec68..967d5b6 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.1-incubating-SNAPSHOT</version>
+    <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3b88bcc5/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 3fa7d09..78cd03c 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.1-incubating-SNAPSHOT</version>
+    <version>0.8.0-incubating_2.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>