Skip to content

A client for consuming the APIs exposed by Hadoop's Job History Server

Notifications You must be signed in to change notification settings

ellisjoe/hadoop_hist_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Hadoop Job History Client

This client provides a means to consume the APIs exposed by Hadoop's Job History Server.

Quickstart

from hadoop_hist_client import JobHistoryServer

server = JobHistoryServer("hostname")
jobs = server.jobs()
filtered_jobs = jobs.filter('name', 'test_job')
print [job['state'] for job in filtered_jobs]

About

A client for consuming the APIs exposed by Hadoop's Job History Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages