GitHub user ambud opened a pull request:
https://github.com/apache/spark/pull/19655
[SPARK-22444][core] Spark History Server missing /environment endpoint/api
## What changes were proposed in this pull request?
Spark History Server REST API is missing the /environment endpoint. This
endpoint is otherwise available in Spark 2.x however it's missing from 1.6.x.
Since the environment endpoint provides programmatic access to critical
launch parameters it would be great to have this back ported.
This feature was contributed under:
https://issues.apache.org/jira/browse/SPARK-16122
## How was this patch tested?
Will update this shortly!
(Please explain how this patch was tested. E.g. unit tests, integration
tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise,
remove this)
Please review http://spark.apache.org/contributing.html before opening a
pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ambud/spark branch-1.6
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19655.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 #19655
----
commit a0d549dd566d4683bd44fd162e776fa340f87428
Author: ambud <[email protected]>
Date: 2017-11-03T23:40:26Z
Adding environment api SPARK-22444
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]