HiveCatalogOption(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of HiveCatalogOption.
public HiveCatalogOption (string catalogName, string metastoreDBConnectionUriString, string metastoreWarehouseDir);
new Azure.ResourceManager.HDInsight.Containers.Models.HiveCatalogOption : string * string * string -> Azure.ResourceManager.HDInsight.Containers.Models.HiveCatalogOption
Public Sub New (catalogName As String, metastoreDBConnectionUriString As String, metastoreWarehouseDir As String)
Parameters
- catalogName
- String
Name of trino catalog which should use specified hive metastore.
- metastoreDBConnectionUriString
- String
Connection string for hive metastore database.
- metastoreWarehouseDir
- String
Metastore root directory URI, format: abfs[s]://<container>@<account_name>.dfs.core.windows.net/<path>. More details: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri.
Exceptions
catalogName
, metastoreDBConnectionUriString
or metastoreWarehouseDir
is null.
Applies to
Azure SDK for .NET