We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250ec27 commit 72875b2Copy full SHA for 72875b2
dev/merge_spark_pr.py
@@ -38,6 +38,8 @@
38
# Remote name which points to Apache git
39
PUSH_REMOTE_NAME = os.environ.get("PUSH_REMOTE_NAME", "apache")
40
41
+print "%s" % PUSH_REMOTE_NAME
42
+
43
GIT_API_BASE = "https://api.github.com/repos/apache/spark"
44
# Prefix added to temporary branches
45
BRANCH_PREFIX = "PR_TOOL"
yarn/alpha/pom.xml
@@ -20,7 +20,7 @@
20
<parent>
21
<groupId>org.apache.spark</groupId>
22
<artifactId>yarn-parent_2.10</artifactId>
23
- <version>0.9.0-incubating</version>
+ <version>0.9.1-incubating-SNAPSHOT</version>
24
<relativePath>../pom.xml</relativePath>
25
</parent>
26
0 commit comments