Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/223#discussion_r10961777
--- Diff:
examples/src/main/scala/org/apache/spark/streaming/examples/KinesisWordCount.scala
---
@@ -0,0 +1,35 @@
+package org.apache.spark.streaming.examples
+
+import org.apache.spark.streaming.{Seconds, StreamingContext}
+import org.apache.spark.streaming.kinesis.KinesisUtils
+import org.apache.spark.streaming.StreamingContext._
+
+
+object KinesisWordCount {
--- End diff --
Also, please add a Java Kinesis example. Many users really ask for Java
examples and can be a significant barrier for trying out the Kinesis
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---