[
https://issues.apache.org/jira/browse/FLUME-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jack Jiang resolved FLUME-2880.
-------------------------------
Resolution: Fixed
> how to config a custom hbase sink?
> ----------------------------------
>
> Key: FLUME-2880
> URL: https://issues.apache.org/jira/browse/FLUME-2880
> Project: Flume
> Issue Type: Question
> Reporter: Jack Jiang
>
> my flume version is 1.6.0 and i'm ready to sink logs to hbase,before this
> action,i need to process logs.so i defined a class named
> AsyncHbaseLogEventSerializer,it implements the interface of
> AsyncHbaseEventSerializer and i overwrite the method inside.here is my sink
> part of configuration file:
> server.sinks.hdfs_sink.type = asynchbase
> server.sinks.hdfs_sink.table = access_log
> server.sinks.hdfs_sink.columnFamily = cb
> server.sinks.hdfs_sink.serializer =
> com.huateng.flume.sink.hbase.AsyncHbaseLogEventSerializer
> server.sinks.hdfs_sink.serializer.columns =
> host_name,remote_host,remote_user,event_ts,req,req_status,resp_bytes,ref,agent
> my question is should i package my own class as a jar package,and put it to
> lib?
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)