GitHub user sarutak opened a pull request:

    https://github.com/apache/spark/pull/16190

    [SPARK-18761][WEBUI] Web UI should be http:4040 instead of https:4040

    ## What changes were proposed in this pull request?
    
    When SSL is enabled, the Spark shell shows:
    ```
    Spark context Web UI available at https://192.168.99.1:4040
    ```
    This is wrong because 4040 is http, not https. It redirects to the https 
port.
    More importantly, this introduces several broken links in the UI. For 
example, in the master UI, the worker link is https:8081 instead of http:8081 
or https:8481.
    
    CC: @mengxr @liancheng 
    


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

    $ git pull https://github.com/sarutak/spark SPARK-18761

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

    https://github.com/apache/spark/pull/16190.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 #16190
    
----
commit 451801007496cd853d0053285a0757e31015a12a
Author: sarutak <[email protected]>
Date:   2016-12-07T07:14:15Z

    Reverted the change in SPARK-16988

----


---
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]

Reply via email to