I have installed hadoop 1.0.1 in my ubuntu laptop by a deb install file. the hadoop files are install into different directories, eg: config file are installed into /etc/hadoop, but the bin files are installed into /usr/sbin. So how can I specifiy the HADOOP_HOME?
Asked
Active
Viewed 7,477 times
2 Answers
1
HADOOP_HOME is the parent directory of the bin directory that holds the Hadoop scripts. see Getting started with Hadoop

Arnon Rotem-Gal-Oz
- 25,469
- 3
- 45
- 68
1
I would not set HADOOP_HOME in this case. I am using 1.0.4 deb installation on Ubuntu as well, and the only *HOME I set is JAVA_HOME in /etc/hadoop/hadoop-env.sh

Liang Zhou
- 2,055
- 19
- 20