浏览代码

Merge -r 1208927:1208928 from trunk to branch. FIXES: HDFS-2614

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1209163 13f79535-47bb-0310-9956-ffa450edef68
Alejandro Abdelnur 13 年之前
父节点
当前提交
9a8cc9cc0c

+ 7 - 0
hadoop-assemblies/src/main/resources/assemblies/hadoop-dist.xml

@@ -107,6 +107,13 @@
       <directory>${project.build.directory}/site</directory>
       <directory>${project.build.directory}/site</directory>
       <outputDirectory>/share/doc/hadoop/${hadoop.component}</outputDirectory>
       <outputDirectory>/share/doc/hadoop/${hadoop.component}</outputDirectory>
     </fileSet>
     </fileSet>
+    <fileSet>
+      <directory>${basedir}/src/main/native</directory>
+      <includes>
+        <include>*.h</include>
+      </includes>
+      <outputDirectory>/include</outputDirectory>
+    </fileSet>
   </fileSets>
   </fileSets>
   <dependencySets>
   <dependencySets>
     <dependencySet>
     <dependencySet>

+ 3 - 1
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -77,7 +77,9 @@ Release 0.23.1 - UNRELEASED
 
 
     HDFS-2606. webhdfs client filesystem impl must set the content-type
     HDFS-2606. webhdfs client filesystem impl must set the content-type
     header for create/append. (tucu)
     header for create/append. (tucu)
-    
+
+    HDFS-2614. hadoop dist tarball is missing hdfs headers. (tucu)
+ 
 Release 0.23.0 - 2011-11-01 
 Release 0.23.0 - 2011-11-01 
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES