-
- Downloads
[SPARK-16116][SQL] ConsoleSink should not require checkpointLocation
## What changes were proposed in this pull request? When the user uses `ConsoleSink`, we should use a temp location if `checkpointLocation` is not specified. ## How was this patch tested? The added unit test. Author: Shixiong Zhu <shixiong@databricks.com> Closes #13817 from zsxwing/console-checkpoint.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/streaming/DataStreamWriter.scala 8 additions, 0 deletions...ala/org/apache/spark/sql/streaming/DataStreamWriter.scala
- sql/core/src/test/scala/org/apache/spark/sql/streaming/test/DataStreamReaderWriterSuite.scala 10 additions, 0 deletions...park/sql/streaming/test/DataStreamReaderWriterSuite.scala
Please register or sign in to comment