I had installed hadoop on a single node. And the OS I am using is Ubuntu. I had created a hduser for 1st very successfully. When I removed the existing hduser and created a new hduser in the same system, I am unable to get the task-tracker and job-tracker.
$jps
3750 DataNode
5328 Jps
3978 SecondaryNameNode
3529 NameNode
5156 TaskTracker
Now, my problem is here I am unable to find the Job Tracker. And when I tried using the localhost port numbers, the Task tracker and Job Tracker are not working. What is the reason? How can I recover them?