Hive
介绍
Hive
连接器用于与 Hive
类型的数据源建立连接,获取元数据和执行数据质量检查。
参数
Options
name | type | required | default value |
---|---|---|---|
host | string | yes | - |
port | int | yes | - |
database | string | yes | - |
user | string | yes | - |
password | string | yes | - |
properties | string | no | - |
host [string]
数据库实例IP, 支持ZooKeeper的高可用连接,ZooKeeper地址通过 ,
隔开
port [int]
数据库实例端口
database [string]
数据库名
user [string]
用户名
password [string]
密码
properties [string]
配置信息,默认为:
hive.resultset.use.unique.column.names=false
若采用ZooKeeper
高可用方式,需要输入以下配置:
serviceDiscoveryMode=zooKeeper;zooKeeperNamespace={your_namespace}
属性
name | zh-name | supported |
---|---|---|
invalidateItemCanOutput | 错误数据是否支持导出 | false |
invalidateItemCanOutputToSelf | 错误数据是否支持导出至数据源 | false |
supportToBeErrorDataStorage | 是否支持作为错误数据存储引擎 | false |