GitHub user necosta reopened a pull request:

    https://github.com/apache/zeppelin/pull/2596

    [ZEPPELIN-2949] Allow custom Spark UI URL

    ### What is this PR for?
    Allow an override of default Spark logic in building the URL path and 
redirect the Zeppelin user directly to a configured reverse proxy path
    
    ### What type of PR is it?
    [Improvement]
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-2949
    
    ### How should this be tested?
    * Set "zeppelin.spark.uiWebUrl" to http://localhost/spark-reverse-proxy-path
    * Run Spark code
    * Open Spark UI
    * Expected to be redirected to http://localhost/spark-reverse-proxy-path
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? N
    * Is there breaking changes for older versions? N
    * Does this needs documentation? N


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nokia/zeppelin zeppelin2949

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2596.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 #2596
    
----
commit 0a56299c55d7161d6d1c8385a50b6e4bf366d404
Author: Nelson Costa <nelson.cost...@gmail.com>
Date:   2017-09-24T20:58:29Z

    [ZEPPELIN-2949] Allow custom Spark UI URL

commit 826bad4a0d9f61d68bd27641dfbbf42ef2430148
Author: Nelson Costa <nelson.cost...@gmail.com>
Date:   2017-09-25T11:51:38Z

    [ZEPPELIN-2949] Updated documentation

commit 118339fc9c282011e838c63d479842d76e5c77b0
Author: Nelson Costa <nelson.cost...@gmail.com>
Date:   2017-10-11T12:51:36Z

    [ZEPPELIN-2949] Updated documentation

----


---

Reply via email to