Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add three hive.server2.logging.operation.* parameters (still need default for .log.location)

...

With positive value, it's checked for operations in terminal state only (FINISHED, CANCELED, CLOSED, ERROR).
With negative value, it's checked for all of the operations regardless of state.

hive.server2.logging.operation.enabled

When true, HiveServer2 will save operation logs and make them available for clients.

hive.server2.logging.operation.log.location
  • Default Value: 
  • Added In: Hive 0.14.0 with HIVE-4629

Top level directory where operation logs are stored if logging functionality is enabled.

hive.server2.logging.operation.verbose
  • Default Value: false
  • Added In: Hive 0.14.0 with HIVE-8785

When true, HiveServer2 operation logs available for clients will be verbose.

Tez

Apache Tez was added in Hive 0.13.0 (HIVE-4660 and HIVE-6098).  For information see the design document Hive on Tez, especially the Installation and Configuration section.

...