Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add link in description of hive.security.authorization.sqlstd.confwhitelist.append, minor edits

...

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

2nd Second Java regex that it the whitelist of configuration properties 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 for hive.security.authorization.sqlstd.confwhitelist means that you can append to the default that is set by SQL standard authorization instead of replacing it entirely.

hive.server2.builtin.udf.whitelist
  • Default Value: Empty (empty, treated as not set – all UDFs allowed)
  • Added In: Hive 1.1.0 with HIVE-8893 

...

hive.server2.builtin.udf.blacklist

...