For Fluo 1.2, I would like to improve how Fluo applications are launched/run. This involves deprecating the current tarball distribution and creating downstream repos that create distributions for running Fluo applications locally and cluster managements tools suchs as YARN, Mesos, Kubernetes, etc.
I have created repos for running Fluo locally and YARN and have started to design their functionality by creating scripts and documentation. No Java code has been written yet. The repos will eventually be moved to Apache infrastructure. https://github.com/mikewalch/fluo-local https://github.com/mikewalch/fluo-yarn In order to complete this task, a lot of new functionality/commands need to created upstream in Fluo. To coordinate this work, I created several issues under the 1.2 milestone. https://github.com/apache/incubator-fluo/milestone/6 If you are interested in this work, review the documentation/scripts in fluo-local & fluo-yarn as well as the issues linked to above and let me know if you have any ideas or suggestions.
