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


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

Branch: refs/heads/HDFS-7240
Commit: 3ff0510ffdc20e44f06aec591782f8875b686327
Parents: 9e8411d
Author: Andrew Wang <w...@apache.org>
Authored: Mon May 2 18:15:51 2016 -0700
Committer: Andrew Wang <w...@apache.org>
Committed: Mon May 2 18:15:51 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/3ff0510f/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 4441ca4..1e67646 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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to