Skip to content

Instantly share code, notes, and snippets.

View srgorelik's full-sized avatar

Seth Gorelik srgorelik

View GitHub Profile
@allanbatista
allanbatista / deploy_rstudio_with_dataproc.md
Last active March 27, 2023 09:11
Deploy RStudio with Dataproc

Create cluster

$ gcloud beta dataproc clusters create [CLUSTER-NAME] \
                              --enable-component-gateway \
                              --bucket bucket-name \
                              --region us-central1 \
                              --subnet default \
                              --zone us-central1-a \
                              --master-machine-type n1-standard-4 \

--master-boot-disk-size 500 \