Member since
10-20-2017
59
Posts
0
Kudos Received
0
Solutions
04-23-2018
07:29 AM
@Swaapnika Guntaka Hey don't panic the files is right in there, the .Trash hides some subdirectories /Current/user see below. Replace {xxx} with the hdfs who deleted the file and after the last / you will see all the files deleted and are not yet expurged from HDFS in your case 360. As the user or hdfs run the below $hdfs dfs -ls /user/{xxx}/.Trash/Current/user/{xxx}/ and to restore the file $ hdfs dfs -cp /user/{xxx}/.Trash/Current/user/{xxx}/deleted_file /user/{xxx}/ Hope that helps
... View more
02-28-2018
12:31 AM
I think I found the answer. The dfs.datanode.dir was found inconsistent as I saw it from the logs. I added a healthy datanode, balanced the cluster then deleted the data direcories from the other inconsistent nodes after taking a backup at /tmp. Restarting after that works fine now.
... View more
02-02-2018
11:01 PM
I still face the issue. I'm doing a non-root installation. I build the psutil as root which went fine. But when I try to restart the metrics monitor it fails.
... View more
04-12-2018
08:15 AM
@Swaapnika Guntaka Yes, that error may occur if the "zookeeper-client" is a Directory instead of Symlink. So in that case you need to do this: # mv /usr/hdp/current/zookeeper-client /usr/hdp/current/zookeeper-client_BAK . Then you can either try creating that symlink on your own Or try instsalling the client again.
... View more
11-14-2017
05:25 PM
Setting to 6667 worked. Thanks
... View more
11-15-2017
07:29 PM
Confluent is the support company for Kafka. I personally would trust their code more than someone else's.
... View more
01-18-2018
09:33 PM
with HDP-2.6, I'm facing an issue with the zookeeper-server and client install with the above config. I tried removing and re-installing but that didn't work either. mkdir: cannot create directory `/usr/hdp/current/zookeeper-client': File exists
... View more