Repository: spark Updated Branches: refs/heads/branch-1.2 73cb806f7 -> ff2d7bd7b
[SPARK-5058] Part 2. Typos and broken URL - Also fixed java link Author: Jongyoul Lee <[email protected]> Closes #4172 from jongyoul/SPARK-FIXDOC and squashes the following commits: 6be03e5 [Jongyoul Lee] [SPARK-5058] Part 2. Typos and broken URL - Also fixed java link (cherry picked from commit 09e09c548e7722fca1cdc89bd37de2cee58f4ce9) Signed-off-by: Reynold Xin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ff2d7bd7 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ff2d7bd7 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ff2d7bd7 Branch: refs/heads/branch-1.2 Commit: ff2d7bd7b98092610a4f4ba037a56a94eb393527 Parents: 73cb806 Author: Jongyoul Lee <[email protected]> Authored: Fri Jan 23 23:34:11 2015 -0800 Committer: Reynold Xin <[email protected]> Committed: Fri Jan 23 23:34:21 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/ff2d7bd7/docs/streaming-kafka-integration.md ---------------------------------------------------------------------- diff --git a/docs/streaming-kafka-integration.md b/docs/streaming-kafka-integration.md index 0e38fe2..77c0abb 100644 --- a/docs/streaming-kafka-integration.md +++ b/docs/streaming-kafka-integration.md @@ -29,7 +29,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/java/index.html?org/apache/spark/streaming/kafka/KafkaUtils.html) - and the [example]({{site.SPARK_GITHUB_URL}}/tree/master/examples/src/main/java/org/apache/spark/examples/streaming/JavaKafkaWordCount.java). + and the [example]({{site.SPARK_GITHUB_URL}}/blob/master/examples/scala-2.10/src/main/java/org/apache/spark/examples/streaming/JavaKafkaWordCount.java). </div> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
