Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/7825#discussion_r36033950
--- Diff:
extras/kinesis-asl/src/main/scala/org/apache/spark/streaming/kinesis/KinesisReceiver.scala
---
@@ -42,10 +43,10 @@ case class SerializableAWSCredentials(accessKeyId:
String, secretKey: String)
* Custom AWS Kinesis-specific implementation of Spark Streaming's
Receiver.
* This implementation relies on the Kinesis Client Library (KCL) Worker
as described here:
* https://github.com/awslabs/amazon-kinesis-client
- * This is a custom receiver used with
StreamingContext.receiverStream(Receiver) as described here:
- * http://spark.apache.org/docs/latest/streaming-custom-receivers.html
- * Instances of this class will get shipped to the Spark Streaming Workers
to run within a
- * Spark Executor.
+ *
+ * The way this Receiver works is as follows:
+ * -
--- End diff --
Docs?
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]