Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/179#discussion_r10860446
--- Diff: core/src/main/scala/org/apache/spark/ui/WebUI.scala ---
@@ -23,12 +23,15 @@ import java.util.Date
/**
* Utilities used throughout the web UI.
*/
-private[spark] object DeployWebUI {
- val DATE_FORMAT = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss")
+private[spark] object WebUI {
+ // SimpleDateFormat is not thread-safe. Don't explore it to avoid
improper use.
--- End diff --
Thanks for correcting the typo.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---