You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cn...@apache.org on 2016/06/17 23:21:33 UTC

[4/4] hadoop git commit: Fix hadoop-hdfs-native-client compilation on Windows. Contributed by Brahma Reddy Battula.

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

(cherry picked from commit 3ff0510ffdc20e44f06aec591782f8875b686327)
(cherry picked from commit 94759470b8a922d410797b8b76e055fd2fc6dd69)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3f2d2cd0
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3f2d2cd0
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3f2d2cd0

Branch: refs/heads/branch-2.8
Commit: 3f2d2cd0a19f4f2c038b8efeb26cdf1bdf65859a
Parents: c8b0ec5
Author: Andrew Wang <wa...@apache.org>
Authored: Mon May 2 18:15:51 2016 -0700
Committer: Chris Nauroth <cn...@apache.org>
Committed: Fri Jun 17 15:55:43 2016 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3f2d2cd0/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml
index b902531..f4f9033 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml
+++ b/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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org