Skip to content

Commit

Permalink
Fix code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Sep 29, 2014
1 parent 8dc4afe commit 26c6c9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class KafkaSparkStreamingSpec extends FeatureSpec with Matchers with BeforeAndAf
val pool = createKafkaProducerPool(kafkaZkCluster.kafka.brokerList, outputTopic.name)
ssc.sparkContext.broadcast(pool)
}
// Use an accumulator for Bijection/Injection.
// We also use a broadcast variable for Bijection/Injection.
val converter = ssc.sparkContext.broadcast(specificAvroBinaryInjectionForTweet)

// Note: When working on PairDStreams (which we are not doing here) do not forget to import the corresponding
Expand Down

0 comments on commit 26c6c9d

Please sign in to comment.