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

Thomas F. commented on SPARK-6401:
----------------------------------

How do we proceed for this issue ?

As we already have in the DStream the saveAsHadoopFiles with historical 
OutputFormat and saveAsNewAPIHadoopFiles with NewOutputFormat, do we rename 
StreamingContext.fileStream() into StreamingContext.newAPIHadoopFileStream(with 
NewInputFormat) and then add hadoopFileStream(with InputFormat) to be 
completely aligned with Spark Core for hadoop input/output ?

Brgds.


> Unable to load a old API input format in Spark streaming
> --------------------------------------------------------
>
>                 Key: SPARK-6401
>                 URL: https://issues.apache.org/jira/browse/SPARK-6401
>             Project: Spark
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Rémy DUBOIS
>            Priority: Minor
>
> The fileStream method of the JavaStreamingContext class does not allow using 
> a old API InputFormat.
> This feature exists in Spark batch but not in streaming.



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