aboutsummaryrefslogtreecommitdiff
path: root/docs
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:18:05 -0800
commit33f0b14ba61c7770584574dd1408e89b4bf27bfd (patch)
treec01fac3ff2607c8b5420fb93d5ccc680d7b1b721 /docs
parentda9a4b932c03f9278ae53d80280a014f35c74d5e (diff)
downloadspark-33f0b14ba61c7770584574dd1408e89b4bf27bfd.tar.gz
spark-33f0b14ba61c7770584574dd1408e89b4bf27bfd.tar.bz2
spark-33f0b14ba61c7770584574dd1408e89b4bf27bfd.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')
-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}}