Hi, I have 2 queries regarding Hive Query
1. Is there a way to know which Hive Query is running in background by application ID, I would also like to know location of Log during running of the hive query in TEZ mode 2. If I'm having cluster 20 Nodes, If I submit a query, query takes entire resources of cluster. Is there way to limit the usage. As Query is taking full resources of cluster, any query which is submitted latter, will be in Pending.Is there a way to restrict to 50% -70% Cluster resource consumption for a query. Allowing other query esp. smaller query to complete. Thanks