From f45bc5b9b4c7fa19d7cba5d755ee5001d1edea05 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Sat, 21 Apr 2012 19:54:26 -0400 Subject: [PATCH] Updated hadoop home location --- profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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