[GitHub] spark pull request #15250: [SPARK-17676][CORE] FsHistoryProvider should igno...

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15250 --- 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 ena

[GitHub] spark pull request #15250: [SPARK-17676][CORE] FsHistoryProvider should igno...

2016-09-27 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/15250#discussion_r80821155 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -290,7 +290,12 @@ private[history] class FsHistoryProvider(conf:

[GitHub] spark pull request #15250: [SPARK-17676][CORE] FsHistoryProvider should igno...

2016-09-27 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/15250#discussion_r80821024 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala --- @@ -394,6 +393,30 @@ class FsHistoryProviderSuite extends Spar

[GitHub] spark pull request #15250: [SPARK-17676][CORE] FsHistoryProvider should igno...

2016-09-26 Thread squito
GitHub user squito opened a pull request: https://github.com/apache/spark/pull/15250 [SPARK-17676][CORE] FsHistoryProvider should ignore hidden files ## What changes were proposed in this pull request? FsHistoryProvider was writing a hidden file (to check the fs's clock).