Updated hadoop home location
This commit is contained in:
parent
3cdf41599c
commit
f45bc5b9b4
1 changed files with 2 additions and 1 deletions
3
profile
3
profile
|
@ -45,7 +45,8 @@ if `tty -s`; then
|
|||
fi
|
||||
|
||||
# set the path for Hadoop
|
||||
export HADOOP=~/hadoop
|
||||
export HADOOP_VERSION=hadoop-1.0.1
|
||||
export HADOOP=~/hadoop/$HADOOP_VERSION
|
||||
export PATH=$PATH:$HADOOP/bin
|
||||
export JAVA_HOME=/usr
|
||||
|
||||
|
|
Loading…
Reference in a new issue