You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by tg...@apache.org on 2014/03/19 18:41:47 UTC

git commit: Update the yarn alpha version to 0.9.1-incubating-SNAPSHOT

Repository: spark
Updated Branches:
  refs/heads/branch-0.9 250ec271c -> 72875b29b


Update the yarn alpha version to 0.9.1-incubating-SNAPSHOT


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

Branch: refs/heads/branch-0.9
Commit: 72875b29bb69f654f1dc33e50cc6431a1cfbc0a0
Parents: 250ec27
Author: Thomas Graves <tg...@apache.org>
Authored: Wed Mar 19 12:41:11 2014 -0500
Committer: Thomas Graves <tg...@apache.org>
Committed: Wed Mar 19 12:41:11 2014 -0500

----------------------------------------------------------------------
 dev/merge_spark_pr.py | 2 ++
 yarn/alpha/pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/72875b29/dev/merge_spark_pr.py
----------------------------------------------------------------------
diff --git a/dev/merge_spark_pr.py b/dev/merge_spark_pr.py
index e8f78fc..e40a3b2 100755
--- a/dev/merge_spark_pr.py
+++ b/dev/merge_spark_pr.py
@@ -38,6 +38,8 @@ PR_REMOTE_NAME = os.environ.get("PR_REMOTE_NAME", "apache-github")
 # Remote name which points to Apache git
 PUSH_REMOTE_NAME = os.environ.get("PUSH_REMOTE_NAME", "apache")
 
+print "%s" % PUSH_REMOTE_NAME
+
 GIT_API_BASE = "https://api.github.com/repos/apache/spark"
 # Prefix added to temporary branches
 BRANCH_PREFIX = "PR_TOOL"

http://git-wip-us.apache.org/repos/asf/spark/blob/72875b29/yarn/alpha/pom.xml
----------------------------------------------------------------------
diff --git a/yarn/alpha/pom.xml b/yarn/alpha/pom.xml
index 349c835..8d60503 100644
--- a/yarn/alpha/pom.xml
+++ b/yarn/alpha/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>yarn-parent_2.10</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>