You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Karam Singh (JIRA)" <ji...@apache.org> on 2008/10/17 15:43:45 UTC

[jira] Created: (HADOOP-4446) Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity"

Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity"
----------------------------------------------------------------------------------------------

                 Key: HADOOP-4446
                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
             Project: Hadoop Core
          Issue Type: Bug
            Reporter: Karam Singh


Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Vivek Ratan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641261#action_12641261 ] 

Vivek Ratan commented on HADOOP-4446:
-------------------------------------

Just to make this clear: Queues have guaranteed capacities, but their number of running tasks may be higher or lower. There's no separate concept of 'current capacity', or any other capacity besides Guaranteed Capacity. Sreekanth, maybe your patch already does this, but I'd recommend that we replace the strings "Current Capacity Maps" and "Current Capacity Reduces" with "Guaranteed Capacity Maps" and "Guaranteed Capacity Reduces". And the value of these fields should be the absolute numbers of the percentage values, i.e., 'Guaranteed Capacity Maps' = 'Guaranteed Capacity Maps (%)' * Cluster Capacity. 

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644242#action_12644242 ] 

Vinod K V commented on HADOOP-4446:
-----------------------------------

Minor comments about the test-case.
 - The name should be testSchedulingInformation.
 - We don't need to test explicit omit of "Current Capacity *". We could just explode the Scheduling info string by new-line to get each key-val pair and test that each key has correct value and that only there are only as many pairs as needed.

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446-1.patch, HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreekanth Ramakrishnan updated HADOOP-4446:
-------------------------------------------

    Status: Patch Available  (was: Open)

Running patch thro' hudson.

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446-1.patch, HADOOP-4446-2.patch, HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641262#action_12641262 ] 

Sreekanth Ramakrishnan commented on HADOOP-4446:
------------------------------------------------

I have changed the strings to read as "Guaranteed Capacity <Task>" and has a single Guaranteed Capacity (%) column now being displayed. 

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod K V updated HADOOP-4446:
------------------------------

    Attachment: HADOOP-4446-3.patch

Attaching a new patch with slight modifications to the test so that all the information present in scheduler information is tested.

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446-1.patch, HADOOP-4446-2.patch, HADOOP-4446-3.patch, HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640934#action_12640934 ] 

Hemanth Yamijala commented on HADOOP-4446:
------------------------------------------

I think what Karam is pointing out is that 'Current' might mean what's currently being used, whereas what we actually mean is 'what's currently guaranteed'. So, +1 for Karam's request.

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640931#action_12640931 ] 

Sreekanth Ramakrishnan commented on HADOOP-4446:
------------------------------------------------

The reason for displaying Guaranteed Capacity <Task> (%), separately  is in order to be more clear for the user to view the information. The reason why we have a separate Current Capacity column is because there are can be situations in which a particular queue can have more capacity or less capacity depending on the capacities usage in the other queue. So in those cases a feedback to show how much is currently allocated, would be more clear.  

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod K V updated HADOOP-4446:
------------------------------

    Status: Open  (was: Patch Available)

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446-1.patch, HADOOP-4446-2.patch, HADOOP-4446-3.patch, HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640960#action_12640960 ] 

Sreekanth Ramakrishnan commented on HADOOP-4446:
------------------------------------------------

Attaching the output from test patch:

{noformat}
     [exec] -1 overall.
     [exec]
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec]
     [exec]     -1 tests included.  The patch doesn't appear to include any new or modified tests.
     [exec]                         Please justify why no tests are needed for this patch.
     [exec]
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning messages.
     [exec]
     [exec]     +1 javac.  The applied patch does not increase the total number of javac compiler warnings.
     [exec]
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs warnings.
     [exec]
     [exec]     +1 Eclipse classpath. The patch retains Eclipse classpath integrity.
     [exec]
{noformat}


