tree: 1178c836b43f6f27af2a86bf4e5ac52ce66b1f04 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
connectors/rocketmq-connect-hive/README.md
HiveSourceConnector fully-qualified name

org.apache.rocketmq.connect.hive.connector.HiveSourceConnector

hive-source-connector start

POST  http://${runtime-ip}:${runtime-port}/connectors/hiveSourceConnector
{
    "connector.class":"org.apache.rocketmq.connect.hive.connector.HiveSourceConnector",
    "host":"localhost",
    "port":10000,
    "database":"default",
    "tables":{
        "invites": {
            "foo":1
        }
    },
    "max.tasks":2,
    "connect.topicname":"hiveTopic",
    "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
hostThe Host of the hive serveryesnull
portThe Port of the hive serveryesnull
tablesThe info of the tableyesnull
databaseThe info of the databaseyesnull
usernameThe info of the hive servernonull
passwordThe info of the hive servernonull