aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJongyoul Lee <jongyoul@gmail.com>2015-01-23 23:34:11 -0800
committerReynold Xin <rxin@databricks.com>2015-01-23 23:34:21 -0800
commitff2d7bd7b98092610a4f4ba037a56a94eb393527 (patch)
tree166c76ee5abc7a535297b931bca7a52a1e9b1830
parent73cb806f71fbc44ce2488254db177f6500fe83c7 (diff)
downloadspark-ff2d7bd7b98092610a4f4ba037a56a94eb393527.tar.gz
spark-ff2d7bd7b98092610a4f4ba037a56a94eb393527.tar.bz2
spark-ff2d7bd7b98092610a4f4ba037a56a94eb393527.zip
[SPARK-5058] Part 2. Typos and broken URL
- Also fixed java link Author: Jongyoul Lee <jongyoul@gmail.com> 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 <rxin@databricks.com>
-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 0e38fe2144..77c0abbbac 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>