Member since
03-08-2016
5
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2905 | 03-08-2016 07:02 PM | |
2588 | 03-08-2016 07:00 PM |
10-24-2017
12:12 AM
There is a simple method to remove those. 1. List those directories inside a txt file like below hadoop fs -ls /path > test 2. cat -t test will give you positions of duplicate with junk character 3. open another shell and just try to comment it # to identify exact ones 4. again cat -t the file to confirm u commented the culprits 5. remove original folder frm list 6. for i in `cat list`; do hadoop fs -rmr $i; done
... View more
03-08-2016
07:02 PM
1 Kudo
Can you check iptables is turned off? If yes, Please restart scm agent and try.
... View more
03-08-2016
07:00 PM
You need to check scm db user name password. Collect details from /etc/cloudera-scm-server/db.properties and take user name password. Try to connect postgres if it doesnt work you need to modify pg_hba.conf
... View more