Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-19431

Use HTML Relative Links to Access UI Behind Gateways

Rank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 2.1.0
    • None
    • Web UI

    Description

      The Spark UI should be accessible behind a gateway that redirects based on the URL path (i.e. http://domain.com/spark --> http://private.domain.com:8080).

      Currently the Spark UI uses root links in the html page. It would be nice if it used relative links instead. By eliminating the first forward-slash "/" the Spark UI can be accessible behind an HTTP gateway.

      For example, in core/src/main/scala/org/apache/spark/ui/UIUtils.scala

      ...
      <link rel="stylesheet" href=

      Unknown macro: {prependBaseUri("/static/bootstrap.min.css")}

      type="text/css"/>
      ...

      could be changed to

      ...
      <link rel="stylesheet" href=

      Unknown macro: {prependBaseUri("static/bootstrap.min.css")}

      type="text/css"/>
      ...

      This would allow the Spark UI to be accessible behind a gateway that redirects based on the URL path.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            zanes Zane
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 24h
                24h
                Remaining:
                Remaining Estimate - 24h
                24h
                Logged:
                Time Spent - Not Specified
                Not Specified

                Slack

                  Issue deployment