Added line for path for hadoop.
This commit is contained in:
parent
0aad885527
commit
1f0db4ee10
1 changed files with 4 additions and 0 deletions
4
profile
4
profile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue