Skip to content

Commit

Permalink
[STREAMING][DOCS] Fix wrong url about API docs of StreamingListener
Browse files Browse the repository at this point in the history
  • Loading branch information
dobashim committed May 9, 2015
1 parent b6c797b commit ac9a955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/streaming-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ac9a955

Please sign in to comment.