Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goungoun/e290cd8b63eba7955006e12fdd346a76 to your computer and use it in GitHub Desktop.
Save goungoun/e290cd8b63eba7955006e12fdd346a76 to your computer and use it in GitHub Desktop.
gcloud dataproc clusters create
gcloud dataproc clusters create <NAME-OF-YOUR-CLUSTER> --subnet default --zone us-central1-b --master-machine-type n1-standard-2 --master-boot-disk-size 500 --num-workers 2 --worker-machine-type n1-standard-2 --worker-boot-disk-size 500 --project <YOUR-PROJECT-ID>
@goungoun
Copy link
Author

goungoun commented May 1, 2018

DataProc으로 cluster 생성이 안될 때 gcloud dataproc 명령어를 써서 해결

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment