Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 961 Bytes

legacy.md

File metadata and controls

39 lines (28 loc) · 961 Bytes

Requirements

"Version Control" of the notebook

Make sure you have the latest version of the notebook on your Google Storage bucket

$ gsutil cp BDCCp1.ipynb gs://bdcc_up2015XXXX/notebooks/

When you're done bigclouding, copy the file back and commit changes

$ gsutil cp gs://bdcc_up2015XXXX/notebooks/BDCCp1.ipynb .

Starting the "cluster"

$ cd spark-setup
$ ./startCluster.sh <clustername> #.e.g, clusterup2015XXXX

Connecting

$ cd spark-setup
$ ./connectToCluster.sh <vm_name> # e.g., clusterup2015XXXX

The Jupyter instance should now be running on http://localhost:8123

Stopping

$ cd spark-setup
$ ./stopCluster.sh <vm_name> # e.g., clusterup2015XXXX

Note: if any of this fails, check the Google Cloud Platform Web App