Skip to main content
Version: 2.1.1

Phoenix

Description​

Read external data source data through Phoenix , compatible with Kerberos authentication

tip

Engine Supported and plugin name

  • Spark: Phoenix
  • Flink

Options​

nametyperequireddefault value
zk-connectstringyes-
tablestringyes
columnsstringno-
tenantIdstringno-
predicatestringno-

zk-connect [string]​

Connection string, configuration example: host1:2181,host2:2181,host3:2181 [/znode]

table [string]​

Source data table name

columns [string-list]​

Read column name configuration. Read all columns set to [] , optional configuration item, default is [] .

tenant-id [string]​

Tenant ID, optional configuration item

predicate [string]​

Conditional filter string configuration, optional configuration items

common options [string]​

Source plugin common parameters, please refer to Source Plugin for details

Example​

Phoenix {
zk-connect = "host1:2181,host2:2181,host3:2181"
table = "table22"
result_table_name = "tmp1"
}