Skip to content

Commit dd9dbc3

Browse files
author
Alejandro Abdelnur
committed
Reverted MAPREDUCE-3003
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1180283 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1d45027 commit dd9dbc3

File tree

22 files changed

+121
-110
lines changed

22 files changed

+121
-110
lines changed

hadoop-mapreduce-project/CHANGES.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Trunk (unreleased changes)
2222
MAPREDUCE-2836. Provide option to fail jobs when submitted to non-existent
2323
fair scheduler pools. (Ahmed Radwan via todd)
2424

25-
MAPREDUCE-3003. Publish Yarn and MapReduce artifacts to Maven snapshot
26-
repository. (tucu)
27-
2825
BUG FIXES
2926

3027
MAPREDUCE-2950. [Gridmix] TestUserResolve fails in trunk.

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<parent>
1717
<artifactId>hadoop-mapreduce-client</artifactId>
1818
<groupId>org.apache.hadoop</groupId>
19-
<version>0.24.0-SNAPSHOT</version>
19+
<version>${hadoop-mapreduce.version}</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.apache.hadoop</groupId>
2323
<artifactId>hadoop-mapreduce-client-app</artifactId>
24-
<version>0.24.0-SNAPSHOT</version>
2524
<name>hadoop-mapreduce-client-app</name>
2625

2726
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<parent>
1717
<artifactId>hadoop-mapreduce-client</artifactId>
1818
<groupId>org.apache.hadoop</groupId>
19-
<version>0.24.0-SNAPSHOT</version>
19+
<version>${hadoop-mapreduce.version}</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.apache.hadoop</groupId>
2323
<artifactId>hadoop-mapreduce-client-common</artifactId>
24-
<version>0.24.0-SNAPSHOT</version>
2524
<name>hadoop-mapreduce-client-common</name>
2625

2726
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<parent>
1717
<artifactId>hadoop-mapreduce-client</artifactId>
1818
<groupId>org.apache.hadoop</groupId>
19-
<version>0.24.0-SNAPSHOT</version>
19+
<version>${hadoop-mapreduce.version}</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.apache.hadoop</groupId>
2323
<artifactId>hadoop-mapreduce-client-core</artifactId>
24-
<version>0.24.0-SNAPSHOT</version>
2524
<name>hadoop-mapreduce-client-core</name>
2625

2726
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<parent>
1717
<artifactId>hadoop-mapreduce-client</artifactId>
1818
<groupId>org.apache.hadoop</groupId>
19-
<version>0.24.0-SNAPSHOT</version>
19+
<version>${hadoop-mapreduce.version}</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.apache.hadoop</groupId>
2323
<artifactId>hadoop-mapreduce-client-hs</artifactId>
24-
<version>0.24.0-SNAPSHOT</version>
2524
<name>hadoop-mapreduce-client-hs</name>
2625

2726
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<parent>
1717
<artifactId>hadoop-mapreduce-client</artifactId>
1818
<groupId>org.apache.hadoop</groupId>
19-
<version>0.24.0-SNAPSHOT</version>
19+
<version>${hadoop-mapreduce.version}</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.apache.hadoop</groupId>
2323
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
24-
<version>0.24.0-SNAPSHOT</version>
2524
<name>hadoop-mapreduce-client-jobclient</name>
2625

2726
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<parent>
1717
<artifactId>hadoop-mapreduce-client</artifactId>
1818
<groupId>org.apache.hadoop</groupId>
19-
<version>0.24.0-SNAPSHOT</version>
19+
<version>${hadoop-mapreduce.version}</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.apache.hadoop</groupId>
2323
<artifactId>hadoop-mapreduce-client-shuffle</artifactId>
24-
<version>0.24.0-SNAPSHOT</version>
2524
<name>hadoop-mapreduce-client-shuffle</name>
2625

2726
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
<parent>
1818
<groupId>org.apache.hadoop</groupId>
1919
<artifactId>hadoop-mapreduce</artifactId>
20-
<version>0.24.0-SNAPSHOT</version>
20+
<version>${hadoop-mapreduce.version}</version>
2121
</parent>
2222
<groupId>org.apache.hadoop</groupId>
2323
<artifactId>hadoop-mapreduce-client</artifactId>
24-
<version>0.24.0-SNAPSHOT</version>
2524
<name>hadoop-mapreduce-client</name>
2625
<packaging>pom</packaging>
2726

hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-api/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<parent>
1717
<artifactId>hadoop-yarn</artifactId>
1818
<groupId>org.apache.hadoop</groupId>
19-
<version>0.24.0-SNAPSHOT</version>
19+
<version>${yarn.version}</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.apache.hadoop</groupId>
2323
<artifactId>hadoop-yarn-api</artifactId>
24-
<version>0.24.0-SNAPSHOT</version>
2524
<name>hadoop-yarn-api</name>
2625

2726
<properties>

hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<parent>
1717
<artifactId>hadoop-yarn-applications</artifactId>
1818
<groupId>org.apache.hadoop</groupId>
19-
<version>0.24.0-SNAPSHOT</version>
19+
<version>${yarn.version}</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.apache.hadoop</groupId>
2323
<artifactId>hadoop-yarn-applications-distributedshell</artifactId>
24-
<version>0.24.0-SNAPSHOT</version>
2524
<name>hadoop-yarn-applications-distributedshell</name>
2625

2726
<properties>

0 commit comments

Comments
 (0)