Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[SPARK-8820][Streaming] Add a configuration to set checkpoint dir.
  • Loading branch information
SaintBacchus committed Jul 4, 2015
commit dd0acc15a093970d1e035f621adaa95885efae99
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ class StreamingContext private[streaming] (

private var shutdownHookRef: AnyRef = _

conf.getOption("spark.streaming.checkpointDir").foreach(checkpoint)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you rename this configuration to spark.streaming.checkpoint.directory. This is to maintain cleanliness in the future if we add more configuration related to checkpointing (spark.streaming.checkpoint.*)


/**
* Return the associated Spark context
*/
Expand Down