Repository: spark Updated Branches: refs/heads/master cdccc263b -> 342612b65
[SPARK-5058] Updated broken links Updated the broken link pointing to the KafkaWordCount example to the correct one. Author: sigmoidanalytics <[email protected]> Closes #3877 from sigmoidanalytics/patch-1 and squashes the following commits: 3e19b31 [sigmoidanalytics] Updated broken links Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/342612b6 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/342612b6 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/342612b6 Branch: refs/heads/master Commit: 342612b65f3d77c660383a332f0346872f076647 Parents: cdccc26 Author: sigmoidanalytics <[email protected]> Authored: Sat Jan 3 19:46:08 2015 -0800 Committer: Tathagata Das <[email protected]> Committed: Sat Jan 3 19:46:08 2015 -0800 ---------------------------------------------------------------------- docs/streaming-kafka-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/342612b6/docs/streaming-kafka-integration.md ---------------------------------------------------------------------- diff --git a/docs/streaming-kafka-integration.md b/docs/streaming-kafka-integration.md index 4378521..0e38fe2 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.*; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
