Skip to content

Commit

Permalink
Issue #9: now cloning from master
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkrishnan committed Oct 30, 2013
1 parent 6b784ee commit 09edb14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deploy/aws/emr_genie_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tar zxvf apache-tomcat-6.0.37.tar.gz
# Change port to 7001 to work out of the box
sed -i -e "s#8080#7001#g" /home/hadoop/apache-tomcat-6.0.37/conf/server.xml

# Update /home/hadoop/apache-tomcat-6.0.37/conf/web.xml to enable directory browsing
# TODO: update /home/hadoop/apache-tomcat-6.0.37/conf/web.xml to enable directory browsing

# Set up Genie specific properties
export CATALINA_HOME=/home/hadoop/apache-tomcat-6.0.37
Expand All @@ -39,9 +39,8 @@ mkdir -p /mnt/tomcat/genie-jobs;
ln -fs /mnt/tomcat/genie-jobs $CATALINA_HOME/webapps
mkdir -p /home/hadoop/.versions/pig-0.11.1/conf; touch /home/hadoop/.versions/pig-0.11.1/conf/pig.properties

# Set up genie
# can clone from master when the topic branch is merged
git clone -b issues/9 https://github.com/Netflix/genie.git
# Set up genie - get the latest from GitHub
git clone https://github.com/Netflix/genie.git
cd $HOME/genie; ./gradlew clean build -x test
cd $HOME/genie; ./local_deploy.sh

Expand Down

0 comments on commit 09edb14

Please sign in to comment.