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

spark git commit: [SPARK-5058] Part 2. Typos and broken URL

Repository: spark
Updated Branches:
  refs/heads/master e224dbb01 -> 09e09c548


[SPARK-5058] Part 2. Typos and broken URL

- Also fixed java link

Author: Jongyoul Lee <jo...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/09e09c54
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/09e09c54
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/09e09c54

Branch: refs/heads/master
Commit: 09e09c548e7722fca1cdc89bd37de2cee58f4ce9
Parents: e224dbb
Author: Jongyoul Lee <jo...@gmail.com>
Authored: Fri Jan 23 23:34:11 2015 -0800
Committer: Reynold Xin <rx...@databricks.com>
Committed: Fri Jan 23 23:34:11 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/09e09c54/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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org