You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Sandy Ryza (JIRA)" <ji...@apache.org> on 2012/10/06 01:02:03 UTC

[jira] [Created] (YARN-146) Add unit tests for computing fair share in the fair scheduler

Sandy Ryza created YARN-146:
-------------------------------

             Summary: Add unit tests for computing fair share in the fair scheduler
                 Key: YARN-146
                 URL: https://issues.apache.org/jira/browse/YARN-146
             Project: Hadoop YARN
          Issue Type: New Feature
          Components: resourcemanager
    Affects Versions: 2.0.2-alpha
            Reporter: Sandy Ryza


MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (YARN-146) Add unit tests for computing fair share in the fair scheduler

Posted by "Tom White (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473329#comment-13473329 ] 

Tom White commented on YARN-146:
--------------------------------

Looks good to me. Nit: please change the test to use JUnit 4.
                
> Add unit tests for computing fair share in the fair scheduler
> -------------------------------------------------------------
>
>                 Key: YARN-146
>                 URL: https://issues.apache.org/jira/browse/YARN-146
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Sandy Ryza
>             Fix For: 2.0.2-alpha
>
>         Attachments: YARN-146.patch
>
>
> MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (YARN-146) Add unit tests for computing fair share in the fair scheduler

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

Hudson commented on YARN-146:
-----------------------------

Integrated in Hadoop-Hdfs-trunk #1192 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1192/])
    YARN-146. Add unit tests for computing fair share in the fair scheduler. Contributed by Sandy Ryza. (Revision 1396972)

     Result = SUCCESS
tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1396972
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/FakeSchedulable.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestComputeFairShares.java

                
> Add unit tests for computing fair share in the fair scheduler
> -------------------------------------------------------------
>
>                 Key: YARN-146
>                 URL: https://issues.apache.org/jira/browse/YARN-146
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>             Fix For: 2.0.3-alpha
>
>         Attachments: YARN-146-1.patch, YARN-146.patch
>
>
> MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (YARN-146) Add unit tests for computing fair share in the fair scheduler

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

Sandy Ryza updated YARN-146:
----------------------------

    Attachment: YARN-146-1.patch
    
> Add unit tests for computing fair share in the fair scheduler
> -------------------------------------------------------------
>
>                 Key: YARN-146
>                 URL: https://issues.apache.org/jira/browse/YARN-146
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>             Fix For: 2.0.2-alpha
>
>         Attachments: YARN-146-1.patch, YARN-146.patch
>
>
> MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (YARN-146) Add unit tests for computing fair share in the fair scheduler

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

Hadoop QA commented on YARN-146:
--------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12548589/YARN-146-1.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:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 1.3.9) 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 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager.

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-YARN-Build/85//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/85//console

This message is automatically generated.
                
> Add unit tests for computing fair share in the fair scheduler
> -------------------------------------------------------------
>
>                 Key: YARN-146
>                 URL: https://issues.apache.org/jira/browse/YARN-146
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>             Fix For: 2.0.2-alpha
>
>         Attachments: YARN-146-1.patch, YARN-146.patch
>
>
> MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (YARN-146) Add unit tests for computing fair share in the fair scheduler

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

Sandy Ryza updated YARN-146:
----------------------------

    Attachment: YARN-146.patch
    
> Add unit tests for computing fair share in the fair scheduler
> -------------------------------------------------------------
>
>                 Key: YARN-146
>                 URL: https://issues.apache.org/jira/browse/YARN-146
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Sandy Ryza
>             Fix For: 2.0.2-alpha
>
>         Attachments: YARN-146.patch
>
>
> MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (YARN-146) Add unit tests for computing fair share in the fair scheduler

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

Tom White reassigned YARN-146:
------------------------------

    Assignee: Sandy Ryza
    
> Add unit tests for computing fair share in the fair scheduler
> -------------------------------------------------------------
>
>                 Key: YARN-146
>                 URL: https://issues.apache.org/jira/browse/YARN-146
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>             Fix For: 2.0.2-alpha
>
>         Attachments: YARN-146.patch
>
>
> MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (YARN-146) Add unit tests for computing fair share in the fair scheduler

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

Hudson commented on YARN-146:
-----------------------------

Integrated in Hadoop-Mapreduce-trunk #1223 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1223/])
    YARN-146. Add unit tests for computing fair share in the fair scheduler. Contributed by Sandy Ryza. (Revision 1396972)

     Result = FAILURE
tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1396972
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/FakeSchedulable.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestComputeFairShares.java

                
> Add unit tests for computing fair share in the fair scheduler
> -------------------------------------------------------------
>
>                 Key: YARN-146
>                 URL: https://issues.apache.org/jira/browse/YARN-146
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>             Fix For: 2.0.3-alpha
>
>         Attachments: YARN-146-1.patch, YARN-146.patch
>
>
> MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (YARN-146) Add unit tests for computing fair share in the fair scheduler

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

Hudson commented on YARN-146:
-----------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2907 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2907/])
    YARN-146. Add unit tests for computing fair share in the fair scheduler. Contributed by Sandy Ryza. (Revision 1396972)

     Result = SUCCESS
tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1396972
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/FakeSchedulable.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestComputeFairShares.java

                
> Add unit tests for computing fair share in the fair scheduler
> -------------------------------------------------------------
>
>                 Key: YARN-146
>                 URL: https://issues.apache.org/jira/browse/YARN-146
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>             Fix For: 2.0.3-alpha
>
>         Attachments: YARN-146-1.patch, YARN-146.patch
>
>
> MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (YARN-146) Add unit tests for computing fair share in the fair scheduler

Posted by "Sandy Ryza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473377#comment-13473377 ] 

Sandy Ryza commented on YARN-146:
---------------------------------

Made the change.
                
> Add unit tests for computing fair share in the fair scheduler
> -------------------------------------------------------------
>
>                 Key: YARN-146
>                 URL: https://issues.apache.org/jira/browse/YARN-146
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>             Fix For: 2.0.2-alpha
>
>         Attachments: YARN-146-1.patch, YARN-146.patch
>
>
> MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (YARN-146) Add unit tests for computing fair share in the fair scheduler

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

Hudson commented on YARN-146:
-----------------------------

Integrated in Hadoop-Common-trunk-Commit #2845 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2845/])
    YARN-146. Add unit tests for computing fair share in the fair scheduler. Contributed by Sandy Ryza. (Revision 1396972)

     Result = SUCCESS
tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1396972
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/FakeSchedulable.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestComputeFairShares.java

                
> Add unit tests for computing fair share in the fair scheduler
> -------------------------------------------------------------
>
>                 Key: YARN-146
>                 URL: https://issues.apache.org/jira/browse/YARN-146
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>             Fix For: 2.0.3-alpha
>
>         Attachments: YARN-146-1.patch, YARN-146.patch
>
>
> MR1 had TestComputeFairShares.  This should go into the YARN fair scheduler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira