I am setting up Hadoop (0.20.2). For starters, I just want it to work on the same machine — I will probably need a cluster at some point, but I will worry about it when I get there. I got this to the extent that my client code can connect to the job tracker and run the job, but there is one problem: the job tracker is only available from the same machine it is running on. I actually performed a port scan using nmap, and it shows port 9001, open when scanning from a Hadoop machine, and closes when it is from somewhere else.
I tried this on three machines (one Mac, one Ubuntu and a Ubuntu VM running in VirtualBox), the same thing. None of them have firewalls, so I'm sure this is a Hadoop problem. Any suggestions?
source share