Basically, I have some POJOs that come from a client source and that I would like to send through Flume. Therefore, I would like to know what kind of flume source can I use for this purpose.
Yes, I could go with some sort of remote procedure call instead of using flume, but I have other sources of data (which are bytes/string based) coming from the client that I am already using flume. thanks, Terrey On Aug 24, 2014, at 10:01 PM, Hari Shreedharan <hshreedha...@cloudera.com> wrote: > Can you explain in more detail what you want to do? > > On Sun, Aug 24, 2014 at 5:40 PM, terreyshih <terreys...@gmail.com> wrote: > If I want to pass java objects as flume source, what would be the best way to > do this ? >