aboutsummaryrefslogtreecommitdiff
path: root/yarn/pom.xml
diff options
context:
space:
mode:
authorRaymond Liu <raymond.liu@intel.com>2014-01-02 11:23:33 +0800
committerRaymond Liu <raymond.liu@intel.com>2014-01-03 12:14:38 +0800
commitebdfa6bb9766209bc5a3c4241fa47141c5e9c5cb (patch)
treeb0934f5257d7ace8409de75cb767de8f75bbd598 /yarn/pom.xml
parenta47ebf7228acb22f23293cc7197a14b88c1ea65a (diff)
downloadspark-ebdfa6bb9766209bc5a3c4241fa47141c5e9c5cb.tar.gz
spark-ebdfa6bb9766209bc5a3c4241fa47141c5e9c5cb.tar.bz2
spark-ebdfa6bb9766209bc5a3c4241fa47141c5e9c5cb.zip
Using name yarn-alpha/yarn instead of yarn-2.0/yarn-2.2
Diffstat (limited to 'yarn/pom.xml')
-rw-r--r--yarn/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 3300a465ef..7c145ef362 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -89,16 +89,16 @@
<profiles>
<profile>
- <id>hadoop2-yarn</id>
+ <id>yarn-alpha</id>
<modules>
- <module>2.0</module>
+ <module>alpha</module>
</modules>
</profile>
<profile>
- <id>hadoop2.2-yarn</id>
+ <id>yarn</id>
<modules>
- <module>2.2</module>
+ <module>stable</module>
</modules>
</profile>
</profiles>