2
votes

I got an error when try to launch Julyterlab on Dataproc. it shows 403 error - Cannot read property 'path' of undefined

Any idea what would be the issue?

Error screen 1

Error screen 2

The glcoud command as follow: gcloud beta dataproc clusters create --enable-component-gateway --bucket --region asia-southeast1 --zone asia-southeast1-c --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 --image-version 1.5-debian10 --optional-components ANACONDA,JUPYTER --scopes 'https://www.googleapis.com/auth/cloud-platform' --project

1
How did you create the cluster? gcloud command would be helpful. - Dagang
Hello @Dagang, here is the gcloud command I used: gcloud beta dataproc clusters create cluster-8a69 --enable-component-gateway --bucket data-processing-2 --region asia-southeast1 --zone asia-southeast1-c --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 --image-version 1.5-debian10 --optional-components ANACONDA,JUPYTER --scopes 'googleapis.com/auth/cloud-platform' --project lucky-reactor-294323 - 佘錦祥

1 Answers

1
votes

You cannot create a notebook under the root directory. Do it under GCS or Local Disk.