更新时间:2023-06-14 GMT+08:00
CloudTable连接
介绍
通过CloudTable连接,可以对CloudTable服务抽取、加载数据。
连接样例
{ "links": [ { "link-config-values": { "configs": [ { "inputs": [ { "name": "linkConfig.hbaseType", "value": "CloudTable" }, { "name": "linkConfig.zookeeperQuorum", "value": "cloudtable-pass-zk2-bae54VGN.cloudtable.com:2181,cloudtable-pass-zk1-Fu828so2.cloudtable.com:2181" }, { "name": "linkConfig.iamAuth", "value": "true" }, { "name": "linkConfig.cloudtableUser", "value": "zane" }, { "name": "linkConfig.accessKey", "value": "GRC2WR0IxxxxxxxYLWU2" }, { "name": "linkConfig.securityKey", "value": "Add password here" }, { "name": "linkConfig.runMode", "value": "EMBEDDED" } ], "name": "linkConfig" } ] }, "name": "cloudtablelink", "connector-name": "hbase-connector" } ] }
连接参数
参数 |
是否必选 |
类型 |
说明 |
---|---|---|---|
linkConfig.hbaseType |
是 |
枚举 |
HBase类型:
|
linkConfig.zookeeperQuorum |
是 |
String |
连接“CloudTable”时必选,表示CloudTable的ZooKeeper链接地址。 |
linkConfig.iamAuth |
是 |
Boolean |
当选择IAM统一身份认证时,需要输入用户名、AK和SK。 |
linkConfig.runMode |
是 |
枚举 |
选择HBase连接的运行模式:
|
linkConfig.cloudtableUser |
是 |
String |
登录CloudTable集群的用户名。 |
linkConfig.accessKey |
是 |
String |
登录CloudTable集群的访问标识。 |
linkConfig.securityKey |
是 |
String |
登录CloudTable集群的密钥。 |
父主题: 连接参数说明