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 "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/01/04 23:04:28 UTC

[jira] Created: (HADOOP-858) clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred

clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred
-------------------------------------------------------------------------

                 Key: HADOOP-858
                 URL: https://issues.apache.org/jira/browse/HADOOP-858
             Project: Hadoop
          Issue Type: Improvement
          Components: build
    Affects Versions: 0.9.2
            Reporter: Nigel Daley
         Assigned To: Nigel Daley
            Priority: Minor


Finish off the missing piece of HADOOP-371 (move src/contrib/smallJobsBenchmark to src/test/org/apache/hadoop/mapred) and cleanup or consolidate documentation, scripts and dead code.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HADOOP-858) clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred

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

Nigel Daley updated HADOOP-858:
-------------------------------

    Fix Version/s: 0.12.0
           Status: Patch Available  (was: Open)

> clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-858
>                 URL: https://issues.apache.org/jira/browse/HADOOP-858
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.9.2
>            Reporter: Nigel Daley
>         Assigned To: Nigel Daley
>            Priority: Minor
>             Fix For: 0.12.0
>
>         Attachments: HADOOP-858-2.patch, HADOOP-858.patch
>
>
> Finish off the missing piece of HADOOP-371 (move src/contrib/smallJobsBenchmark to src/test/org/apache/hadoop/mapred) and cleanup or consolidate documentation, scripts and dead code.

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


[jira] Updated: (HADOOP-858) clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred

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

Nigel Daley updated HADOOP-858:
-------------------------------

    Attachment: HADOOP-858.patch

The attached patch moves the smallJobsBenchmark code from contrib into src/test/org/apache/hadoop/mapred/MRBench.java.  Since the patch removes some files, it should be applied with
  patch -E -p0
The code has been largely refactored.  The command line args have also changed.  See the usage message or the main method javadoc.

> clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-858
>                 URL: https://issues.apache.org/jira/browse/HADOOP-858
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.9.2
>            Reporter: Nigel Daley
>         Assigned To: Nigel Daley
>            Priority: Minor
>         Attachments: HADOOP-858.patch
>
>
> Finish off the missing piece of HADOOP-371 (move src/contrib/smallJobsBenchmark to src/test/org/apache/hadoop/mapred) and cleanup or consolidate documentation, scripts and dead code.

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


[jira] Updated: (HADOOP-858) clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred

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

Nigel Daley updated HADOOP-858:
-------------------------------

    Attachment: HADOOP-858-2.patch

fixed a small bug

> clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-858
>                 URL: https://issues.apache.org/jira/browse/HADOOP-858
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.9.2
>            Reporter: Nigel Daley
>         Assigned To: Nigel Daley
>            Priority: Minor
>             Fix For: 0.12.0
>
>         Attachments: HADOOP-858-2.patch, HADOOP-858.patch
>
>
> Finish off the missing piece of HADOOP-371 (move src/contrib/smallJobsBenchmark to src/test/org/apache/hadoop/mapred) and cleanup or consolidate documentation, scripts and dead code.

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


[jira] Commented: (HADOOP-858) clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred

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

Hadoop QA commented on HADOOP-858:
----------------------------------

+1, because http://issues.apache.org/jira/secure/attachment/12350482/HADOOP-858-2.patch applied and successfully tested against trunk revision r503864.

> clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-858
>                 URL: https://issues.apache.org/jira/browse/HADOOP-858
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.9.2
>            Reporter: Nigel Daley
>         Assigned To: Nigel Daley
>            Priority: Minor
>             Fix For: 0.12.0
>
>         Attachments: HADOOP-858-2.patch, HADOOP-858.patch
>
>
> Finish off the missing piece of HADOOP-371 (move src/contrib/smallJobsBenchmark to src/test/org/apache/hadoop/mapred) and cleanup or consolidate documentation, scripts and dead code.

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


[jira] Updated: (HADOOP-858) clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred

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

Doug Cutting updated HADOOP-858:
--------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Nigel!

> clean up smallJobsBenchmark and move to src/test/org/apache/hadoop/mapred
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-858
>                 URL: https://issues.apache.org/jira/browse/HADOOP-858
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.9.2
>            Reporter: Nigel Daley
>         Assigned To: Nigel Daley
>            Priority: Minor
>             Fix For: 0.12.0
>
>         Attachments: HADOOP-858-2.patch, HADOOP-858.patch
>
>
> Finish off the missing piece of HADOOP-371 (move src/contrib/smallJobsBenchmark to src/test/org/apache/hadoop/mapred) and cleanup or consolidate documentation, scripts and dead code.

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