aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-programming-guide.md
diff options
context:
space:
mode:
authordobashim <dobashim@oss.nttdata.co.jp>2015-05-09 10:14:46 +0100
committerSean Owen <sowen@cloudera.com>2015-05-09 10:14:46 +0100
commit7d0f17208cda641651dcbd1bc0da639cd74307e7 (patch)
tree3d443a072abb51bf55c566658687eb6d27d825b8 /docs/streaming-programming-guide.md
parent12b95abc7047a8f2fd25a3c8dbb9904eb305eba6 (diff)
downloadspark-7d0f17208cda641651dcbd1bc0da639cd74307e7.tar.gz
spark-7d0f17208cda641651dcbd1bc0da639cd74307e7.tar.bz2
spark-7d0f17208cda641651dcbd1bc0da639cd74307e7.zip
[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 <dobashim@oss.nttdata.co.jp> Closes #6024 from dobashim/master and squashes the following commits: ac9a955 [dobashim] [STREAMING][DOCS] Fix wrong url about API docs of StreamingListener
Diffstat (limited to 'docs/streaming-programming-guide.md')
-rw-r--r--docs/streaming-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md
index 2f2fea5316..bd863d48d5 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.