[ 
https://issues.apache.org/jira/browse/SPARK-15373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-15373:
----------------------------------
    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.

!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=Europe/London" 
bin/spark-submit --class org.apache.spark.repl.Main
{code}

  was:
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`.

On a notebook, you can simulate this situation with the following command.
{code}
SPARK_SUBMIT_OPTS="-Dscala.usejavacp=true -Duser.timezone=Europe/London" 
bin/spark-submit --class org.apache.spark.repl.Main
{code}


> 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
>         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=Europe/London" 
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to