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

SparkUI should show consistent timezones.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • Web UI
    • None

    Description

      Currently, SparkUI shows two timezones in a single page when the timezone of browser is different from the server JVM timezone. The following is a example on Databricks CE which uses 'Etc/UTC' timezone.

      • The time of `submitted` column of list and pop-up description shows `2016/05/18 00:03:07`
      • The time of timeline shows `2016/05/17 17:03:07`.

      You can simulate this situation with the following command.

      SPARK_SUBMIT_OPTS="-Dscala.usejavacp=true -Duser.timezone=Etc/UTC" bin/spark-submit --class org.apache.spark.repl.Main
      

      Attachments

        1. timezone.png
          95 kB
          Dongjoon Hyun

        Activity

          People

            dongjoon Dongjoon Hyun
            dongjoon Dongjoon Hyun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: