Selaa lähdekoodia

Merge -r 1297269:1297270 from trunk to branch. FIXES: HADOOP-8125

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1297281 13f79535-47bb-0310-9956-ffa450edef68
Alejandro Abdelnur 13 vuotta sitten
vanhempi
commit
afc35c31ea
2 muutettua tiedostoa jossa 9 lisäystä ja 2 poistoa
  1. 6 2
      hadoop-client/pom.xml
  2. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 6 - 2
hadoop-client/pom.xml

@@ -17,9 +17,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.hadoop</groupId>
-    <artifactId>hadoop-project</artifactId>
+    <artifactId>hadoop-project-dist</artifactId>
     <version>0.23.3-SNAPSHOT</version>
-    <relativePath>../hadoop-project</relativePath>
+    <relativePath>../hadoop-project-dist</relativePath>
   </parent>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-client</artifactId>
@@ -29,6 +29,10 @@
   <description>Apache Hadoop Client</description>
   <name>Apache Hadoop Client</name>
 
+<properties>
+   <hadoop.component>client</hadoop.component>
+ </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.hadoop</groupId>

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -65,6 +65,9 @@ Release 0.23.3 - UNRELEASED
     HADOOP-7994. Remove getProtocolVersion and getProtocolSignature from the
     client side translator and server side implementation. (jitendra)
 
+    HADOOP-8125. make hadoop-client set of curated jars available in a
+    distribution tarball (rvs via tucu)
+
   OPTIMIZATIONS
 
   BUG FIXES