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

    https://github.com/apache/spark/pull/5439#discussion_r28390679
  
    --- Diff: 
extras/kinesis-asl/src/main/scala/org/apache/spark/streaming/kinesis/KinesisUtils.scala
 ---
    @@ -16,6 +16,7 @@
      */
     package org.apache.spark.streaming.kinesis
     
    +import com.amazonaws.auth.AWSCredentials
    --- End diff --
    
    my initial attempt at adding this support introduced a 
BasicAWSCredentialsProvider as follows:
    
    
https://github.com/cfregly/spark/blob/kinesis-dbc/extras/kinesis-asl/src/main/scala/org/apache/spark/streaming/kinesis/BasicAWSCredentialsProvider.scala
    
    highlights:
    1) takes AccessKey and SecretKey as Strings
    2) follows the same hierarchy as the rest of the AWSCredentialsProviders 
(including not being Serializable)
    
    
    
    
    



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to