Repository: spark Updated Branches: refs/heads/master 12b95abc7 -> 7d0f17208
[STREAMING] [DOCS] Fix wrong url about API docs of StreamingListener A little fix about wrong url of the API document. (org.apache.spark.streaming.scheduler.StreamingListener) Author: dobashim <[email protected]> Closes #6024 from dobashim/master and squashes the following commits: ac9a955 [dobashim] [STREAMING][DOCS] Fix wrong url about API docs of StreamingListener Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7d0f1720 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7d0f1720 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/7d0f1720 Branch: refs/heads/master Commit: 7d0f17208cda641651dcbd1bc0da639cd74307e7 Parents: 12b95ab Author: dobashim <[email protected]> Authored: Sat May 9 10:14:46 2015 +0100 Committer: Sean Owen <[email protected]> Committed: Sat May 9 10:14:46 2015 +0100 ---------------------------------------------------------------------- docs/streaming-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/7d0f1720/docs/streaming-programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md index 2f2fea5..bd863d4 100644 --- a/docs/streaming-programming-guide.md +++ b/docs/streaming-programming-guide.md @@ -1915,7 +1915,7 @@ In that case, consider [reducing](#reducing-the-processing-time-of-each-batch) the batch processing time. The progress of a Spark Streaming program can also be monitored using the -[StreamingListener](api/scala/index.html#org.apache.spark.scheduler.StreamingListener) interface, +[StreamingListener](api/scala/index.html#org.apache.spark.streaming.scheduler.StreamingListener) interface, which allows you to get receiver status and processing times. Note that this is a developer API and it is likely to be improved upon (i.e., more information reported) in the future. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
