[ 
https://issues.apache.org/jira/browse/SPARK-12134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906165#comment-15906165
 ] 

Takeshi Yamamuro commented on SPARK-12134:
------------------------------------------

I think only a few people are interested in this feature and this JIRA is 
inactive, so I'll close this. Thanks.

> Spark Streaming Kinesis: Allow a mechanism to bypass validateRegion
> -------------------------------------------------------------------
>
>                 Key: SPARK-12134
>                 URL: https://issues.apache.org/jira/browse/SPARK-12134
>             Project: Spark
>          Issue Type: Improvement
>          Components: DStreams
>    Affects Versions: 1.5.2
>            Reporter: Brian London
>
> The {{KinesisUtils.createStream}} family of methods internally call a 
> function {{validateRegion}} that requires the supplied region to be one of 
> the strings on the list of AWS regions.  Doing so, prevents the use of 
> createStream to connect to a non-AWS kinesis stream such as one run through 
> [Kinesalite|https://github.com/mhart/kinesalite], which can be useful for 
> testing.  The {{validateRegion}} method does no additional transformation so 
> it's only effective function is to kill the createStream call if a user 
> requests a stream with a non-standard region string (intentionally or 
> otherwise).
> There should be a mechanism to bypass this check, if not remove it entirely.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to