aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-kafka-integration.md
diff options
context:
space:
mode:
authorAkhil Das <akhld@darktech.ca>2015-01-02 15:12:27 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2015-01-02 15:12:27 -0800
commitcdccc263b20c1bb27b864411c82cfad7daca1f47 (patch)
tree191384a15e945d08082858ff31771129cfe475bd /docs/streaming-kafka-integration.md
parentbd88b7185358ae60efc83dc6cbb3fb1d2bff6074 (diff)
downloadspark-cdccc263b20c1bb27b864411c82cfad7daca1f47.tar.gz
spark-cdccc263b20c1bb27b864411c82cfad7daca1f47.tar.bz2
spark-cdccc263b20c1bb27b864411c82cfad7daca1f47.zip
Fixed typos in streaming-kafka-integration.md
Changed projrect to project :) Author: Akhil Das <akhld@darktech.ca> Closes #3876 from akhld/patch-1 and squashes the following commits: e0cf9ef [Akhil Das] Fixed typos in streaming-kafka-integration.md
Diffstat (limited to 'docs/streaming-kafka-integration.md')
-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 1c956fcb40..4378521dca 100644
--- a/docs/streaming-kafka-integration.md
+++ b/docs/streaming-kafka-integration.md
@@ -4,7 +4,7 @@ title: Spark Streaming + Kafka Integration Guide
---
[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.
-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).
+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).
groupId = org.apache.spark
artifactId = spark-streaming-kafka_{{site.SCALA_BINARY_VERSION}}