Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor edits of hive.server2.builtin.udf.whitelist & hive.server2.builtin.udf.blacklist (HIVE-8893)

...

  • 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 UDFs that are allowed to be executed. A udf UDF that is not included in the list , it will return an error if invoked from a query. If set to empty, then treated as wildchar ie all wildcard character – all UDFs will be allowed.

hive.server2.builtin.udf.blacklist
  • Default Value: Empty
  • Added In: Hive 0.15.0 with  with HIVE-8893

A comma separated list of builtin udfs UDFs that are not allowed to be executed. A udf UDF that is included in the list , it will return an error if invoked from a query.

...