Saturday, June 13, 2015

Hadoop Cluster Troubleshooting

Hadoop Cluster Troubleshooting


  1. Node health is bad, with reason: Heart beat failure 

    The CM agent is likely not running on that machine, perhaps because it was not configured to start at boot time. You should check and start it if it's not running. 

    service cloudera-scm-agent status
    service cloudera-scm-agent start 
  1. How to leave Name node from safe mode

    dfsadmin -safemode leave

No comments:

Post a Comment