瀏覽代碼

Fix hadoop-hdfs-native-client compilation on Windows. Contributed by Brahma Reddy Battula.

(cherry picked from commit 3ff0510ffdc20e44f06aec591782f8875b686327)
Andrew Wang 9 年之前
父節點
當前提交
94759470b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml

@@ -148,7 +148,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
                     </exec>
                     <!-- Copy for inclusion in distribution. -->
                     <copy todir="${project.build.directory}/bin">
-                      <fileset dir="${project.build.directory}/native/target/bin/RelWithDebInfo"/>
+                      <fileset dir="${project.build.directory}/native/bin/RelWithDebInfo"/>
                     </copy>
                   </target>
                 </configuration>