Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
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.