Hql query through using YARN APPLICATION ID
So I want to know if I can get the HQL query or the SQL query using the applicationId of a hive query that is running on YARN.
I tried using
yarn logs applicationid
But it’s showing the entire execution plan and container logs but I would like to know the attached HQL query to it
YARN cluster is not recognizing any active NodeManagers (Total Nodes: 0)
I am trying to run an application on using hive and hadoop.