GitHub user tianyi opened a pull request:
https://github.com/apache/spark/pull/3946
[SPARK-5100][SQL] add thriftserver-ui support
In the latest Spark release, there is a Spark Streaming tab on the driver
web UI, which shows information about running streaming application. It should
be helpful for providing a monitor page in Thrift server because both streaming
and Thrift server are long-term applications, and the details of the
application do not show on stage page or job page.
Design doc is here:
https://issues.apache.org/jira/secure/attachment/12690744/Spark%20Thrift-server%20monitor%20page.pdf
Prototype snapshot:
https://issues.apache.org/jira/secure/attachment/12690297/prototype-screenshot.png
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tianyi/spark thriftserver-ui
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3946.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 #3946
----
commit f796a81b384cda66c2c83efe7591b078cf10c9da
Author: tianyi <[email protected]>
Date: 2015-01-07T05:48:37Z
add thriftserver-ui support
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]