Repository: spark
Updated Branches:
  refs/heads/branch-1.4 869a52d9c -> 5dbc7bbe3


[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

(cherry picked from commit 7d0f17208cda641651dcbd1bc0da639cd74307e7)
Signed-off-by: Sean Owen <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5dbc7bbe
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5dbc7bbe
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5dbc7bbe

Branch: refs/heads/branch-1.4
Commit: 5dbc7bbe3c0c706e217e21b5e7d9c3603a5b7edd
Parents: 869a52d
Author: dobashim <[email protected]>
Authored: Sat May 9 10:14:46 2015 +0100
Committer: Sean Owen <[email protected]>
Committed: Sat May 9 10:16:35 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/5dbc7bbe/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]

Reply via email to