Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5.0
-
None
-
None
Description
The new shell scripts fail with a relative directory:
% current/bin/hadoop-daemons.sh start datanode
node1: current/bin/..: No such file or directory
node2: current/bin/..: No such file or directory
The problem is that HADOOP_HOME is set to a relative directory and hadoop-daemons does a cd, breaking the other scripts.
Attachments
Attachments
Issue Links
- is cloned by
-
HADOOP-566 hadoop-daemons.sh fails with "no such file or directory" when used from a relative symlinked path
- Closed