Skip to main content
Version: 2.1.1

Phoenix

Description​

Export data to Phoenix , compatible with Kerberos authentication

tip

Engine Supported and plugin name

  • Spark: Phoenix
  • Flink

Options​

nametyperequireddefault value
zk-connectarrayyes-
tablestringyes-
tenantIdstringno-
skipNormalizingIdentifierbooleannofalse
common-optionsstringno-

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"
}