OK I'm not sure if there's a better way, but at least you can write a shell
script to combine "job -history" and "job -list", like:

foreach `hadoop job -list`
   hadoop job -history $i

Jie


On Tue, Feb 28, 2012 at 10:47 AM, Pedro Costa <psdc1...@gmail.com> wrote:

> hadoop job -list" will only list the JobId   State   StartTime
> UserName        Priority        SchedulingInfo.
>
> The job history will list in detail the time spent on each phase of the
> Job. The problem is that, if I've a list of job that completed, the job
> history only prints the details the first job, and not all jobs.
>
> On 28 February 2012 15:40, Jie Li <ji...@cs.duke.edu> wrote:
>
>> Try  "hadoop job -list" :)
>>
>> Jie
>>
>>
>> On Tue, Feb 28, 2012 at 8:37 AM, Pedro Costa <psdc1...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> In MapReduce the command bin/hadoop -job history <PATH_HISTORY> only
>>> list the first job. How can I list the history of all jobs?
>>>
>>> --
>>> Best regards,
>>>
>>>
>>
>
>
> --
> Best regards,
>
>

Reply via email to