Google · GCP-PCD
Pregunta 1 de 10

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 CloudDataProc Hadoop cluster in a GCP environment.Which command should you use?

gsutil cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
gcloud cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
hadoop fs cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
gcloud dataproc cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/