|
|
+
S Ahmed 2012-11-13, 14:26
+
Hari Shreedharan 2012-11-13, 17:43
+
Rahul Ravindran 2012-11-13, 17:57
+
Brock Noland 2012-11-13, 18:12
+
Rahul Ravindran 2012-11-13, 20:02
+
Brock Noland 2012-11-13, 20:13
-
Re: high level plugin architectureS Ahmed 2012-11-15, 20:22
I was referring to the design in terms of the technique used in Java :)
On Tue, Nov 13, 2012 at 12:43 PM, Hari Shreedharan < [EMAIL PROTECTED]> wrote: > You can find the details of the components and how to wire them together > here: http://flume.apache.org/FlumeUserGuide.html > > > Thanks, > Hari > > -- > Hari Shreedharan > > On Tuesday, November 13, 2012 at 6:26 AM, S Ahmed wrote: > > Hello, > > So I downloaded the flume source, and I was hoping someone can go over the > high-level plugin architecture. > > So each major feature of flume like a sink, or a channel has an interface, > and then concrete implementations implement the interface. > > How exactly do you wireup the type of sink or channel you want to use, is > it using IoC or do you just put the package/class in the config file and > then it assumes your .jar is in the classpath? > > > |