Skip to content
New issue

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

zeppelin notebook example #1

Open
jcbrasuell opened this issue Jan 3, 2017 · 0 comments
Open

zeppelin notebook example #1

jcbrasuell opened this issue Jan 3, 2017 · 0 comments

Comments

@jcbrasuell
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant