Github user scwf commented on the pull request:

    https://github.com/apache/spark/pull/6377#issuecomment-105707437
  
    @squito 
https://github.com/apache/spark/blob/master/core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala#L85
 also failed due to the time zone issue. 
    I set the default time zone fix this problem, but maybe it is not a good 
fix, Any idea to fix this? 
    
    ```
    sbt.ForkMain$ForkError: assertion failed: Expected:
    [ {
      "id" : "local-1422981759269",
      "name" : "Spark shell",
      "attempts" : [ {
        "startTime" : "2015-02-03T16:42:38.277GMT",
        "endTime" : "2015-02-03T16:42:46.912GMT",
        "sparkUser" : "irashid",
        "completed" : true
      } ]
    } ]
    Found:
    [ ]
    Added:
    [ {
      "id" : "local-1422981759269",
      "name" : "Spark shell",
      "attempts" : [ {
        "startTime" : "2015-02-03T16:42:38.277GMT",
        "endTime" : "2015-02-03T16:42:46.912GMT",
        "sparkUser" : "irashid",
        "completed" : true
      } ]
    } ]
    ```


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to