diff --git a/profile b/profile index e7c68a0..f67d786 100644 --- a/profile +++ b/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