GoogleCloudPlatform / data-science-on-gcp

Source code accompanying book: Data Science on the Google Cloud Platform, Valliappa Lakshmanan, O'Reilly 2017
Apache License 2.0
1.31k stars 715 forks source link

Ch 06 Bayes Classification Using Pig - command needs region #111

Closed davezen1 closed 3 years ago

davezen1 commented 3 years ago

Another region addition to the command: Updated could be:

gcloud dataproc jobs submit pig \
     --cluster ch6cluster --region $REGION --file /tmp/bayes.pig
lakshmanok commented 3 years ago

thanks! fixed