Hi ,
I'm using Flume NG with HBase sink .
Here are my flume.conf
........
t-game-db194.sinks.sink-hbase.type = org.apache.flume.sink.hbase.HBaseSink
t-game-db194.sinks.sink-hbase.channel = hbase-channel
t-game-db194.sinks.sink-hbase.table = flume
t-game-db194.sinks.sink-hbase.columnFamily = testing
t-game-db194.sinks.sink-hbase.serializer =
org.apache.flume.sink.hbase.RegexHbaseEventSerializer
t-game-db194.sinks.sink-hbase.serializer.regex = :
t-game-db194.sinks.sink-hbase.serializer.regexIgnoreCase = true
t-game-db194.sinks.sink-hbase.serializer.colNames = name,position,company
But I have problem with Zookeeper :
28 Jan 2013 20:28:51,810 DEBUG
[lifecycleSupervisor-1-1-SendThread(t-game-db194:2181)]
(org.apache.zookeeper.ClientCnxn$SendThread.readResponse:714) - Got ping
response for sessionid: 0x23c48e205840059 after 1ms
28 Jan 2013 20:28:51,810 DEBUG
[lifecycleSupervisor-1-1-SendThread(t-game-db194:2181)]
(org.apache.zookeeper.client.ZooKeeperSaslClient.clientTunneledAuthenticationInProgress:519)
- Could not retrieve login configuration: java.lang.SecurityException:
Unable to locate a login configuration
Could you have the same problem with me ?
--