Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.21 KB

File metadata and controls

51 lines (32 loc) · 1.21 KB

Phoenix

Source plugin : Phoenix [Spark]

Description

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

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