Versions Compared

Key

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

...

A comma separated list of builtin UDFs that are allowed to be executed. A UDF that is not included in the list will return an error if invoked from a query. If set to empty, then treated as wildcard character – all UDFs will be allowed. Note that this configuration is read at the startup time by HiveServer2 and changing this using a 'set' command in a session won't change the behavior.

hive.server2.builtin.udf.blacklist

...

A comma separated list of builtin UDFs that are not allowed to be executed. A UDF that is included in the list will return an error if invoked from a query.  Note that this configuration is read at the startup time by HiveServer2 and changing this using a 'set' command in a session won't change the behavior.

Archiving

See Archiving for File Count Reduction for general information about Hive support for Hadoop archives.

...