Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Feedback Received
-
Affects Version/s: CDH4.0.0
-
Fix Version/s: None
-
Component/s: Hadoop Common, Packaging
Description
When the hadoop-hdfs package is downloaded from Cloudera's CDH4 repo, the hdfs script contains the following on line 22:
DEFAULT_LIBEXEC_DIR="$bin"/../libexec
However, the libexec file referenced does not exist. A workaround is to change this to the following:
DEFAULT_LIBEXEC_DIR="$bin"/../../hadoop/libexec
That file does exist.