fluo icon indicating copy to clipboard operation
fluo copied to clipboard

Determine if FluoExec should read config from Zookeeper

Open mikewalch opened this issue 8 years ago • 1 comments

Prior to #883, FluoExec read all configuration in fluo.properties and provided user with FluoConfiguration with everything set. After #883, all configuration is still provided but it is read from Zookeeper. This keeps expected behaviour but requires the Fluo application to be initialized and Zookeeper to be running. This ticket is figure out the best behaviour. If the read from Zookeeper is removed, commands that use FluoExec like OptimizeTable in Fluo Recipes will need to be modified.

mikewalch avatar Aug 04 '17 15:08 mikewalch

One possible way to handle this issue is to only use the fluo-conn.props if ZK not initialized.

keith-turner avatar Aug 04 '17 19:08 keith-turner