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

Cody Koeninger commented on SPARK-8389:
---------------------------------------

Static type doesn't really matter since it's typecast anyway, as long as you 
can follow the chain of wrapped object back to the original.  The java api does 
a lot of wrapping too, but you can still unwrap it with rdd.rdd() as I 
mentioned.  

I'm not clear on why something comparable isn't possible for the python api.

> Expose KafkaRDDs offsetRange in Java and Python
> -----------------------------------------------
>
>                 Key: SPARK-8389
>                 URL: https://issues.apache.org/jira/browse/SPARK-8389
>             Project: Spark
>          Issue Type: New Feature
>          Components: Streaming
>    Affects Versions: 1.4.0
>            Reporter: Tathagata Das
>            Assignee: Cody Koeninger
>            Priority: Critical
>
> Probably requires creating a JavaKafkaPairRDD and also use that in the python 
> APIs



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to