Here is my config regarding the same in *mapred-site.xml.template* file, as i did not find mapred-site.xml file in /etc/hadoop directory.
<property> <name>mapreduce.jobhistory.address</name> <value>localhost:10020</value> <description>job history portal </description> </property> <property> <name>mapreduce.jobhistory.webapp.address</name> <value>localhost:19888</value> <description>job history webapp </description> </property> On Mon, Mar 31, 2014 at 12:49 PM, Azuryy Yu <[email protected]> wrote: > Did you configure mapreduce.jobhistory.address and > mapreduce.jobhistory.webapp.address in the mapred-site.xml? > > > > On Mon, Mar 31, 2014 at 3:10 PM, Rahul Singh > <[email protected]>wrote: > >> Hi, >> >> I have configured hadoop 2.3 single node setup and ran a sample job >> using hadoop command, >> hadoop jar <jarpath> <classname> <inputdir> <outputdir> >> >> The job runs sucessfully and outout is as expected, But I cannot find any >> detail of that job on job history portal i.e. >> http://localhost:19888/jobhistory >> >> My jps command shows: >> >> 9430 DataNode >> 10167 ResourceManager >> 9888 SecondaryNameNode >> 30433 JobHistoryServer >> 9136 NameNode >> 10437 NodeManager >> >> Please let me know if i am missing something? >> >> >> Thanks and Regards, >> Rahul Singh >> > >
