You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/05/09 11:16:30 UTC

spark git commit: [STREAMING] [DOCS] Fix wrong url about API docs of StreamingListener

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 <do...@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


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 <do...@oss.nttdata.co.jp>
Authored: Sat May 9 10:14:46 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org