
Ultimate access to all questions.
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]/_