Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/11201#discussion_r53568953 --- Diff: docs/streaming-programming-guide.md --- @@ -1787,11 +1788,11 @@ reliable file system (e.g., HDFS, S3, etc.) to which the checkpoint information This is done by using `streamingContext.checkpoint(checkpointDirectory)`. This will allow you to use the aforementioned stateful transformations. Additionally, if you want to make the application recover from driver failures, you should rewrite your -streaming application to have the following behavior. +streaming application to have the following behavior: --- End diff -- A couple of the trivial formatting changes I agree with; most of the changes are not improvements (e.g. "being" is slightly more accurate below). I would close this PR
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org