aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Liu <raymond.liu@intel.com>2013-12-06 10:30:16 +0800
committerRaymond Liu <raymond.liu@intel.com>2014-01-03 12:12:37 +0800
commitaec96dd108940b14004bb0895d20f4beceda9ff4 (patch)
tree0158ec5d39ad40bb1d01c4bad593325f0fd1aa9c
parentd1528c7c8c8bf37c471f399658881efea35b9741 (diff)
downloadspark-aec96dd108940b14004bb0895d20f4beceda9ff4.tar.gz
spark-aec96dd108940b14004bb0895d20f4beceda9ff4.tar.bz2
spark-aec96dd108940b14004bb0895d20f4beceda9ff4.zip
Change profile name new-yarn to hadoop2.2-yarn
-rw-r--r--assembly/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--yarn/pom.xml2
-rw-r--r--yarn/scheduler/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 7a719ad0d8..bd3420deb9 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -134,7 +134,7 @@
</dependencies>
</profile>
<profile>
- <id>new-yarn</id>
+ <id>hadoop2.2-yarn</id>
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
diff --git a/pom.xml b/pom.xml
index d1cf2c23b5..a2c1f6d53d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -738,7 +738,7 @@
</profile>
<profile>
- <id>new-yarn</id>
+ <id>hadoop2.2-yarn</id>
<properties>
<hadoop.major.version>2</hadoop.major.version>
<hadoop.version>2.2.0</hadoop.version>
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 2c2a31011c..d3c417f8f5 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -64,7 +64,7 @@
</profile>
<profile>
- <id>new-yarn</id>
+ <id>hadoop2.2-yarn</id>
<modules>
<module>2.2</module>
</modules>
diff --git a/yarn/scheduler/pom.xml b/yarn/scheduler/pom.xml
index 8c3656571d..8723b7bfd5 100644
--- a/yarn/scheduler/pom.xml
+++ b/yarn/scheduler/pom.xml
@@ -51,7 +51,7 @@
</profile>
<profile>
- <id>new-yarn</id>
+ <id>hadoop2.2-yarn</id>
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>