Discussion :: Apache Flume
- How can Flume be used with HBase?
A.
HBaseSink (org.apache.flume.sink.hbase.HBaseSink) supports secure HBase clusters and also the novel HBase IPC that was introduced in the version HBase 0.96
|
B.
AsyncHBaseSink (org.apache.flume.sink.hbase.AsyncHBaseSink) has better performance than HBase sink as it can easily make non-blocking calls to HBase
|
C.
Both A and B
|
D.
None of these
|
Answer : Option C
Explanation :
Be The First To Comment