Re: ExportQueue

2018-02-16 Thread Alan Camillo
Actually I was thinking about transform the Observer Providers in annotations too. One class less to write for observer. For the traditional ones we could provide a disable annotation search flag in fluo-app.properties. Thank you Keith! Alan Camillo *BlueShift *I IT Director Cel.: +55 11 98283-6

Re: ExportQueue

2018-02-15 Thread Keith Turner
On Thu, Feb 15, 2018 at 5:46 PM, Alan Camillo wrote: > Thank you Mike! > Actually I was able to execute the queue and the accumulo exporter but I > had to remove some dependencies from the recipe import to execute on 1.2 > version: > > > org.apache.fluo > fluo-recipes-accumulo > 1.2.0

Re: ExportQueue

2018-02-15 Thread Keith Turner
On Thu, Feb 15, 2018 at 4:41 PM, Mike Walch wrote: > Hi Alan, > > I assume you are referring to the preInit() method in the documentation > below: > > https://fluo.apache.org/docs/fluo-recipes/1.1.0-incubating/export-queue/ > > Yes, this should be called in a Main method before initializing Fluo.

Re: ExportQueue

2018-02-15 Thread Alan Camillo
Thank you Mike! Actually I was able to execute the queue and the accumulo exporter but I had to remove some dependencies from the recipe import to execute on 1.2 version: org.apache.fluo fluo-recipes-accumulo 1.2.0-SNAPSHOT log4j log4j

Re: ExportQueue

2018-02-15 Thread Mike Walch
Hi Alan, I assume you are referring to the preInit() method in the documentation below: https://fluo.apache.org/docs/fluo-recipes/1.1.0-incubating/export-queue/ Yes, this should be called in a Main method before initializing Fluo. You can still initialize Fluo using "fluo init" command but you