Sets of code I have created while studying below book.
Data Science on the Google Cloud Platform
http://shop.oreilly.com/product/0636920057628.do
Activate environment variables
cd Ch06/dataproc
source env.sh
Copy bootstrap script to google storage
./copy_to_gs.sh
Start dataproc
./init_cluster.sh
Remove cluster
./delete_cluster.sh