你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SparkMetastoreSpec interface
Spark 群集的元存储规范。
属性
db |
用于连接到 Hive 元存储数据库的身份验证模式。 更多详细信息:https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization |
db |
数据库名称。 |
db |
包含数据库用户密码的机密名称。 |
db |
数据库服务器主机。 |
db |
数据库用户名。 |
key |
密钥保管库资源 ID。 |
thrift |
节俭 URL。 |
属性详细信息
dbConnectionAuthenticationMode
用于连接到 Hive 元存储数据库的身份验证模式。 更多详细信息:https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
dbConnectionAuthenticationMode?: string
属性值
string
dbName
数据库名称。
dbName: string
属性值
string
dbPasswordSecretName
包含数据库用户密码的机密名称。
dbPasswordSecretName?: string
属性值
string
dbServerHost
数据库服务器主机。
dbServerHost: string
属性值
string
dbUserName
数据库用户名。
dbUserName?: string
属性值
string
keyVaultId
密钥保管库资源 ID。
keyVaultId?: string
属性值
string
thriftUrl
节俭 URL。
thriftUrl?: string
属性值
string