Skip to content

Commit

Permalink
BIGTOP-677. Fix location of hadoop conf dir in the CLASSPATH passed t…
Browse files Browse the repository at this point in the history
…o fuse_dfs

git-svn-id: https://svn.apache.org/repos/asf/incubator/bigtop/branches/branch-0.4@1371455 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rvs committed Aug 9, 2012
1 parent 2dcf7e5 commit 3ee52af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtop-packages/src/common/hadoop/install_hadoop.sh
Expand Up @@ -291,7 +291,7 @@ fi
for jar in \${HADOOP_HOME}/client/*.jar; do
CLASSPATH+="\$jar:"
done
CLASSPATH="\${HADOOP_HOME}/etc/hadoop/:\${CLASSPATH}"
CLASSPATH="/etc/hadoop/conf:\${CLASSPATH}"
env CLASSPATH="\${CLASSPATH}" \${HADOOP_HOME}/bin/fuse_dfs \$@
EOF
Expand Down

0 comments on commit 3ee52af

Please sign in to comment.