Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Follow-up for HIVE-8937 (fix description of hive.security.authorization.sqlstd.confwhitelist.* params)

...

  • Default Value: (empty, but includes list shown below implicitly)
  • Added In: Hive 0.13.0 with HIVE-6846; updated in Hive 0.14.0 with HIVE-8534 and in subsequent releases with several JIRA issues

A comma separated list of configuration properties that users are authorized to set Java regex. Configuration properties that match this regex can be modified by user when SQL standard base authorization is used.

...

Note that the hive.conf.restricted.list checks are still enforced after the white list check.

hive.security.authorization.sqlstd.confwhitelist.append
  • Default Value: Empty
  • Added In: Hive 0.14.0 with HIVE-8534

2nd Java regex that it would match in addition to hive.security.authorization.sqlstd.confwhitelist. Do not include a starting | in the value. Using this regex instead of updating the original regex means that you can append to the default set by SQL standard authorization instead of replacing it entirely.

hive.server2.builtin.udf.whitelist

...