[ https://issues.apache.org/jira/browse/SPARK-15373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yin Huai reassigned SPARK-15373:
--------------------------------
Assignee: Yin Huai (was: Dongjoon Hyun)
> SparkUI should show consistent timezones.
> -----------------------------------------
>
> Key: SPARK-15373
> URL: https://issues.apache.org/jira/browse/SPARK-15373
> Project: Spark
> Issue Type: Bug
> Components: Web UI
> Reporter: Dongjoon Hyun
> Assignee: Yin Huai
> Fix For: 2.0.0
>
> Attachments: timezone.png
>
>
> 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.
> !timezone.png|width=600!
> - 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.
> {code}
> SPARK_SUBMIT_OPTS="-Dscala.usejavacp=true -Duser.timezone=Etc/UTC" bin/spark-submit --class
org.apache.spark.repl.Main
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|