Hi Dino,

Thanks for the response. I've seen this before, but was hoping to avoid
getting locked into the Java road. Do you happen to know if there is an
open API for the job tacker included with Hadoop? Something I could call
from a variety of languages, like a web service?

-Kyle

On Wed, Mar 6, 2013 at 12:42 PM, Dino Kečo <dino.k...@gmail.com> wrote:

> Hi Kyle,
>
> Maybe this can help you
>
>
> http://stackoverflow.com/questions/2616524/tracking-hadoop-job-status-via-web-interface-exposing-hadoop-to-internal-clien/4156387#4156387
>
> Regards,
> Dino
>  On Mar 6, 2013 7:43 PM, "Kyle B" <kbi...@gmail.com> wrote:
>
>> Hello,
>>
>> I was wondering if the Hadoop job tracker had an API, such as a web
>> service or xml feed? I'm trying to track Hadoop jobs as they progress.
>> Right now, I'm parsing the HTML of the "Running Jobs" section at
>> http://hadoop:50030/jobtracker.jsp, but this is definitely not desired
>> if there is a better way. Is there a simple web service for the data on
>> jobtracker.php & jobdetails.jsp?
>>
>> Has anyone run into this problem of trying to track Hadoop progress from
>> a remote machine programatically?
>>
>> Any help is appreciated,
>>
>> -Kyle
>>
>

Reply via email to