Skip to content
Snippets Groups Projects
Commit 2a2983f7 authored by Peter Klipfel's avatar Peter Klipfel Committed by Josh Rosen
Browse files

fixed spelling errors in documentation

changed "form" to "from" in 3 documentation entries for Kafka integration

Author: Peter Klipfel <peter@klipfel.me>

Closes #3691 from peterklipfel/master and squashes the following commits:

0fe7fc5 [Peter Klipfel] fixed spelling errors in documentation
parent ef84dab8
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ object KafkaUtils {
}
/**
* Create an input stream that pulls messages form a Kafka Broker.
* Create an input stream that pulls messages from a Kafka Broker.
* Storage level of the data will be the default StorageLevel.MEMORY_AND_DISK_SER_2.
* @param jssc JavaStreamingContext object
* @param zkQuorum Zookeeper quorum (hostname:port,hostname:port,..)
......@@ -93,7 +93,7 @@ object KafkaUtils {
}
/**
* Create an input stream that pulls messages form a Kafka Broker.
* Create an input stream that pulls messages from a Kafka Broker.
* @param jssc JavaStreamingContext object
* @param zkQuorum Zookeeper quorum (hostname:port,hostname:port,..).
* @param groupId The group id for this consumer.
......@@ -113,7 +113,7 @@ object KafkaUtils {
}
/**
* Create an input stream that pulls messages form a Kafka Broker.
* Create an input stream that pulls messages from a Kafka Broker.
* @param jssc JavaStreamingContext object
* @param keyTypeClass Key type of RDD
* @param valueTypeClass value type of RDD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment