Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
removed IP address of EC2 machine (which does not exist anymore, anyw…
Browse files Browse the repository at this point in the history
…ay), as well as some old notebook files
  • Loading branch information
arifwider committed Dec 7, 2017
1 parent a00ec6f commit 80c6988
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3,700 deletions.
1 change: 0 additions & 1 deletion deployment/deploy-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ aws datapipeline put-pipeline-definition --pipeline-id $id --pipeline-definition
echo "Activating pipeline"
aws datapipeline activate-pipeline --pipeline-id $id

#TODO sleep X
#aws datapipeline deactivate-pipeline --pipeline-id $id --no-cancel-active
2 changes: 1 addition & 1 deletion deployment/deploy-zeppelin-instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ createCluster () {
sshWithKeypair() {
echo "Connecting to cluster via ssh on port 8157"
chmod 600 ~/keypair.pem
ssh -i ~/keypair.pem -ND 8157 hadoop@ec2-54-246-162-93.eu-west-1.compute.amazonaws.com
ssh -i ~/keypair.pem -ND 8157 hadoop@ec2-XX-XXX-XXX-XX.eu-west-1.compute.amazonaws.com
}

push_latest_bootstrap_actions(){
Expand Down
3,325 changes: 0 additions & 3,325 deletions notebook

This file was deleted.

373 changes: 0 additions & 373 deletions notebooks/arima_prototyping.ipynb

This file was deleted.

0 comments on commit 80c6988

Please sign in to comment.