aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>