Added line for path for hadoop.

This commit is contained in:
Nicole Tietz-Sokolskaya 2012-01-21 19:06:19 -05:00
parent 0aad885527
commit 1f0db4ee10

View file

@ -42,3 +42,7 @@ export HISTCONTROL=ignoredups
# disable messaging # disable messaging
mesg n mesg n
# set the path for Hadoop
export HADOOP_HOME=~/hadoop/hadoop-0.20.2/
export PATH=$PATH:$HADOOP_HOME/bin