Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5882#discussion_r29811941
  
    --- Diff: 
extras/kinesis-asl/src/main/scala/org/apache/spark/streaming/kinesis/KinesisReceiver.scala
 ---
    @@ -37,11 +38,10 @@ import 
com.amazonaws.services.kinesis.clientlibrary.lib.worker.Worker
      * 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.
    + * 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 
    --- End diff --
    
    "Instances of this class will be shipped to the executors"



---
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]

Reply via email to