Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Authentication/Authorization

For an overview of authorization modes, see Hive Authorization.

Restricted/Hidden List and Whitelist

hive.conf.restricted.list

...

Comma separated list of configuration properties which are immutable at runtime. For example, if hive.security.authorization.enabled is set to true, it should be included in this list to prevent a client from changing it to false at runtime.

hive.conf.hidden.list
  • Default Value: javax.jdo.option.ConnectionPassword,hive.server2.keystore.password
  • Added In: Hive 0.11.0 with HIVE-9013

Comma separated list of configuration options which should not be read by normal user like passwords.

hive.security.command.whitelist

...