Skip to content

Commit

Permalink
update getting-started-gcp.md with new image names
Browse files Browse the repository at this point in the history
The `preview-ubuntu` image now points to a Dataproc 2.0 preview image, which does not contain Anaconda.  The command line in the current getting started guide will thus fail.
  • Loading branch information
willb authored Oct 1, 2020
1 parent 1e1c4ca commit b5eccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/getting-started-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The script below will initialize with the following:

gcloud dataproc clusters create $CLUSTER_NAME \
--region $REGION \
--image-version=preview-ubuntu \
--image-version=1.5-ubuntu18 \
--master-machine-type n1-standard-16 \
--num-workers $NUM_WORKERS \
--worker-accelerator type=nvidia-tesla-t4,count=$NUM_GPUS \
Expand Down

0 comments on commit b5eccbc

Please sign in to comment.