Phoenix
Descriptionâ
Read external data source data through Phoenix
, compatible with Kerberos
authentication
tip
Engine Supported and plugin name
- Spark: Phoenix
- Flink
Optionsâ
name | type | required | default value |
---|---|---|---|
zk-connect | string | yes | - |
table | string | yes | |
columns | string | no | - |
tenantId | string | no | - |
predicate | string | no | - |
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"
}