[
https://issues.apache.org/jira/browse/FLINK-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15098120#comment-15098120
]
Matthias J. Sax commented on FLINK-2606:
----------------------------------------
HdfsSpout in Storm is WIP: https://issues.apache.org/jira/browse/STORM-1199
Right now, only HdfsBolt is available to be used as a sink:
https://github.com/apache/storm/blob/master/external/storm-hdfs/src/main/java/org/apache/storm/hdfs/bolt/HdfsBolt.java
We should test both.
> Extend StormFileSpout to handle HDFS
> ------------------------------------
>
> Key: FLINK-2606
> URL: https://issues.apache.org/jira/browse/FLINK-2606
> Project: Flink
> Issue Type: New Feature
> Components: Storm Compatibility
> Reporter: Matthias J. Sax
> Priority: Minor
>
> Currently, `StormFileSpout` uses a simple `FileReader` internally to read
> local files. Thus, it cannot read data from HDFS.
> With this ticket, either `StormFileSpout` should be extended to be able to
> handle HDFS files or a new class (eg, `StormHdfsSpout`) should be introduced
> for it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)