We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi - Would it be possible to share the workshop examples?
#Copy data from S3 to local and Hadoop and local hdfs dfs -mkdir /workshop_s3 hdfs dfs -mkdir /workshop_s3/101 hdfs dfs -copyFromLocal /mnt/s3/data/101/* /workshop_s3/101 hdfs dfs -mkdir /workshop_s3/201 hdfs dfs -mkdir /workshop_s3/201/merg hdfs dfs -copyFromLocal /mnt/s3/data/201/merg* /workshop_s3/201/merg hdfs dfs -mkdir /workshop_s3/201/trmm hdfs dfs -copyFromLocal /mnt/s3/data/201/3B42* /workshop_s3/201/trmm hdfs dfs -mkdir /workshop_s3/301 hdfs dfs -mkdir /workshop_s3/301/pdf_clustering hdfs dfs -copyFromLocal /mnt/s3/data/301/pdf_clustering/* /workshop_s3/301/
cp -r /mnt/s3/data/201/viz_data /home/workshop cp -r /mnt/s3/data/TRMM_daily /home/workshop cp -r /mnt/s3/data/301/pdf_clustering /home/workshop cp -r /mnt/s3/data/301/CMDA /home/workshop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi - Would it be possible to share the workshop examples?
#Copy data from S3 to local and Hadoop and local
hdfs dfs -mkdir /workshop_s3
hdfs dfs -mkdir /workshop_s3/101
hdfs dfs -copyFromLocal /mnt/s3/data/101/* /workshop_s3/101
hdfs dfs -mkdir /workshop_s3/201
hdfs dfs -mkdir /workshop_s3/201/merg
hdfs dfs -copyFromLocal /mnt/s3/data/201/merg* /workshop_s3/201/merg
hdfs dfs -mkdir /workshop_s3/201/trmm
hdfs dfs -copyFromLocal /mnt/s3/data/201/3B42* /workshop_s3/201/trmm
hdfs dfs -mkdir /workshop_s3/301
hdfs dfs -mkdir /workshop_s3/301/pdf_clustering
hdfs dfs -copyFromLocal /mnt/s3/data/301/pdf_clustering/* /workshop_s3/301/
cp -r /mnt/s3/data/201/viz_data /home/workshop
cp -r /mnt/s3/data/TRMM_daily /home/workshop
cp -r /mnt/s3/data/301/pdf_clustering /home/workshop
cp -r /mnt/s3/data/301/CMDA /home/workshop
The text was updated successfully, but these errors were encountered: