> be nice to have access to a command or API call in HiveServer2 similar >to MySQL¹s ³SHOW PROCESSLIST² (and equivalent commands in most other >databases).
There is one - if you have the HiveServer2 UI (in 2.0), that can be seen. It would take 10-15 line JSP script to export that as a JSON API. The reason that's not very interesting is that single machine information like the MYSQL one is useless in a properly configured HA environment for Hive. Cheers, Gopal
