tarak271 commented on code in PR #36: URL: https://github.com/apache/hive-site/pull/36#discussion_r1930720261
########## content/docs/latest/languagemanual-commands_34838882.md: ########## @@ -25,6 +25,7 @@ Commands are non-SQL statements such as setting a property or adding a resource. | <query string> | Executes a Hive query and prints results to standard output. | | source FILE <filepath> | Executes a script file inside the CLI. | | compile `<groovy string>` AS GROOVY NAMED <name> | This allows inline Groovy code to be compiled and be used as a UDF (as of Hive [0.13.0](https://issues.apache.org/jira/browse/HIVE-5252)). For a usage example, see [Nov. 2013 Hive Contributors Meetup Presentations – Using Dynamic Compilation with Hive](https://cwiki.apache.org/confluence/download/attachments/27362054/HiveContrib-Nov13-groovy_plus_hive.pptx?version=1&modificationDate=1385171856000&api=v2). | +| show processlist | Displays the operations running on Hiveserver2 and provides session and operation details. It will help troubleshoot issues with the Hiveserver2 like identify inappropriate connections to terminate them, identify long running hive queries | Review Comment: Updated text as recommended. -- 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