Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You need to transfer files from an on-premises virtual machine to Google Cloud Storage for consumption by a Cloud Dataproc Hadoop cluster in GCP. What is the appropriate command to use for this upload?
A
gsutil cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
B
gcloud cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
C
hadoop fs cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
D
gcloud dataproc cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/