diff --git a/assembly/pom.xml b/assembly/pom.xml index 7a719ad0d880c1db83556b581fa7d52c05fc39ab..bd3420deb99a96b188a8ebe5e89e0ded57b7cb7b 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 d1cf2c23b553ed767724f35b1e2e273635a2baa7..a2c1f6d53d2fb20f61698f4b84d58018b92a4272 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 2c2a31011c071b9cb11b03b262bb230188517c93..d3c417f8f55abbf2be4f88b5fce6dd4f7cedb229 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 8c3656571d354bdf2c0ad2642456994522a4d32c..8723b7bfd511e1222fae5d377abf568cd2d679fa 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>