你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FlinkHiveCatalogOption interface

Flink 群集的 Hive 目录选项。

属性

metastoreDbConnectionAuthenticationMode

用于连接到 Hive 元存储数据库的身份验证模式。 更多详细信息:https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization

metastoreDbConnectionPasswordSecret

secretsProfile.secrets 中的机密引用名称,其中包含数据库连接的密码。

metastoreDbConnectionURL

Hive 元存储数据库的连接字符串。

metastoreDbConnectionUserName

数据库连接的用户名。

属性详细信息

metastoreDbConnectionAuthenticationMode

用于连接到 Hive 元存储数据库的身份验证模式。 更多详细信息:https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization

metastoreDbConnectionAuthenticationMode?: string

属性值

string

metastoreDbConnectionPasswordSecret

secretsProfile.secrets 中的机密引用名称,其中包含数据库连接的密码。

metastoreDbConnectionPasswordSecret?: string

属性值

string

metastoreDbConnectionURL

Hive 元存储数据库的连接字符串。

metastoreDbConnectionURL: string

属性值

string

metastoreDbConnectionUserName

数据库连接的用户名。

metastoreDbConnectionUserName?: string

属性值

string