aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsigmoidanalytics <mayur@sigmoidanalytics.com>2015-01-03 19:46:08 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2015-01-03 19:46:08 -0800
commit342612b65f3d77c660383a332f0346872f076647 (patch)
tree25ad7c021004f6b870dab3824a4cdcd4fbe46442
parentcdccc263b20c1bb27b864411c82cfad7daca1f47 (diff)
downloadspark-342612b65f3d77c660383a332f0346872f076647.tar.gz
spark-342612b65f3d77c660383a332f0346872f076647.tar.bz2
spark-342612b65f3d77c660383a332f0346872f076647.zip
[SPARK-5058] Updated broken links
Updated the broken link pointing to the KafkaWordCount example to the correct one. Author: sigmoidanalytics <mayur@sigmoidanalytics.com> Closes #3877 from sigmoidanalytics/patch-1 and squashes the following commits: 3e19b31 [sigmoidanalytics] Updated broken links
-rw-r--r--docs/streaming-kafka-integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/streaming-kafka-integration.md b/docs/streaming-kafka-integration.md
index 4378521dca..0e38fe2144 100644
--- a/docs/streaming-kafka-integration.md
+++ b/docs/streaming-kafka-integration.md
@@ -20,7 +20,7 @@ title: Spark Streaming + Kafka Integration Guide
streamingContext, [zookeeperQuorum], [group id of the consumer], [per-topic number of Kafka partitions to consume])
See the [API docs](api/scala/index.html#org.apache.spark.streaming.kafka.KafkaUtils$)
- and the [example]({{site.SPARK_GITHUB_URL}}/tree/master/examples/src/main/scala/org/apache/spark/examples/streaming/KafkaWordCount.scala).
+ and the [example]({{site.SPARK_GITHUB_URL}}/blob/master/examples/scala-2.10/src/main/scala/org/apache/spark/examples/streaming/KafkaWordCount.scala).
</div>
<div data-lang="java" markdown="1">
import org.apache.spark.streaming.kafka.*;