Hive Metastore 连接

Hive Metastore 连接类型启用 Hive Metastore 集成。

向 Hive Metastore 身份验证

通过 Apache Thrift Hive Serverhmsclient 向 Hive Metastore 进行身份验证。

默认连接 ID

所有与 Hive Metastore 相关的挂钩和操作符默认使用 metastore_default

配置连接

主机(可选)

Hive Metastore 节点的主机。可以将多个主机指定为逗号分隔的列表。

端口(可选)

Hive Metastore 端口号。

额外(可选)

指定可以在 Hive Metastore 连接中使用的额外参数(作为 json 字典)。以下参数均为可选

  • auth_mechanism 指定身份验证机制。默认值为 NOSASL

  • kerberos_service_name 指定 Kerberos 服务名称。默认值为 hive

在环境变量中指定连接时,你应该使用 URI 语法指定它。

请注意,URI 的所有组件都应进行 URL 编码。

例如

export AIRFLOW_CONN_METASTORE_DEFAULT='hive-metastore://hive-metastore-node:80?auth_mechanism=NOSASL'

此条目是否有用?