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

Show "batch ID" in tool tip string for Structured Streaming UI graphs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Structured Streaming
    • None

    Description

      While we introduced the new UI for Structured Streaming, it was basically the port of Streaming UI to Structured Streaming.

      That missed the major difference between twos, ID of the "batch". In Spark Streaming (DStream), timestamp is the key of the batch and you will need to find any relevant information with such timestamp.

      In Structured Streaming, batchId is the key of the batch. It's not a simple difference because there're some known latency issues on periodical batches (at least in FileStreamSource and FileStreamSink) and it's bothering to find the right batchId if you only know about timestamp where the most of things are logged with the batchId in Structured Streaming world.

      This issue tracks the efforts on showing batchId as main aspect of x axis, but only in tooltip string as changing x axis breaks coupling between Spark Streaming and Structured Streaming and lots of code should be duplicated and rewritten.

      Attachments

        Issue Links

          Activity

            People

              kabhwan Jungtaek Lim
              kabhwan Jungtaek Lim
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: