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

Spark Web UI

    XMLWordPrintableJSON

Details

    • Question
    • Status: Resolved
    • Minor
    • Resolution: Invalid
    • 3.2.1
    • None
    • Web UI

    Description

      Hi everyone,

      I have the following setup. 

      • Spark 3.2.1 created from bitnami images
      • Forwarded port 8080 to 12345 in Docker container with spark master: 0.0.0.0:12345->8080/tcp 

      In spark-config:

       

      Apache 2.4.6 (same host):

       

       RewriteCond %{HTTP:Connection} Upgrade [NC]
                RewriteCond %{HTTP:Upgrade} websocket [NC]
                RewriteRule /project/spark/(.*) ws://host.com:12345/$1 [NE,P,L]          ProxyPass /project/spark/ http://host.com:10721/
                ProxyPassReverse /project/spark/ http://host.com:12345/
       

       

       

       

      When I access http://host.com/project/spark/ master ui seems working fine. However If I click on application UI  (running app)

       

      Url is resolved in such a way:

      https://host.com/project/spark/proxy/app-20221107152648-0484

      And I've got timeout every single time

       

      However similar URLs like

      https://host.com/project/spark/proxy/worker-20221025101018-xxx

      works fine.

       

      What can I change to get application detail UI?

       

      Thanks for feedback,

       

      Pawel "Paul" Granat

       

       

       

      Attachments

        1. spark.png
          6 kB
          Pawel Granat

        Activity

          People

            Unassigned Unassigned
            pgranat Pawel Granat
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: