On 28 November 2012 18:12, Harsh J <ha...@cloudera.com> wrote: > nt application's hadoop jar same version as the server?
Yes it is. > 2. Is the port 54311 the proper JobTracker port? This jobtracker port is set to: <property> <name>mapred.job.tracker</name> <value>localhost:54311</value> <!--value>local</value--> <description>The host and port that the MapReduce job tracker runs at. If "local", then jobs are run in-process as a single map and reduce task. </description> </property> -- Best regards,