Re: job not shown in job history server

2014-03-31 Thread Azuryy Yu
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 wrote:

> Hi,
>
>   I have configured hadoop 2.3 single node setup and ran a sample job
> using hadoop command,
> hadoop jar
>
> 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
>


Re: job not shown in job history server

2014-03-31 Thread Rahul Singh
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.


  mapreduce.jobhistory.address
  localhost:10020
  job history portal
  



  mapreduce.jobhistory.webapp.address
  localhost:19888
  job history webapp
  



On Mon, Mar 31, 2014 at 12:49 PM, Azuryy Yu  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 
> wrote:
>
>> Hi,
>>
>>   I have configured hadoop 2.3 single node setup and ran a sample job
>> using hadoop command,
>> hadoop jar
>>
>> 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
>>
>
>


Re: job not shown in job history server

2014-03-31 Thread Rahul Singh
Hi,

 I copied my mapred-site.xml.template to mapred-site.xml and everything is
working fine.

Thanks a lot for the help.

Regards,
-Rahul Singh


On Mon, Mar 31, 2014 at 1:37 PM, Rahul Singh wrote:

>
> 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.
>
> 
>   mapreduce.jobhistory.address
>   localhost:10020
>   job history portal
>   
> 
>
> 
>   mapreduce.jobhistory.webapp.address
>   localhost:19888
>   job history webapp
>   
> 
>
>
> On Mon, Mar 31, 2014 at 12:49 PM, Azuryy Yu  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 
>> wrote:
>>
>>> Hi,
>>>
>>>   I have configured hadoop 2.3 single node setup and ran a sample job
>>> using hadoop command,
>>> hadoop jar
>>>
>>> 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
>>>
>>
>>
>