Hi, I don’t have any yaml files for LocalCluster, where should I put the yaml file to get LocalCluster to load it? I couldn’t find any docs to help with this.
Ollie From: Harsha [mailto:[email protected]] Sent: 25 November 2014 23:31 To: [email protected] Subject: Re: Local Cluster TImeout/Race condition Oliver, LocalCluster doesn't read from defaults.yaml it only takes the values storm.yaml. Do you have a storm.yaml file which has the timeout set to 400ms. -Harsha On Tue, Nov 25, 2014, at 02:23 AM, Ollie Freeman wrote: To Whom It May Concern We are currently developing a prototype system using Storm to do our processing. However, for local testing we are using the LocalCluster class and when we try to start the test we end up with a race condition starting up zookeeper and connecting to it. The timeout seems to be defaulting to 400ms which is sometimes enough and other times not. Is there a way to alter this timeout or something else we can do? We are slightly confused as to why it defaults to 400ms as the defaults.yaml file has: storm.zookeeper.session.timeout: 20000 storm.zookeeper.connection.timeout: 15000 Regards Oliver Freeman
