Skip to content

Commit

Permalink
Some better hadoop stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
David Reid committed Feb 3, 2011
1 parent b40f512 commit 4704b20
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dreid/mochi.sh
Expand Up @@ -2,13 +2,14 @@ if [[ -d "/mochi" ]]; then
M_VIRTUALENV=/mochi/opt/app-env/py27-ticket16883
M_ERLANG_VER=R14B01

PATH=/mochi/opt/hadoop/bin:/mochi/opt/rabbitmq_server-2.1.1/sbin:$PATH
source /mochi/opt/hadoop/hadoop-env.sh

PATH=/mochi/opt/rabbitmq_server-2.1.1/sbin:$PATH
PATH=/mochi/opt/erlang-${M_ERLANG_VER}/bin:$PATH
PATH=/mochi/internal/bin:$PATH

HADOOP_HOME=/mochi/opt/hadoop/hadoop-0.20.2+737
PATH=$PATH:/mochi/bin

alias mve='source ${M_VIRTUALENV}/bin/activate'

export HADOOP_HOME
export HADOOP_HOME OOZIE_URL
fi

0 comments on commit 4704b20

Please sign in to comment.