You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Mihir Monani <mm...@salesforce.com> on 2018/10/16 05:20:19 UTC

Re: Get M/R Job info from Job History Server

Yes , i tried that. Thanks for suggestion. :)

On Mon, Sep 24, 2018 at 9:27 PM Daniel Templeton
<da...@cloudera.com.invalid> wrote:

> Have you tried consuming the REST APIs from Java?
>
> https://stackoverflow.com/questions/12916169/how-to-consume-rest-in-java
>
> Daniel
>
> On 9/24/18 1:55 AM, Mihir Monani wrote:
> > I know common-dev is not supposed to be use for End-User questions. But
> can
> > someone help me ?
> >
> > I know i can do this task with "curl" or UI but it won't be useful for
> 100s
> > of job per day.
> >
> > On Sun, Sep 23, 2018 at 4:13 PM Or Raz <ra...@post.bgu.ac.il> wrote:
> >
> >> If you are trying to use the Job History Server then I would suggest you
> >> follow the next two links on how to activate and enter the UI.
> >>
> >>
> https://stackoverflow.com/questions/42884289/job-history-server-in-hadoop-2-7-1-is-not-working
> >>
> >>
> >>
> https://stackoverflow.com/questions/50200130/hadoop-cant-access-tracking-url
> >>
> >>
> >>
> >> On 2018/09/19 10:43:05, Mihir Monani <m....@salesforce.com> wrote:
> >>
> >>> Hi,>
> >>> How do i access MR Job Info (like total num of Map/Reduce, Avg
> >> Map/Reduce>
> >>
> >>> Time, Shuffle time etc) from Job History Server with JAVA Program ?>
> >>> I was trying to use HistoryViewer.AnalyzedJob and
> >> HistoryViewer.SummarizedJob>
> >>
> >>> classes but HisotryViewer is marked as InterfaceAudience.Private.>
> >>> Is there any other way to get this info from Job History Server ?>
> >>> -- >
> >>> Thanks>
> >>> Mihir Monani>
> >> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> >> Windows 10
> >>
> >>
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org
>
>

-- 
Thanks
Mihir Monani