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 "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org> on 2009/04/24 08:35:30 UTC

[jira] Created: (HADOOP-5736) Update CapacityScheduler documentation to reflect latest changes

Update CapacityScheduler documentation to reflect latest changes
----------------------------------------------------------------

                 Key: HADOOP-5736
                 URL: https://issues.apache.org/jira/browse/HADOOP-5736
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/capacity-sched
            Reporter: Sreekanth Ramakrishnan


Update capacity scheduler documentation to reflect the latest changes.

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


[jira] Updated: (HADOOP-5736) Update CapacityScheduler documentation to reflect latest changes

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

Sreekanth Ramakrishnan updated HADOOP-5736:
-------------------------------------------

    Attachment: documentation.patch

Documenting current feature set of Capacity Scheduler and memory based scheduling.

> Update CapacityScheduler documentation to reflect latest changes
> ----------------------------------------------------------------
>
>                 Key: HADOOP-5736
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5736
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>            Reporter: Sreekanth Ramakrishnan
>         Attachments: documentation.patch
>
>
> Update capacity scheduler documentation to reflect the latest changes.

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


[jira] Commented: (HADOOP-5736) Update CapacityScheduler documentation to reflect latest changes

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

Hemanth Yamijala commented on HADOOP-5736:
------------------------------------------

Results of test-patch:

     [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]
     [exec]     -1 release audit.  The applied patch generated 474 release audit warnings (more than the trunk's current 473 warnings).


There are no tests because this is a documentation patch.
The release audit warning seems to be in the generated documentation files. Hence, I think it can be ignored.

> Update CapacityScheduler documentation to reflect latest changes
> ----------------------------------------------------------------
>
>                 Key: HADOOP-5736
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5736
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>            Reporter: Sreekanth Ramakrishnan
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: documentation-20.patch, documentation.patch
>
>
> Update capacity scheduler documentation to reflect the latest changes.

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


[jira] Assigned: (HADOOP-5736) Update CapacityScheduler documentation to reflect latest changes

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

Sreekanth Ramakrishnan reassigned HADOOP-5736:
----------------------------------------------

    Assignee: Sreekanth Ramakrishnan

> Update CapacityScheduler documentation to reflect latest changes
> ----------------------------------------------------------------
>
>                 Key: HADOOP-5736
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5736
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>            Reporter: Sreekanth Ramakrishnan
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: documentation.patch
>
>
> Update capacity scheduler documentation to reflect the latest changes.

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


[jira] Commented: (HADOOP-5736) Update CapacityScheduler documentation to reflect latest changes

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

Hudson commented on HADOOP-5736:
--------------------------------

Integrated in Hadoop-trunk #827 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/827/])
    . Update the capacity scheduler documentation for features like memory based scheduling, job initialization and removal of pre-emption. Contributed by Sreekanth Ramakrishnan.


> Update CapacityScheduler documentation to reflect latest changes
> ----------------------------------------------------------------
>
>                 Key: HADOOP-5736
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5736
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>            Reporter: Sreekanth Ramakrishnan
>            Assignee: Sreekanth Ramakrishnan
>             Fix For: 0.20.1
>
>         Attachments: documentation-20.patch, documentation.patch
>
>
> Update capacity scheduler documentation to reflect the latest changes.

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


[jira] Resolved: (HADOOP-5736) Update CapacityScheduler documentation to reflect latest changes

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

Hemanth Yamijala resolved HADOOP-5736.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.20.1
     Hadoop Flags: [Reviewed]

I committed this to trunk and branch 0.20. Thanks, Sreekanth !

> Update CapacityScheduler documentation to reflect latest changes
> ----------------------------------------------------------------
>
>                 Key: HADOOP-5736
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5736
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>            Reporter: Sreekanth Ramakrishnan
>            Assignee: Sreekanth Ramakrishnan
>             Fix For: 0.20.1
>
>         Attachments: documentation-20.patch, documentation.patch
>
>
> Update capacity scheduler documentation to reflect the latest changes.

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


[jira] Updated: (HADOOP-5736) Update CapacityScheduler documentation to reflect latest changes

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

Sreekanth Ramakrishnan updated HADOOP-5736:
-------------------------------------------

    Attachment: documentation-20.patch

Attaching patch for Branch 20

> Update CapacityScheduler documentation to reflect latest changes
> ----------------------------------------------------------------
>
>                 Key: HADOOP-5736
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5736
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>            Reporter: Sreekanth Ramakrishnan
>            Assignee: Sreekanth Ramakrishnan
>         Attachments: documentation-20.patch, documentation.patch
>
>
> Update capacity scheduler documentation to reflect the latest changes.

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