[ 
https://issues.apache.org/jira/browse/SPARK-9091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-9091:
-----------------------------
    Affects Version/s:     (was: 1.5.0)

Much better, though it can't affect 1.5.0 as this version does not exist yet.

I think TD's opinion is that DStream's methods are mostly redundant, since they 
are just operations you can access with DStream.foreachRDD and then calling any 
RDD methods you like. So I think this will not be worth adding to DStream's API.

> Add the codec interface to Text DStream.
> ----------------------------------------
>
>                 Key: SPARK-9091
>                 URL: https://issues.apache.org/jira/browse/SPARK-9091
>             Project: Spark
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: SaintBacchus
>            Priority: Minor
>
> Since the RDD has the function *saveAsTextFile* which can use 
> *CompressionCodec* to compress the data, so it's better to add a similar 
> interface in DStream. 
> In some IO-bottleneck scenario, it's very useful for user to have this 
> interface in DStream.



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

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

Reply via email to