You could use an embedded flume agent[1]. This will do the same thing that the Flume flow does but run flume inside of another Java application.
Let me know if that meets your needs. -Joey [1] http://flume.apache.org/FlumeDeveloperGuide.html#embedded-agent On Fri, Jan 16, 2015 at 10:30 AM, Carlotta Hicks <[email protected]> wrote: > I need to create an agent using java API to load an HBase table using a CSV > file. I am able to accomplish this using flume-ng and an agent with a > spooldir directory source, file channel and HBase sink. > > > > I need information on how to accomplish this via a java API. > > > > Any help would be appreciated. > > > > -CM > > -- Joey Echeverria
