You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Rajkumar Singh (JIRA)" <ji...@apache.org> on 2019/07/09 04:56:00 UTC

[jira] [Created] (HIVE-21973) "show locks" print the header twice.

Rajkumar Singh created HIVE-21973:
-------------------------------------

             Summary: "show locks" print the header twice.
                 Key: HIVE-21973
                 URL: https://issues.apache.org/jira/browse/HIVE-21973
             Project: Hive
          Issue Type: Improvement
          Components: Hive
    Affects Versions: 3.1.1
            Reporter: Rajkumar Singh
            Assignee: Rajkumar Singh


show locks; 
-- output

{code:java}
+----------+-----------+--------+------------+-------------+-------------+------------+-----------------+-----------------+--------------+-------+-----------+-------------+
|  lockid  | database  | table  | partition  | lock_state  | blocked_by  | lock_type  | transaction_id  | last_heartbeat  | acquired_at  | user  | hostname  | agent_info  |
+----------+-----------+--------+------------+-------------+-------------+------------+-----------------+-----------------+--------------+-------+-----------+-------------+
| Lock ID  | Database  | Table  | Partition  | State       | Blocked By  | Type       | Transaction ID  | Last Heartbeat  | Acquired At  | User  | Hostname  | Agent Info  |
+----------+-----------+--------+------------+-------------+-------------+------------+-----------------+-----------------+--------------+-------+-----------+-------------+
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)