Skip to content

Conversation

@tarak271
Copy link
Contributor

New output from show processlist with txn id would look like below

+------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+---------+--------------------------+-------------------+---------------+
| User Name  |  Ip Addr   | Execution Engine  |              Session Id               | Session Active Time (s)  | Session Idle Time (s)  |                      Query ID                      |  State   | Txn ID  |   Opened Timestamp (s)   | Elapsed Time (s)  |  Runtime (s)  |
+------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+---------+--------------------------+-------------------+---------------+
| anonymous  | 127.0.0.1  | tez               | fb33f25e-bc8f-42f4-9ed2-28ca3ea55806  | 3                        | 1                      | tarak_20251113120712_e9a91156-c8fa-401d-9ab9-b44444c6768d | RUNNING  | 527     | 2025-11-13 12:07:12.571  | 1                 | Not finished  |
| anonymous  | 127.0.0.1  | tez               | 24c029d3-cfa3-43ae-966c-a262b3f0d323  | 3                        | 1                      | tarak_20251113120712_ff6524ff-2e12-4d36-803a-e1425ec18e60 | RUNNING  | 528     | 2025-11-13 12:07:12.579  | 1                 | Not finished  |
+------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+---------+--------------------------+-------------------+---------------+

Copy link
Contributor

@okumin okumin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

| hive | 127.0.0.1 | tez | 94e4670b-0cb6-4b10-8343-ac5d0d8d3ab6 | 54 | 1 | rtrivedi_20241205154342_8a73c7c5-4152-4848-b528-4e7708c964ef | RUNNING | 2024-12-05 15:43:42.985 | 1 | Not finished |
+------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+--------------------------+-------------------+---------------+
+------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+---------+--------------------------+-------------------+---------------+
| User Name | Ip Addr | Execution Engine | Session Id | Session Active Time (s) | Session Idle Time (s) | Query ID | State | Txn ID | Opened Timestamp (s) | Elapsed Time (s) | Runtime (s) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems consistent also with my local attempt
apache/hive#6141 (comment)

@okumin okumin merged commit b41662d into apache:main Nov 13, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants