Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: link all "0.15.0" to version summary panel

...

...

 hive.entity.capture.transform

Enable capturing compiler read entity of transform URI which can be introspected in the semantic and exec hooks.

...

  • Default Value: Empty (treated as not set – all UDFs allowed)
  • Added In: Hive 0.15.0 with HIVE-8893 

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.

...

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.

...