Trying to understand how flume sink invocation works. I see HBaseSink.java has start and stop, is this object created once or is this object created for every event call to sink?
Also, who calls start,process and stop?
Trying to understand how flume sink invocation works. I see HBaseSink.java has start and stop, is this object created once or is this object created for every event call to sink?
Also, who calls start,process and stop?