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
03-03-2018
02:07 PM
I can not use * because lets suppose i have 100 files out of which i want to move only files that came in last 3 days . All I am looking for do it in single command . Thanks I appreciate your help
... View more
03-03-2018
02:53 AM
I have a file which contains filename.0020180302 and filename.0020180301 and filename.0020182901 in edge node i want to move file to hdfs with file name with particular date . How to do that in single command
... View more
03-03-2018
01:57 AM
Move files from edge node to hdfs using single command with different file name
... View more
Labels:
- Labels:
-
Apache Hadoop
11-23-2017
05:46 AM
if I am using above function getting null . Please reply
... View more