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

Web UI prevents spark-submit application to be finished

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0, 2.0.1
    • 2.0.2, 2.1.0
    • None
    • None

    Description

      Here are re-production steps:
      1. create any scala spark application which will work long enough to open the application details in Web UI
      2. run spark-submit command for standalone cluster, like: --master spark:
      localhost:7077
      3. open running application details in Web UI, like: localhost:4040
      4. spark-submit will never finish, you will have to kill the process

      Cause: The application creates a thread with infinite loop for web UI communication and never stops it. The application is waiting for the thread to be finished instead, even if you close the web page.

      Attachments

        Issue Links

          Activity

            People

              srowen Sean R. Owen
              nickorka Nick Orka
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: