GitHub user wangyum opened a pull request:
https://github.com/apache/spark/pull/19640
[SPARK-16986][WEB-UI] Replace GMT with history server side TimeZone.
## What changes were proposed in this pull request?
Replace GMT with history server side TimeZone. This both works for web UI
and REST API.
## How was this patch tested?
manual tests
#### Before modifying
##### Web UI:
<img width="1280" alt="before"
src="https://user-images.githubusercontent.com/5399861/32315920-19de825c-bfe9-11e7-9db6-edbf57d50792.png">
##### REST API:
<img width="571" alt="rest-before"
src="https://user-images.githubusercontent.com/5399861/32316803-a647c034-bfec-11e7-8a04-411d23096a15.png">
#### After modifying
##### Web UI:
<img width="1283" alt="after"
src="https://user-images.githubusercontent.com/5399861/32315949-24672c10-bfe9-11e7-93a3-73a31b34626f.png">
##### REST API:
<img width="572" alt="rest-after"
src="https://user-images.githubusercontent.com/5399861/32316809-ac8e5912-bfec-11e7-852f-117acb284b62.png">
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wangyum/spark SPARK-16986
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19640.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19640
----
commit 17bddef90069e4119576c5d5da99042c005b4a43
Author: Yuming Wang <[email protected]>
Date: 2017-11-02T07:59:04Z
Replace GMT with history server side TimeZone.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]