From ddfb6d6cdfe1e15e4fee27564367a5213c9a0429 Mon Sep 17 00:00:00 2001 From: Will Benton Date: Thu, 1 Oct 2020 17:53:09 -0500 Subject: [PATCH] update getting-started-gcp.md with new component names The `preview-ubuntu` image now points to an image that does not contain Anaconda; however, it also does not require Anaconda in order to run Jupyter. The command line in the current getting started guide will thus fail. Signed-off-by: William Benton --- docs/get-started/getting-started-gcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/getting-started-gcp.md b/docs/get-started/getting-started-gcp.md index cde1373af0f..788a964b4c8 100644 --- a/docs/get-started/getting-started-gcp.md +++ b/docs/get-started/getting-started-gcp.md @@ -50,7 +50,7 @@ gcloud dataproc clusters create $CLUSTER_NAME \ --worker-machine-type n1-highmem-32\ --num-worker-local-ssds 4 \ --initialization-actions gs://goog-dataproc-initialization-actions-${REGION}/gpu/install_gpu_driver.sh,gs://goog-dataproc-initialization-actions-${REGION}/rapids/rapids.sh \ - --optional-components=ANACONDA,JUPYTER,ZEPPELIN \ + --optional-components=JUPYTER,ZEPPELIN \ --metadata gpu-driver-provider="NVIDIA" \ --metadata rapids-runtime=SPARK \ --bucket $GCS_BUCKET \