[GitHub] spark pull request #14802: [SPARK-17235][SQL] Support purging of old logs in...

2016-08-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14802 --- 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

[GitHub] spark pull request #14802: [SPARK-17235][SQL] Support purging of old logs in...

2016-08-25 Thread petermaxlee
Github user petermaxlee commented on a diff in the pull request: https://github.com/apache/spark/pull/14802#discussion_r76191571 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/HDFSMetadataLogSuite.scala --- @@ -155,8 +174,8 @@ class

[GitHub] spark pull request #14802: [SPARK-17235][SQL] Support purging of old logs in...

2016-08-25 Thread petermaxlee
GitHub user petermaxlee opened a pull request: https://github.com/apache/spark/pull/14802 [SPARK-17235][SQL] Support purging of old logs in MetadataLog ## What changes were proposed in this pull request? This patch adds a purge interface to MetadataLog, and an implementation in