You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Babiichuk (JIRA)" <ji...@apache.org> on 2016/02/16 09:26:18 UTC

[jira] [Created] (AMBARI-15054) Changing Yarn queues does not update hive.server2.tez.default.queues

Andrii Babiichuk created AMBARI-15054:
-----------------------------------------

             Summary: Changing Yarn queues does not update hive.server2.tez.default.queues
                 Key: AMBARI-15054
                 URL: https://issues.apache.org/jira/browse/AMBARI-15054
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 2.2.2
            Reporter: Andrii Babiichuk
            Assignee: Andrii Babiichuk
            Priority: Critical
             Fix For: 2.2.2


We have a dependency
{noformat}
  <property>
    <name>hive.server2.tez.default.queues</name>
    ...
    <depends-on>
      <property>
        <type>capacity-scheduler</type>
        <name>yarn.scheduler.capacity.root.queues</name>
      </property>
    </depends-on>
{noformat}
1. During the install I changed yarn.scheduler.capacity.root.queues, but hive configs was not changed. No recommendations requests were posted.

2. Cluster was installed and I changed this property and clicked save, recommendations returned updated hive.server2.tez.default.queues, but it was not applied.

Also looks like attributes where changed, new queues was added to hive.server2.tez.default.queues drop down list. I refreshed the page and they disappeared.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)