You want to upload files from an on-premises virtual machine to Google Cloud Storage as part of a data migration. These files will be consumed by Cloud DataProc Hadoop cluster in a GCP environment. Which command should you use?
- Agsutil cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/ (correct answer)
- Bgcloud cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
- Chadoop fs cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
- Dgcloud dataproc cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
Reveal answer & explanationHide answer
The correct answer is A. Option A: gsutil cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/.