[GitHub] spark pull request #16880: [SPARK-19542][SS]Delete the temp checkpoint if a ...

2017-02-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16880 --- 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 #16880: [SPARK-19542][SS]Delete the temp checkpoint if a ...

2017-02-10 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16880#discussion_r100636660 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -323,6 +329,20 @@ class StreamExecution(

[GitHub] spark pull request #16880: [SPARK-19542][SS]Delete the temp checkpoint if a ...

2017-02-10 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/16880#discussion_r100589960 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -323,6 +329,20 @@ class StreamExecution(

[GitHub] spark pull request #16880: [SPARK-19542][SS]Delete the temp checkpoint if a ...

2017-02-09 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/16880 [SPARK-19542][SS]Delete the temp checkpoint if a query is stopped without errors ## What changes were proposed in this pull request? When a query uses a temp checkpoint dir, it's better