Skip to content

Commit aec96dd

Browse files
committed
Change profile name new-yarn to hadoop2.2-yarn
1 parent d1528c7 commit aec96dd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
</dependencies>
135135
</profile>
136136
<profile>
137-
<id>new-yarn</id>
137+
<id>hadoop2.2-yarn</id>
138138
<dependencies>
139139
<dependency>
140140
<groupId>org.apache.spark</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@
738738
</profile>
739739

740740
<profile>
741-
<id>new-yarn</id>
741+
<id>hadoop2.2-yarn</id>
742742
<properties>
743743
<hadoop.major.version>2</hadoop.major.version>
744744
<hadoop.version>2.2.0</hadoop.version>

yarn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</profile>
6565

6666
<profile>
67-
<id>new-yarn</id>
67+
<id>hadoop2.2-yarn</id>
6868
<modules>
6969
<module>2.2</module>
7070
</modules>

yarn/scheduler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</profile>
5252

5353
<profile>
54-
<id>new-yarn</id>
54+
<id>hadoop2.2-yarn</id>
5555
<dependencies>
5656
<dependency>
5757
<groupId>org.apache.spark</groupId>

0 commit comments

Comments
 (0)