rtrivedi12 commented on PR #5319: URL: https://github.com/apache/hive/pull/5319#issuecomment-2218308172
Sample output after remove query String- ``` 0: jdbc:hive2://localhost:10000> show processlist; +------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+-------------------+-------------------+---------------+ | User Name | Ip Addr | Execution Engine | Session Id | Session Active Time (s) | Session Idle Time (s) | Query ID | State | Opened Timestamp | Elapsed Time (s) | Runtime (s) | +------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+-------------------+-------------------+---------------+ | hive | 127.0.0.1 | mr | 66df357a-90bf-43cb-847f-279aa6df1c24 | 113 | 7 | rtrivedi_20240709124106_d0f00d7a-6fab-4fcd-9f41-d53bb296275d | RUNNING | 1720546866774 | 16 | Not finished | | hive | 127.0.0.1 | mr | 7daa873e-bb46-462e-bc38-94cb8d3e7c17 | 83 | 29 | rtrivedi_20240709124106_2dc53c4c-e522-4aed-a969-3d48ac01ba81 | RUNNING | 1720546866774 | 17 | Not finished | +------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+-------------------+-------------------+---------------+ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org