FlinkHiveCatalogOption interface
Flink クラスターの Hive カタログ オプション。
プロパティ
metastore |
Hive メタストア データベースに接続するための認証モード。 詳細情報: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization |
metastore |
データベース接続のパスワードを含む secretsProfile.secrets からのシークレット参照名。 |
metastore |
Hive メタストア データベースの接続文字列。 |
metastore |
データベース接続のユーザー名。 |
プロパティの詳細
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript