Hello All, I am trying to run the examples that come with external/storm-hdfs ( https://github.com/apache/storm, storm-core-0.9.3-incubating-SNAPSHOT.jar) but I am not able to load any data into hdfs. I've tried the following:
java -cp $CLASSPATH org.apache.storm.hdfs.bolt.HdfsFileTopology hdfs://localhost:9000/data conf/storm.yaml and java -cp $CLASSPATH org.apache.storm.hdfs.trident.TridentFileTopology hdfs://localhost:9000/data I don't get any error. I can't find any logs to inspect. Am I missing something? thanks, Clay
