Skip to content

Commit ac9a955

Browse files
committed
[STREAMING][DOCS] Fix wrong url about API docs of StreamingListener
1 parent b6c797b commit ac9a955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/streaming-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ In that case, consider
19151915
[reducing](#reducing-the-processing-time-of-each-batch) the batch processing time.
19161916

19171917
The progress of a Spark Streaming program can also be monitored using the
1918-
[StreamingListener](api/scala/index.html#org.apache.spark.scheduler.StreamingListener) interface,
1918+
[StreamingListener](api/scala/index.html#org.apache.spark.streaming.scheduler.StreamingListener) interface,
19191919
which allows you to get receiver status and processing times. Note that this is a developer API
19201920
and it is likely to be improved upon (i.e., more information reported) in the future.
19211921

0 commit comments

Comments
 (0)