Skip to content

Commit

Permalink
Make MQTT lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed May 15, 2015
1 parent f6de871 commit fd07d22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object MQTTUtils {
brokerUrl: String,
topic: String,
storageLevel: StorageLevel = StorageLevel.MEMORY_AND_DISK_SER_2
): ReceiverInputDStream[String] = ssc.withNamedScope("MQTT stream") {
): ReceiverInputDStream[String] = ssc.withNamedScope("mqtt stream") {
new MQTTInputDStream(ssc, brokerUrl, topic, storageLevel)
}

Expand Down

0 comments on commit fd07d22

Please sign in to comment.