https://github.com/apache/storm/pull/954
looks like the tests are broken now too, so I will look into that. - Bobby
On Thursday, December 17, 2015 8:39 AM, Bobby Evans <[email protected]>
wrote:
Looks like it is a bug that accidentally deleted that method.
https://github.com/apache/storm/commit/121d022b9f11146f6dadc2cd402c747472cac0d1
I filed https://issues.apache.org/jira/browse/STORM-1398 to add it back in.
Thanks for pointing this out, and sorry about that. I'll try to put up a patch
in just a bit.
- Bobby
On Thursday, December 17, 2015 7:03 AM, Tom Fu <[email protected]> wrote:
Hi all,
Our original code (with 0.9.1) on calling topoDetails.getTopology() get an
error
"Error:(193, 40) java: cannot find symbol
symbol: method getTopology()
location: variable topoDetails of type
backtype.storm.scheduler.TopologyDetails"
What api shall we use now?
Regards,
Tom Fu