forked from andypetrella/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Stop and Start Environment
Chris Fregly edited this page Jun 28, 2016
·
4 revisions
- Your Cloud Provider allows you to Stop your Cloud Instance to save money
- This freezes the state of the instance - including the running Docker Container
- You can resume your work later by following the steps below
-
Re-Start Cloud Instance through Cloud Provider UI
-
SSH (or Putty/Windows) into your Cloud Instance similar to the initial setup using the SSH
.pem(or.ppk/Windows) file
sudo docker start pipeline
sudo docker exec -it pipeline bash
# HIT ENTER A FEW TIMES IF IT APPEARS STUCK
- HIT ENTER A FEW TIMES IF IT APPEARS STUCK
cd $PIPELINE_HOME && start-all-services.sh
cd $PIPELINE_HOME && start-spark-streaming.sh
- Continue with the same instructions from this step onward
- Explore the environment
Environment Setup
Demos
6. Serve Batch Recommendations
8. Streaming Probabilistic Algos
9. TensorFlow Image Classifier
Active Research (Unstable)
15. Kubernetes Docker Spark ML
Managing Environment
15. Stop and Start Environment