From 1f0db4ee10e07dd7a248a43a931756483d8ebe9c Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Sat, 21 Jan 2012 19:06:19 -0500 Subject: [PATCH] Added line for path for hadoop. --- profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile b/profile index 24ef63e..fbc6117 100644 --- a/profile +++ b/profile @@ -42,3 +42,7 @@ export HISTCONTROL=ignoredups # disable messaging mesg n +# set the path for Hadoop +export HADOOP_HOME=~/hadoop/hadoop-0.20.2/ +export PATH=$PATH:$HADOOP_HOME/bin +