Browse Source

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

(cherry picked from commit 3ff0510ffdc20e44f06aec591782f8875b686327)
Andrew Wang 9 năm trước cách đây
mục cha
commit
94759470b8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>