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

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

    [ https://issues.apache.org/jira/browse/AMBARI-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148874#comment-15148874 ] 

Hadoop QA commented on AMBARI-15054:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12788060/AMBARI-15054.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 2 new or modified test files.

    {color:red}-1 javac{color:red}.  The patch appears to cause the build to fail.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/5390//console

This message is automatically generated.

> 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
>
>         Attachments: AMBARI-15054.patch, AMBARI-15054_branch_2.2.patch
>
>
> 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)