I am trying to set up a single node cluster in hadoop, but after giving the command start-all.sh , jps doesn't show namenode and when I stop all processes, I get the result as no namenode to stop. Also, I saw at few places that clearing the tmp folder data solves the problem, but I am not able to find it in my hadoop folder. Following is the result of jps command:
root@neel:~/sbin# jps
4166 ResourceManager
4793 Jps
4299 NodeManager
3995 SecondaryNameNode
3804 DataNode
27852 -- process information unavailable
root@neel:~/sbin#