aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-programming-guide.md
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2014-01-12 11:31:54 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2014-01-12 11:31:54 -0800
commit448aef6790caa3728bcc43f518afb69807597c39 (patch)
tree49172b126ca7a121c1bfd87591c47a524daea582 /docs/streaming-programming-guide.md
parentc5921e5c6184ddc99c12c0b1f2646b6bd74a9e98 (diff)
downloadspark-448aef6790caa3728bcc43f518afb69807597c39.tar.gz
spark-448aef6790caa3728bcc43f518afb69807597c39.tar.bz2
spark-448aef6790caa3728bcc43f518afb69807597c39.zip
Moved DStream, DStreamCheckpointData and PairDStream from org.apache.spark.streaming to org.apache.spark.streaming.dstream.
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 1c9ece6270..cec1b75baf 100644
--- a/docs/streaming-programming-guide.md
+++ b/docs/streaming-programming-guide.md
@@ -167,7 +167,7 @@ Spark Streaming features windowed computations, which allow you to apply transfo
</tr>
</table>
-A complete list of DStream operations is available in the API documentation of [DStream](api/streaming/index.html#org.apache.spark.streaming.DStream) and [PairDStreamFunctions](api/streaming/index.html#org.apache.spark.streaming.PairDStreamFunctions).
+A complete list of DStream operations is available in the API documentation of [DStream](api/streaming/index.html#org.apache.spark.streaming.dstream.DStream) and [PairDStreamFunctions](api/streaming/index.html#org.apache.spark.streaming.dstream.PairDStreamFunctions).
## Output Operations
When an output operator is called, it triggers the computation of a stream. Currently the following output operators are defined: