Sink plugin : Phoenix [Spark]
Export data to Phoenix
, compatible with Kerberos
authentication
name | type | required | default value |
---|---|---|---|
zk-connect | array | yes | - |
table | string | yes | - |
tenantId | string | no | - |
skipNormalizingIdentifier | boolean | no | false |
common-options | string | no | - |
Connection string, configuration example: host1:2181,host2:2181,host3:2181 [/znode]
Target table name
Tenant ID, optional configuration item
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
Sink plugin common parameters, please refer to Sink Plugin for details
Phoenix {
zk-connect = "host1:2181,host2:2181,host3:2181"
table = "tableName"
}