Hello Florian,
>From which version of storm, this feature is available? I am running storm
.0.9.3 and I am getting no suitable constructor error when I compile with
the topology with new LocalCluster("localhost", 2181).thanks On Tue, May 5, 2015 at 8:02 AM, clay teahouse <[email protected]> wrote: > Thanks Florian. I'll give it a try. > > On Tue, May 5, 2015 at 7:59 AM, Florian Hussonnois <[email protected]> > wrote: > >> Hi, >> >> You can create a LocalCluster with an external zookeeper as follows : >> new LocalCluster("localhost", 2181) >> >> 2015-05-05 14:23 GMT+02:00 clay teahouse <[email protected]>: >> >>> Hi All, >>> >>> Is it possible to run a topology in local cluster mode, with an external >>> zookeeper? I see the following jira which seems to have been submitted to >>> allow for an external zookeeper with local cluster topology. >>> >>> https://issues.apache.org/jira/browse/STORM-213 >>> >>> thank you >>> Clay >>> >>> >>> >>> >> >> >> -- >> Florian HUSSONNOIS >> Tel +33 6 26 92 82 23 >> > >
