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
This commit is contained in:
parent
73bcd8da8a
commit
afc35c31ea
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue