I have a problem in Spring + Maven + Hadoop enviroment.
I am using Apache Hadoop, but don\'t use spring-hadoop that is provided from SpringSource.
I added following depende
Hadoop provides API to run MR jobs locally, without setting up Hadoop cluster.
If you don't see your job running/completed in Hadoop web UI - it seems that you run MR job locally.
To run remotely - specify appropriate job tracker host, in your case http://xxx.xxx.xxx.xxx:9001