ClusterCreateHelper.AddHiveMetastoreToConfigurations Method
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.
public static void AddHiveMetastoreToConfigurations (Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore hiveMetastore, System.Collections.Generic.IDictionary<string,System.Collections.Generic.Dictionary<string,string>> configurations);
static member AddHiveMetastoreToConfigurations : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore * System.Collections.Generic.IDictionary<string, System.Collections.Generic.Dictionary<string, string>> -> unit
Public Sub AddHiveMetastoreToConfigurations (hiveMetastore As AzureHDInsightMetastore, configurations As IDictionary(Of String, Dictionary(Of String, String)))
Parameters
- hiveMetastore
- AzureHDInsightMetastore
- configurations
- IDictionary<String,Dictionary<String,String>>