hi!

We're using storm-mesos and writing some stuff on top of it.
As part of this we create a NimbusClient to interact with the Nimbus.

I'm having trouble creating unit tests around this.  We've successfully
created a LocalCluster and can submit topologies into it, however I cannot
get a NimbusClient connected.   There doesn't seem to be any nimbus thrift
port being listened to by the LocalCluster (using lsof, I don't see any
open port to connect to).   The Clojure code is pretty hard for me to read,
but I'm guessing this means that the LocalCluster isn't set up to allow TCP
connection to its Nimbus.  Is there any way to force it to open a port (and
tell me which one it listened on)?

Thanks!

- Erik

Reply via email to