Closed jqian2015 closed 1 year ago
Hi @jqian2015 , I'm not aware of any reason why this wouldn't work. Something like
dsub \
--provider google-cls-v2 \
--project aaa-willyn-test \
--logging gs://willyn-dsub-test/temp/ \
--image 'gcr.io/google.com/cloudsdktool/cloud-sdk:slim' \
--command 'gcloud dataproc clusters list --region us-central1' \
--regions=us-central1
works for me
thanks a lot, very helpful!
A quick question, can we call google Cloud Dataproc API when using dsub? thanks.