Browse Source

HADOOP-4687. Fix for webapps in hdfs and mapred.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/HADOOP-4687/hdfs@781261 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 16 năm trước cách đây
mục cha
commit
d43331a663
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      build.xml

+ 6 - 0
build.xml

@@ -250,6 +250,12 @@
         <exclude name="**/*.jsp" />
       </fileset>
     </copy>
+    <unzip src="${lib.dir}/hadoop-mapred-${hadoop-mr.version}.jar"
+        dest="${build.dir}">
+      <patternset>
+        <include name="webapps/**"/>
+      </patternset>
+    </unzip>
   </target>
 
   <target name="compile-hdfs-classes" depends="init">