Phoenix
Phoenix sink connector
Descriptionâ
Export data to Phoenix
, compatible with Kerberos
authentication
tip
Engine Supported and plugin name
- Spark: Phoenix
- Flink
Optionsâ
name | type | required | default value |
---|---|---|---|
zk-connect | array | yes | - |
table | string | yes | - |
tenantId | string | no | - |
skipNormalizingIdentifier | boolean | no | false |
common-options | string | no | - |
zk-connect [string]â
Connection string, configuration example: host1:2181,host2:2181,host3:2181 [/znode]
table [string]â
Target table name
tenantId [string]â
Tenant ID, optional configuration item
skipNormalizingIdentifier [boolean]â
Whether to skip the normalized identifier, if the column name is surrounded by double quotes, it is used as is, otherwise the name is uppercase. Optional configuration items, the default is false
common options [string]â
Sink plugin common parameters, please refer to Sink Plugin for details
Examplesâ
Phoenix {
zk-connect = "host1:2181,host2:2181,host3:2181"
table = "tableName"
}