Cmdlets for Apache Hive

Build 22.0.8479

AuthScheme Parameter (Connect-ApacheHive Cmdlet)

The authentication scheme used. Accepted entries are Plain, LDAP, NoSasl, and Kerberos.

Syntax

Connect-ApacheHive -AuthScheme string

Possible Values

NoSasl, Plain, LDAP, Kerberos

Data Type

cstr

Default Value

"Plain"

Remarks

The AuthScheme used to authenticate with Hive.

NoSasl Used when the hive.server2.authentication property is set to NoSasl.
Plain (default) Used when the hive.server2.authentication property is set to None (uses Plain SASL), PAM, or CUSTOM. If User or Password are not set, 'anonymous' will be sent for these fields.
LDAP Used when the hive.server2.authentication property is set to LDAP.
Kerberos Used when the hive.server2.authentication property is set to Kerberos.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479