GitHub user praveenr019 opened a pull request:
https://github.com/apache/spark/pull/882
Adds json api for stages, storage and executor pages
This is an early PR to discuss about the usefulness/interest in community
towards having json api for spark application ui.
We have found following uses with the api:
1. Build query centric ui - combine stages of same job for easy
understanding and analysis.
2. Automated tools could use the apis to alarm on stages fail or cache
memory full etc.,
3. Generate timely reports on total stages run, least and highest response
times etc.,
Would be happy to make any style changes, add other end points and re-send
a pull request on the master branch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sigmoidanalytics/spark branch-0.9-json-api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/882.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #882
----
commit 04d70486236217f9054735449b2bd2c3c8f785d5
Author: Praveen R <[email protected]>
Date: 2014-05-26T10:08:58Z
Adds json api for stages, storage and executor pages
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---