(Disclaimer: I don't know anything about this spout in particular). You're looking at a much newer version of the README than what is in 1.0.1.
Just run this command to see how much it has changed: % diff <(curl -s https://raw.githubusercontent.com/apache/storm/v1.0.1/external/storm-hdfs/README.md) <(curl -s https://raw.githubusercontent.com/apache/storm/12a4e683deb3bcf30dfc37b052e2c8a371ce6664/external/storm-hdfs/README.md ) - Erik On Tue, Aug 9, 2016 at 10:09 AM, Jeyhun Karimov <[email protected]> wrote: > Hi community, > > I am trying to use HdfsSpout class in Storm to read data from HDFS. I > added > - storm-hdfs > -storm-core > > packages from maven repository with 1.0.1 version. > > However, the HdfsSpout class in the particular class is different from the > example shown in : > > https://github.com/apache/storm/tree/12a4e683deb3bcf30dfc37b052e2c8 > a371ce6664/external/storm-hdfs readme file. > > So, I cannot execute the example. Apparently, the class does not have > some public setter methods. > Am I doing something wrong or can anyone share an example to overcome this > issue? > > Cheers > Jeyhun > -- > -Cheers > > Jeyhun >
