Skip to content

Commit cdccc26

Browse files
Akhil Dastdas
authored andcommitted
Fixed typos in streaming-kafka-integration.md
Changed projrect to project :) Author: Akhil Das <[email protected]> Closes apache#3876 from akhld/patch-1 and squashes the following commits: e0cf9ef [Akhil Das] Fixed typos in streaming-kafka-integration.md
1 parent bd88b71 commit cdccc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/streaming-kafka-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Spark Streaming + Kafka Integration Guide
44
---
55
[Apache Kafka](http://kafka.apache.org/) is publish-subscribe messaging rethought as a distributed, partitioned, replicated commit log service. Here we explain how to configure Spark Streaming to receive data from Kafka.
66

7-
1. **Linking:** In your SBT/Maven projrect definition, link your streaming application against the following artifact (see [Linking section](streaming-programming-guide.html#linking) in the main programming guide for further information).
7+
1. **Linking:** In your SBT/Maven project definition, link your streaming application against the following artifact (see [Linking section](streaming-programming-guide.html#linking) in the main programming guide for further information).
88

99
groupId = org.apache.spark
1010
artifactId = spark-streaming-kafka_{{site.SCALA_BINARY_VERSION}}

0 commit comments

Comments
 (0)