Skip to content

Commit

Permalink
fixed spelling errors in documentation
Browse files Browse the repository at this point in the history
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
  • Loading branch information
peterklipfel authored and JoshRosen committed Dec 14, 2014
1 parent ef84dab commit 2a2983f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,..)
Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 2a2983f

Please sign in to comment.