I’m deploying my topology with “storm jar foo.jar fqn.Foo -c nimbus.host=hostname -c nimbus.thrift.port=6627”. I’d like to pass in the name of a properties file that’s included in my jar, but I haven’t found a way to do that. Passing it as a command line parameter to fqn.Foo doesn’t work. What’s the supported way to do this with Storm?
Thanks, Patrick
