Glad to know you fixed it! I reckon 1.0 changed much scripts and
tarball structure and its probably HADOOP_PREFIX instead now.
If you feel this may help others as well, please also file a JIRA at
https://issues.apache.org/jira/browse/HADOOP with a patch. Thanks!
On Tue, Jan 31, 2012 at 9:57 PM, M
HADOOP_HOME is deprecated in hadoop 1.0.
I solved my problem by changing the libexec/hadoop-config.sh:
this="${BASH_SOURCE-$0}"
#echo $this
-common_bin=$(cd -P -- "$(dirname -- "$this")" && pwd -P)
to
+common_bin=$(cd -L -- "$(dirname -- "$this")" && pwd -L)
Bests,
Trad Mohamed Riadh, M.Sc,
Try exporting HADOOP_HOME in the launching user's environment to the
right path, on every one of your slave nodes where there is no such
symlink. Then try starting all again.
On Tue, Jan 31, 2012 at 2:57 AM, Mohamed Riadh Trad
wrote:
> Hi,
>
> I am upgraded my cluster to hadoop 1.0.0, however, hd
Hi,
I am upgraded my cluster to hadoop 1.0.0, however, hdfs fails to start and I
get the following message:
###
starting namenode, logging to
/home/local/trad/hadoop/cluster/hadoop-1.0.0.dfs/bin/../logs/hadoop-trad-namenode-master_dfs.out
slave001: /home/local/t