Created 06-30-2017 02:05 PM
For CDH 5.7.0 what is the full path to an HDFS datanode's PID file?
Created 07-05-2017 10:13 AM
Oops, that was overkill... forgot that supervisorctl status output has the PID column already... So, you can run:
/usr/lib64/cmf/agent/build/env/bin/supervisorctl -c /var/run/cloudera-scm-agent/supervisor/supervisord.conf status
The PID will be the 4th column.
-Ben
Created 07-05-2017 06:26 PM
if the cluster is not managed by CM then the path for PID is the below
Correct me if I am wrong ,
/var/run/hadoop-hdfs/
Created 07-06-2017 07:31 AM