Member since
11-23-2017
6
Posts
0
Kudos Received
0
Solutions
03-03-2018
11:08 PM
Thanks for quick reply .Previously This is what I am doing. Now my question is Can I move all these 4 files in a single command ? Is there any & Operator available hdfs dfs -copyToLocal /20180217_AAA_02172018_C.dat /tmp/AAA_02172018_C.dat
hdfs dfs -copyToLocal /20180218_AAA_02182018_C.dat /tmp/AAA_02182018_C.dat
hdfs dfs -copyToLocal /20180219_AAA_02192018_C.dat /tmp/AAA_02182018_C.dat
hdfs dfs -copyToLocal /201802120_AAA_021202018_C.dat /tmp/AAA_02182018_C.dat
... View more