aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a2c1f6d53d..aa2f076aac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -722,7 +722,7 @@
<profiles>
<profile>
- <id>hadoop2-yarn</id>
+ <id>yarn-alpha</id>
<properties>
<hadoop.major.version>2</hadoop.major.version>
<!-- 0.23.* is same as 2.0.* - except hardened to run production jobs -->
@@ -738,7 +738,7 @@
</profile>
<profile>
- <id>hadoop2.2-yarn</id>
+ <id>yarn</id>
<properties>
<hadoop.major.version>2</hadoop.major.version>
<hadoop.version>2.2.0</hadoop.version>