Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add hive.security.authorization.task.factory (HIVE-8611)

...

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.

hive.security.authorization.task.factory
  • Default Value: org.apache.hadoop.hive.ql.parse.authorization.HiveAuthorizationTaskFactoryImpl
  • Added In: Hive 0.15.0 with HIVE-8611

Authorization DDL task factory implementation.  See SQL Standard Based Hive Authorization – Configuration.

Archiving

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

...