tree: 4f46040f89ee0b508cc8bc7e711690c029aa47e0 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
connectors/rocketmq-connect-hbase/README.md
HBaseSinkConnector fully-qualified name

org.apache.rocketmq.connect.hbase.sink.HBaseSinkConnector

hbase-sink-connector start

POST  http://${runtime-ip}:${runtime-port}/connectors/HBaseSinkConnector
{
    "connector.class":"org.apache.rocketmq.connect.hbase.sink.HBaseSinkConnector",
    "zkquorum":"localhost:2181",
    "columnfamily":"cf",
    "username":"default",
    "password":"123456",
    "connect.topicnames":"testHBaseTopic",
    "value.converter":"org.apache.rocketmq.connect.runtime.converter.record.json.JsonConverter",
    "key.converter":"org.apache.rocketmq.connect.runtime.converter.record.json.JsonConverter"
}
parameter configuration
parametereffectrequireddefault
zkquorumThe Endpoint of the Zookeeper serveryesnull
columnfamilyThe Column Family of the Destination tableyesnull
usernameThe UserName to login to HBase serveryesnull
passwordThe Password of the UserNamenonull
hbasemasterThe Endpoint of HBase Master servernonull
connect.topicnamesRocketMQ topic for sink connector to read fromyes (sink only)null