-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43579/
-----------------------------------------------------------
Review request for Ambari and Srimanth Gunturi.
Bugs: AMBARI-15048
https://issues.apache.org/jira/browse/AMBARI-15048
Repository: ambari
Description
-------
I have a cluster where i have nested queues like hive.tpcds, hive.tpch etc.
What i noticed when i added ranger to my cluster my hive configs changed for
hive server2 default queue names to hive.tpcds etc. Fully qualified queue
names do no work. See
for info. Instead
ambari should make sure it should queue names to just the leaf node like
tpcds, tpch etc. In the CS view we probably also need to make sure that leaf
queue names are unique.
So after adding ranger HS2 service alerts started showing and HS2 died as it
was referring to a queue that yarn does not resolve. So i had to revert the
queue config change to only have leaf nodes. Thats how i had setup the cluster
before
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
3ebb25f
ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py 6984e0e
Diff: https://reviews.apache.org/r/43579/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk