Github user jiangxb1987 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19640#discussion_r149661121
--- Diff: core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala
---
@@ -426,6 +426,8 @@ class SparkHadoopUtil extends Logging {
ugi.getAuthenticationMethod() ==
UserGroupInformation.AuthenticationMethod.PROXY
}
+ def getHistoryServerTimeZone: String =
sparkConf.get("spark.history.timeZone", "GMT")
--- End diff --
Please add this config to `internal/config`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]