Hi, I'm able to deploy my Storm topology I call extract-topology to Storm just fine, and I can see all my bolts and spouts in the Storm UI.
However, it doesn't seem to have all of my configurations. I modified my storm.yaml file to append the following new configuration components to the end of the file: ## accumulo instance name accumulo.instance: "test" ## accumulo username accumulo.user: "root" ## accumulo password accumulo.password: "secret" ## activemq connection URL activemq.url: "tcp://localhost:61616" ## TSD connection URL time.series.url: "http://localhost:4545/api/put" And then I copied this updated storm.yaml under /var/lib/storm/storm-0.9.0/conf. Yet, when I look at my deployed Storm topology via the storm UI I don't see these topology configurations. Is there something else I need to do for Storm to pick up my configurations? Thanks for your help, Pete
