Link to CloudTable
Description
By creating a CloudTable link, you can extract data from or load data to CloudTable.
Sample Link
{ "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" } ] }
Link Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
linkConfig.hbaseType |
Yes |
Enumeration |
HBase type. The options are as follows:
|
linkConfig.zookeeperQuorum |
Yes |
String |
ZooKeeper link of CloudTable. This parameter is mandatory for the CloudTable link. |
linkConfig.iamAuth |
Yes |
Boolean |
If you choose IAM for identity authentication, enter the username, AK, and SK. |
linkConfig.runMode |
Yes |
Enumeration |
Running mode of the HBase link. The options are as follows:
|
linkConfig.cloudtableUser |
Yes |
String |
Username for accessing the CloudTable cluster |
linkConfig.accessKey |
Yes |
String |
AK for accessing the CloudTable cluster |
linkConfig.securityKey |
Yes |
String |
SK for accessing the CloudTable cluster |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.