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

job description in Spark UI is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 2.3.0
    • 2.3.0
    • Web UI

    Description

      In previous versions, Spark UI will use the stage description if the job description is not set. But right now it’s just empty.

      Reproducer: Just run the following codes in spark shell and check the UI:

      val q = spark.readStream.format("rate").load().writeStream.format("console").start()
      Thread.sleep(2000)
      q.stop()
      

      Attachments

        1. Spark-23051-before.png
          148 kB
          Sandor Murakozi
        2. in-2.2.png
          171 kB
          Sandor Murakozi
        3. Spark-23051-after.png
          178 kB
          Sandor Murakozi

        Issue Links

          Activity

            People

              smurakozi Sandor Murakozi
              zsxwing Shixiong Zhu
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: