Make fuse_dfs_wrapper.sh add the fuse_dfs executable in the hadoop deployment
directory to its path
---------------------------------------------------------------------------------------------------
Key: HADOOP-3763
URL: https://issues.apache.org/jira/browse/HADOOP-3763
Project: Hadoop Core
Issue Type: Improvement
Components: contrib/fuse-dfs
Reporter: Pete Wyckoff
This will make it easier to do upgrades and debug configuration problems since
we only have to copy the wrapper into a system directory - ie /bin and the
wrapper changes rarely. (and it could be a symlink)
So I just propose adding
export PATH=$HADOOP_HOME/contrib/fuse_dfs:$PATH
to the wrapper script.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.