This patch does not require a test case because it just modifies the toString() method of scheduling information.

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod K V updated HADOOP-4446:
------------------------------

    Status: Patch Available  (was: Open)

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446-1.patch, HADOOP-4446-2.patch, HADOOP-4446-3.patch, HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreekanth Ramakrishnan reassigned HADOOP-4446:
----------------------------------------------

    Assignee: Sreekanth Ramakrishnan

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreekanth Ramakrishnan updated HADOOP-4446:
-------------------------------------------

    Attachment: HADOOP-4446-1.patch

Attaching patch adding a test case to check the scheduling information which is returned by the string.

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446-1.patch, HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644686#action_12644686 ] 

Hadoop QA commented on HADOOP-4446:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12393152/HADOOP-4446-3.patch
  against trunk revision 709609.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 Eclipse classpath. The patch retains Eclipse classpath integrity.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3514/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3514/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3514/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3514/console

This message is automatically generated.

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446-1.patch, HADOOP-4446-2.patch, HADOOP-4446-3.patch, HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Karam Singh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karam Singh updated HADOOP-4446:
--------------------------------

    Description: Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces  (was: Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity")
        Summary: Update  Scheduling Information display in Web UI  (was: Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity")

Also we should display only one Guaranteed Capacity (%) as now in configuration we specify only single guaranteed capacity instead of different guaranteed capacities for maps and reduces as it was earlier

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643447#action_12643447 ] 

Hemanth Yamijala commented on HADOOP-4446:
------------------------------------------

I see we don't have a test case for verifying what we show in the UI. The patch for this bug would be a great place to add it, along with getting an overall +1 blessing from ant test-patch.

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643758#action_12643758 ] 

Sreekanth Ramakrishnan commented on HADOOP-4446:
------------------------------------------------

Attaching the result of ant test-patch:

{noformat}
     [exec] +1 overall.  
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 3 new or modified tests.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning messages.
     [exec] 
     [exec]     +1 javac.  The applied patch does not increase the total number of javac compiler warnings.
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs warnings.
     [exec] 
     [exec]     +1 Eclipse classpath. The patch retains Eclipse classpath integrity.
     [exec] 
{noformat}

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446-1.patch, HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala updated HADOOP-4446:
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Sreekanth (and Vinod for the updated test case).

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4446-1.patch, HADOOP-4446-2.patch, HADOOP-4446-3.patch, HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreekanth Ramakrishnan updated HADOOP-4446:
-------------------------------------------

    Attachment: HADOOP-4446.patch

Attaching the patch with changes to the toString() method of the scheduling information class which is used to display scheduling information.

Removing an unused variable called queue in the same.

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4446) Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity"

Posted by "Karam Singh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karam Singh updated HADOOP-4446:
--------------------------------

          Component/s: contrib/capacity-sched
    Affects Version/s: 0.19.0

On both jobtracker.jsp and jobqueue_details.jsp pages  "Scheduling Inforamation" displays following information -:

Guaranteed Capacity Maps (%) :
Guaranteed Capacity Reduces (%) :
Current Capacity Maps :  
Current Capacity Reduces : 
User Limit : 
Reclaim Time limit : 
Number of Running Maps : 
Number of Running Reduces : 
Number of Waiting Maps : 
Number of Waiting Reduces : 
Priority Supported :


Here "Current Capacity Maps" and "Current Capacity Reduces" actually displays "Guaranteed Capacity" of maps and reduces. So, "Current Capacity" should "Guaranteed Capacity"



> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity"
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4446) Update Scheduling Information display in Web UI

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreekanth Ramakrishnan updated HADOOP-4446:
-------------------------------------------

    Attachment: HADOOP-4446-2.patch

Attaching patch with comments incorporated. 

> Update  Scheduling Information display in Web UI
> ------------------------------------------------
>
>                 Key: HADOOP-4446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4446
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>    Affects Versions: 0.19.0
>            Reporter: Karam Singh
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: HADOOP-4446-1.patch, HADOOP-4446-2.patch, HADOOP-4446.patch
>
>
> Under Scheduling Information display, change label "Current Capacity" to "Guaranteed Capacity", and display only one "Guaranteed Capacity (%)" instead of displaying it separately for maps and reduces

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.