You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by td...@apache.org on 2015/01/04 04:46:34 UTC

spark git commit: [SPARK-5058] Updated broken links

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 <ma...@sigmoidanalytics.com>

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 <ma...@sigmoidanalytics.com>
Authored: Sat Jan 3 19:46:08 2015 -0800
Committer: Tathagata Das <ta...@gmail.com>
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org