Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.SparkMetastoreSpec
Packages that use SparkMetastoreSpec
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of SparkMetastoreSpec in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type SparkMetastoreSpecModifier and TypeClassDescriptionfinal classThe metastore specification for Spark cluster.Methods in com.azure.resourcemanager.hdinsight.containers.models that return SparkMetastoreSpecModifier and TypeMethodDescriptionstatic SparkMetastoreSpecSparkMetastoreSpec.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SparkMetastoreSpec from the JsonReader.SparkProfile.metastoreSpec()Get the metastoreSpec property: The metastore specification for Spark cluster.SparkMetastoreSpec.withDbConnectionAuthenticationMode(DbConnectionAuthenticationMode dbConnectionAuthenticationMode) Set the dbConnectionAuthenticationMode property: The authentication mode to connect to your Hive metastore database.SparkMetastoreSpec.withDbName(String dbName) Set the dbName property: The database name.SparkMetastoreSpec.withDbPasswordSecretName(String dbPasswordSecretName) Set the dbPasswordSecretName property: The secret name which contains the database user password.SparkMetastoreSpec.withDbServerHost(String dbServerHost) Set the dbServerHost property: The database server host.SparkMetastoreSpec.withDbUsername(String dbUsername) Set the dbUsername property: The database user name.SparkMetastoreSpec.withKeyVaultId(String keyVaultId) Set the keyVaultId property: The key vault resource id.SparkMetastoreSpec.withThriftUrl(String thriftUrl) Set the thriftUrl property: The thrift url.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type SparkMetastoreSpecModifier and TypeMethodDescriptionSparkProfile.withMetastoreSpec(SparkMetastoreSpec metastoreSpec) Set the metastoreSpec property: The metastore specification for Spark cluster.