I am running hadoop-1.1.2
on my laptop in pseudo-distributed mode. I am able to run a simple WordCount program, reading from and writing back to HDFS
. I am also able to see JobTracker
running at http://localhost:50030/jobtracker.jsp
. However when I run the WordCount job from Eclipse, there is no entry, either under running or completed jobs.
Am I missing any additional property setting in one of the configuration files?
Thanks.