Member since
04-27-2016
7
Posts
0
Kudos Received
0
Solutions
02-05-2018
06:53 PM
Thank you, by any chance do you know how to get a copy of eagle-0.1.0-bin.tar.gz file?.. I don't have Maven, installed on my laptop to create/build project. Any suggestions greatly appreciated.
... View more
06-20-2017
04:47 AM
Thank you Eyad, we are using HDP 2.6, do we have any other option other than Falcon. Since Falcon has been deprecated with HDP 2.6.
... View more
06-20-2017
01:03 AM
3favorite 2 I have two HDFS setup and want to copy (not migrate or move) some tables from HDFS1 to HDFS2. How to do I copy data from one HDFS to another HDFS? Other than using sqoop or discp options.
... View more
- Tags:
- Hadoop Core
- HDFS
Labels:
- Labels:
-
Apache Hadoop
04-27-2016
12:25 PM
I am trying to use below command hadoop fs -ls /tmp | sed '1d;s/ */ /g' |grep drwx | cut -d\ -f8 I added grep drwx command your suggestion. It seems to be working fine, but not sure if this covered all cases... Thank you very much.
... View more
04-27-2016
12:21 PM
Thank you for reply, This command works excellent, I truly appreciate your response. Is there is any way I can list only directories?. This command returning including directories also.
... View more