Answers for "s3-dist-cp download to local fs"

0

s3-dist-cp download to local fs

aws emr add-steps --profile <> --cluster-id <> --steps Type=CUSTOM_JAR,Name=UPLOAD_JAR_CONFIG,ActionOnFailure=CANCEL_AND_WAIT,Jar=command-runner.jar,Args=[s3-dist-cp,--src,s3a://<>/,--dest,hdfs:///<>/<>/,--srcPattern=.*.*]
Posted by: Guest on June-26-2020

Code answers related to "s3-dist-cp download to local fs"

Browse Popular Code Answers by Language