GitHub user jantes opened a pull request:
https://github.com/apache/spark/pull/15739
[SPARK-16808][Core] prepend base URI for links on main history server
## What changes were proposed in this pull request?
Make the 2.0.x Spark UI links work on systems with proxy servers by
prepending the spark.ui.proxyBase or APPLICATION_WEB_PROXY_BASE to links on the
first page. This is a regression from 1.6.x (although that was fixed at the
caller).
Fixing it in the getAttemptURI places the entire URI generation in one
place like done for other URI's in history making future regressions less
likely.
## How was this patch tested?
Tested manually and dev/run-tests
@andrewor14
the contribution is original work and I license the work to the project
under the project's open source license
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jantes/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/15739.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 #15739
----
commit 164a08208ba795c91cd5a33f2213f8eea1b2d24e
Author: Jeff Antes <[email protected]>
Date: 2016-11-02T19:14:23Z
[SPARK-16808][Core] prepend base URI for links on main history server
page
----
---
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]