There is a Hive Server Interactive, and it's executing users' commands.
In the server log file, there appear the ids of hive queries.
I can get the name of a user by searching for the query id at tez web ui.
However, I want to get the names of requesting users for many hive queries.
Is there a way to get the information of a hive query that can be done at a terminal?
I looked for api documents of hive server or tez server, but couldn't find what I need.