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

Job UI redirect causing http 302 error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.2.1, 2.3.0, 2.3.1
    • 2.4.0, 2.4.1
    • Web UI
    • None

    Description

      When on spark UI port 4040 jobs or stages tab, the href links for the individual jobs or stages are missing a '/' before the '?id' this causes a redirect to the address with a '/' which is breaking the use of a reverse proxy

       

      localhost:4040/jobs/job?id=2 --> localhost:4040/jobs/job/?id=2

      localhost:4040/stages/stage?id=3&attempt=0 --> localhost:4040/stages/stage/?id=3&attempt=0

       

      Updated with Pull Request --> https://github.com/apache/spark/pull/21600

      Attachments

        Activity

          People

            sjkallman Steven Kallman
            sjkallman Steven Kallman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: