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

[jira] [Commented] (AMBARI-15876) Stack advisor work for adding and disabling LLAP queue when Interactive query is turned on and off respectively.

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

Hadoop QA commented on AMBARI-15876:
------------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12798922/AMBARI-15876.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 1 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/6465//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/6465//console

This message is automatically generated.

> Stack advisor work for adding and disabling LLAP queue when Interactive query is turned on and off respectively.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-15876
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15876
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 2.4.0
>            Reporter: Swapan Shridhar
>            Assignee: Swapan Shridhar
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-15876.patch
>
>
> --> When Hive Server Interactive is turned ON:
> ===================================
>   Ambari creates OR "modifies 'llap' queue 'state and/or capacity' " based on below conditions:
>        -  if only 1 queue exists at root level and is 'default' queue and has 100% cap -> Creates 'llap' queue,  OR
>        -  if 2 queues exists at root level ('llap' and 'default') :
>            -> 'llap' queue state is STOPPED -> Modifies 'llap' queue state to RUNNING, adjusts capacity, OR
>            -> 'llap' queue state is RUNNING and 'llap_queue_capacity' prop != 'llap' queue current running capacity ->
>               Modifies 'llap' queue capacity to 'llap_queue_capacity'.
>               
> --> When Hive Server Interactive is turned OFF:
> ===================================
>       -   Checks and sees (1). If only two leaf queues exist at root level, namely: 'default' and 'llap',
>                   and (2). 'llap' is in RUNNING state.
>       - If yes, performs the following actions:   (1). 'llap' queue state set to STOPPED,
>                                                 (2). 'llap' queue capacity set to 0 %,
>                                                 (3). 'default' queue capacity set to 100 %



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