You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by clay teahouse <cl...@gmail.com> on 2014/09/30 13:03:27 UTC

storm-hdfs

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