Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.0
-
None
Description
https://cwiki.apache.org/confluence/display/Hive/Locking and https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-ShowLocks list various options that can be used with SHOW LOCKS, e.g. <TABLE>
When ACID is enabled, all these options are ignored and a full list is returned.
(also only ext lock id is shown, int lock id is not).
see DDLTask.showLocks() and TxnHandler.showLocks()
requires extending ShowLocksRequest which is a Thrift object
Attachments
Attachments
Issue Links
- depends upon
-
HIVE-12832 RDBMS schema changes for HIVE-11388
- Closed
- is related to
-
HIVE-13684 Remove the deprecated IMetaStoreClient.showLocks()
- Open
-
HIVE-10249 ACID: show locks should show who the lock is waiting for
- Closed
-
HIVE-11956 SHOW LOCKS should indicate what acquired the lock
- Closed
-
HIVE-13353 SHOW COMPACTIONS should support filtering options
- Closed
- relates to
-
HIVE-1761 Support show locks for a particular table
- Closed
1.
|
Thrift changes for HIVE-11793 | Resolved | Alan Gates |