Cmdlets for Apache HBase

Build 24.0.9060

AuthScheme Parameter (Connect-ApacheHBase Cmdlet)

The scheme used for authentication. Accepted entries are None, Basic, and Negotiate (Kerberos). None is the default.

Syntax

Connect-ApacheHBase -AuthScheme string

Possible Values

None, Basic, Negotiate

Data Type

cstr

Default Value

"None"

Remarks

This field is used to authenticate against the server. Use the following options to select your authentication scheme:

  • None: No authentication is performed.
  • Basic: Basic authentication is performed.
  • Negotiate: If AuthScheme is set to Negotiate, the cmdlet will Negotiate an authentication mechanism with the server. Set AuthScheme to Negotiate if you want to use Kerberos authentication.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060