[ https://issues.apache.org/jira/browse/SPARK-12790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108138#comment-15108138 ]
Felix Cheung commented on SPARK-12790: -------------------------------------- I have made the changes but running tests, I can't get HistoryServerSuite to pass locally, any idea what it might be? {code} HistoryServerSuite: - application list json *** FAILED *** java.lang.AssertionError: assertion failed: Expected: [ { "id" : "local-1430917381534", "name" : "Spark shell", "attempts" : [ { "startTime" : "2015-05-06T13:03:00.893GMT", "endTime" : "2015-05-06T13:03:11.398GMT", "sparkUser" : "irashid", "completed" : true } ] }, { {code} > Remove HistoryServer old multiple files format > ---------------------------------------------- > > Key: SPARK-12790 > URL: https://issues.apache.org/jira/browse/SPARK-12790 > Project: Spark > Issue Type: Sub-task > Components: Deploy > Reporter: Andrew Or > Assignee: Felix Cheung > > HistoryServer has 2 formats. The old one makes a directory and puts multiple > files in there (APPLICATION_COMPLETE, EVENT_LOG1 etc.). The new one has just > 1 file called local_2593759238651.log or something. > It's been a nightmare to maintain both code paths. We should just remove the > old legacy format (which has been out of use for many versions now) when we > still have the chance. -- 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