Show / Hide Table of Contents

Class HadoopClusterMetastoresHive

Inheritance
System.Object
HadoopClusterMetastoresHive
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.HDInsight.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class HadoopClusterMetastoresHive

Fields

View Source

DatabaseName

The external Hive metastore's existing SQL database. Changing this forces a new resource to be created.

Declaration
public readonly string DatabaseName
Field Value
Type Description
System.String
View Source

Password

The external Hive metastore's existing SQL server admin password. Changing this forces a new resource to be created.

Declaration
public readonly string Password
Field Value
Type Description
System.String
View Source

Server

The fully-qualified domain name (FQDN) of the SQL server to use for the external Hive metastore. Changing this forces a new resource to be created.

Declaration
public readonly string Server
Field Value
Type Description
System.String
View Source

Username

The external Hive metastore's existing SQL server admin username. Changing this forces a new resource to be created.

Declaration
public readonly string Username
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.