Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: change link to EXPLAIN LOCKS section to advanced link so it appears as incoming link on page info

...

  • SHOW LOCKS <TABLE_NAME>;
  • SHOW LOCKS <TABLE_NAME> EXTENDED;
  • SHOW LOCKS <TABLE_NAME> PARTITION (<PARTITION_DESC>);
  • SHOW LOCKS <TABLE_NAME> PARTITION (<PARTITION_DESC>) EXTENDED;

See also EXPLAIN LOCKS.

Configuration

Configuration properties for Hive locking are described in Locking.

...