Skip to content

Instantly share code, notes, and snippets.

@gupta-himanshu
Last active May 17, 2018 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gupta-himanshu/a7207fa082e9b694cc6c6e74e9c97dad to your computer and use it in GitHub Desktop.
Save gupta-himanshu/a7207fa082e9b694cc6c6e74e9c97dad to your computer and use it in GitHub Desktop.
val sparkConf = new SparkConf().setAppName("RecoverableNetworkWordCount")
// Create the context with a 1 second batch size
val ssc = new StreamingContext(sparkConf, Seconds(1))
ssc.checkpoint("/path/to/checkpoint")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment