Hi Shumin,
I have gone through the documentation, but it don't have much. Do you have any 
use case in which you are using CustomSource? As in flume 0.9.4, we do have 
flume master url where we can see the source/sinks/decorators etc. How we can 
verify here whether our custom source is fine & up or have any errors?

It would be much help if you please guide me a bit.

Regards,
Deepak

From: Shumin Wu [mailto:[email protected]]
Sent: Tuesday, September 18, 2012 2:11 PM
To: [email protected]
Subject: Re: Moving from Flume OG to Flume NG

Hi Deepark,

I had hard time switching from OG to NG in the beginning, too. The new way in 
NG to make your custom source would look like this:

public class CustomSource extends AbstractSource implements PollableSource, 
Configurable

or

public class CustomSource extends AbstractSource implements EventDrivenSource, 
Configurable

, depending on your source type.

Brock's link is a good reading resource.

Shumin
On Tue, Sep 18, 2012 at 11:05 AM, Brock Noland 
<[email protected]<mailto:[email protected]>> wrote:
Hi,

The flume developer guide as these details:

http://flume.apache.org/FlumeDeveloperGuide.html

Brock

On Tue, Sep 18, 2012 at 1:02 PM, Kumar, Deepak8 
<[email protected]<mailto:[email protected]>> wrote:
> Hi,
> I am trying to switch from Flume 0.94 to Flume NG. In previous version we do 
> have the static class EventSource.Base through which we can create our own 
> Source or Sink. I don't find anything as such here in flume NG.
>
> Could you please guide me how do we create our own Sources here in Flume NG?
>
> Regards,
> Deepak


--
Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/

Reply via email to