getTopology returns the compiled topology after nimbus has gotten its hands on
it, so it has the ackers in it and the metrics consumers. getUserTopology
returns the topology as the user submitted it.
- Bobby
On Friday, April 17, 2015 4:24 AM, Matthias J. Sax
<[email protected]> wrote:
Dear all,
the class backtype.storm.generated.Nimbus defines a nested class
Nimbus$Cluster that offers the following two methods (both defined in
Nimbus#Iface):
> public StormTopology getTopology(String id) throws NotAliveException,
>org.apache.thrift.TException;
> public StormTopology getUserTopology(String id) throws NotAliveException,
>org.apache.thrift.TException;
What is the difference between both? I don't understand what the
difference between a "(regular?) topology" and a "user topology" should
be... From my understanding, there is only one "type" of topologies.
Thanks for you help!
-Matthias