You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by zj...@apache.org on 2015/05/09 02:41:57 UTC

[03/50] hadoop git commit: MAPREDUCE-6342. Make POM project names consistent. Contributed by Rohith.

MAPREDUCE-6342. Make POM project names consistent. Contributed by Rohith.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/727be9a5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/727be9a5
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/727be9a5

Branch: refs/heads/YARN-2928
Commit: 727be9a54a0b9c7a2de94eeb9f49764f78959e4a
Parents: cd127ae
Author: Devaraj K <de...@apache.org>
Authored: Fri May 8 15:17:52 2015 +0530
Committer: Zhijie Shen <zj...@apache.org>
Committed: Fri May 8 17:32:45 2015 -0700

----------------------------------------------------------------------
 hadoop-mapreduce-project/CHANGES.txt                               | 2 ++
 .../hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml    | 2 +-
 .../hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml | 2 +-
 .../hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml   | 2 +-
 .../hadoop-mapreduce-client-hs-plugins/pom.xml                     | 2 +-
 .../hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml     | 2 +-
 .../hadoop-mapreduce-client-jobclient/pom.xml                      | 2 +-
 .../hadoop-mapreduce-client-nativetask/pom.xml                     | 2 +-
 .../hadoop-mapreduce-client-shuffle/pom.xml                        | 2 +-
 hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml           | 2 +-
 hadoop-mapreduce-project/pom.xml                                   | 2 +-
 11 files changed, 12 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt
index d43b90f..328ad50 100644
--- a/hadoop-mapreduce-project/CHANGES.txt
+++ b/hadoop-mapreduce-project/CHANGES.txt
@@ -404,6 +404,8 @@ Release 2.8.0 - UNRELEASED
     MAPREDUCE-6356. Misspelling of threshold in log4j.properties for tests.
     (Brahma Reddy Battula via aajisaka)
 
+    MAPREDUCE-6342. Make POM project names consistent. (Rohith via devaraj)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml
index 4f6f837..29fd570 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-app</artifactId>
   <version>3.0.0-SNAPSHOT</version>
-  <name>hadoop-mapreduce-client-app</name>
+  <name>Apache Hadoop MapReduce App</name>
 
   <properties>
     <applink.base>${project.build.directory}/${project.name}</applink.base>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
index ab00baa..82b71de 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-common</artifactId>
   <version>3.0.0-SNAPSHOT</version>
-  <name>hadoop-mapreduce-client-common</name>
+  <name>Apache Hadoop MapReduce Common</name>
 
   <properties>
     <!-- Needed for generating FindBugs warnings using parent pom -->

http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml
index 2a4a174..19ce44b 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-core</artifactId>
   <version>3.0.0-SNAPSHOT</version>
-  <name>hadoop-mapreduce-client-core</name>
+  <name>Apache Hadoop MapReduce Core</name>
 
   <properties>
     <!-- Needed for generating FindBugs warnings using parent pom -->

http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml
index e1648eb..08e4616 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-hs-plugins</artifactId>
   <version>3.0.0-SNAPSHOT</version>
-  <name>hadoop-mapreduce-client-hs-plugins</name>
+  <name>Apache Hadoop MapReduce HistoryServer Plugins</name>
 
   <properties>
     <!-- Needed for generating FindBugs warnings using parent pom -->

http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml
index fa8162b..3372019 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-hs</artifactId>
   <version>3.0.0-SNAPSHOT</version>
-  <name>hadoop-mapreduce-client-hs</name>
+  <name>Apache Hadoop MapReduce HistoryServer</name>
 
   <properties>
     <!-- Needed for generating FindBugs warnings using parent pom -->

http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
index e92d02b..bee9618 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
   <version>3.0.0-SNAPSHOT</version>
-  <name>hadoop-mapreduce-client-jobclient</name>
+  <name>Apache Hadoop MapReduce JobClient</name>
 
   <properties>
     <fork.mode>always</fork.mode>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml
index 7fc5f2d..3b0ee48 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-nativetask</artifactId>
   <version>3.0.0-SNAPSHOT</version>
-  <name>hadoop-mapreduce-client-nativetask</name>
+  <name>Apache Hadoop MapReduce NativeTask</name>
 
   <properties>
     <!-- Needed for generating FindBugs warnings using parent pom -->

http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml
index f00b344..12ae83d 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
   <version>3.0.0-SNAPSHOT</version>
-  <name>hadoop-mapreduce-client-shuffle</name>
+  <name>Apache Hadoop MapReduce Shuffle</name>
 
   <properties>
     <!-- Needed for generating FindBugs warnings using parent pom -->

http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
index 5a16820..b507a5c 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
@@ -26,7 +26,7 @@
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client</artifactId>
   <version>3.0.0-SNAPSHOT</version>
-  <name>hadoop-mapreduce-client</name>
+  <name>Apache Hadoop MapReduce Client</name>
   <packaging>pom</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/727be9a5/hadoop-mapreduce-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/pom.xml b/hadoop-mapreduce-project/pom.xml
index 5cee534..088a3ba 100644
--- a/hadoop-mapreduce-project/pom.xml
+++ b/hadoop-mapreduce-project/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>hadoop-mapreduce</artifactId>
   <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>hadoop-mapreduce</name>
+  <name>Apache Hadoop MapReduce</name>
   <url>http://hadoop.apache.org/mapreduce/</url>
 
   <properties>