Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 a87abf9b6 -> 590c7f0d7


HDFS-11181. Fuse wrapper has a typo. Contributed by Wei-Chiu Chuang.

(cherry picked from commit b36af9b76c37bbad0b33a16e39e69fd86dc0faee)


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

Branch: refs/heads/branch-2.8
Commit: 590c7f0d78f0130efabbcf960e37677316639c0f
Parents: a87abf9
Author: Wei-Chiu Chuang <weic...@apache.org>
Authored: Mon Dec 5 08:46:57 2016 -0800
Committer: Wei-Chiu Chuang <weic...@apache.org>
Committed: Mon Dec 5 08:56:24 2016 -0800

----------------------------------------------------------------------
 .../src/main/native/fuse-dfs/fuse_dfs_wrapper.sh                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/590c7f0d/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/fuse-dfs/fuse_dfs_wrapper.sh
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/fuse-dfs/fuse_dfs_wrapper.sh
 
b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/fuse-dfs/fuse_dfs_wrapper.sh
index 26dfd19..8c4b860 100755
--- 
a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/fuse-dfs/fuse_dfs_wrapper.sh
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/fuse-dfs/fuse_dfs_wrapper.sh
@@ -43,7 +43,7 @@ done < <(find "$HADOOP_PREFIX/hadoop-client" -name "*.jar" 
-print0)
 while IFS= read -r -d '' file
 do
   export CLASSPATH=$CLASSPATH:$file
-done < <(find "$HADOOP_PREFIX/hhadoop-hdfs-project" -name "*.jar" -print0)
+done < <(find "$HADOOP_PREFIX/hadoop-hdfs-project" -name "*.jar" -print0)
 
 export CLASSPATH=$HADOOP_CONF_DIR:$CLASSPATH
 export PATH=$FUSEDFS_PATH:$PATH


---------------------------------------------------------------------
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