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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2009/03/18 05:52:50 UTC

[jira] Created: (HADOOP-5522) Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial

Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial
-------------------------------------------------------------------------

                 Key: HADOOP-5522
                 URL: https://issues.apache.org/jira/browse/HADOOP-5522
             Project: Hadoop Core
          Issue Type: Bug
          Components: mapred
    Affects Versions: 0.19.0
            Reporter: Amareshwari Sriramadasu
            Assignee: Amareshwari Sriramadasu
            Priority: Blocker
             Fix For: 0.19.2, 0.20.0


Document the fact that job setup/cleanup and task cleanup happens as seperate tasks and they occupy map/reduce slots, in OutputCommitter section

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


[jira] Updated: (HADOOP-5522) Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial

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

Amareshwari Sriramadasu updated HADOOP-5522:
--------------------------------------------

    Status: Patch Available  (was: Open)

> Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-5522
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5522
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5522-1.txt, patch-5522.txt
>
>
> Document the fact that job setup/cleanup and task cleanup happens as seperate tasks and they occupy map/reduce slots, in OutputCommitter section

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


[jira] Updated: (HADOOP-5522) Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial

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

Amareshwari Sriramadasu updated HADOOP-5522:
--------------------------------------------

    Status: Patch Available  (was: Open)

test-patch result:
{noformat}
     [exec]
     [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 does not increase the total number of release audit warnings.
     [exec]
{noformat}

> Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-5522
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5522
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5522.txt
>
>
> Document the fact that job setup/cleanup and task cleanup happens as seperate tasks and they occupy map/reduce slots, in OutputCommitter section

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


[jira] Commented: (HADOOP-5522) Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial

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

Hudson commented on HADOOP-5522:
--------------------------------

Integrated in Hadoop-trunk #785 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/785/])
    

> Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-5522
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5522
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5522-1.txt, patch-5522.txt
>
>
> Document the fact that job setup/cleanup and task cleanup happens as seperate tasks and they occupy map/reduce slots, in OutputCommitter section

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


[jira] Updated: (HADOOP-5522) Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial

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

Amareshwari Sriramadasu updated HADOOP-5522:
--------------------------------------------

    Attachment: patch-5522-1.txt

Patch with minor modifications to earlier documentation

> Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-5522
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5522
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5522-1.txt, patch-5522.txt
>
>
> Document the fact that job setup/cleanup and task cleanup happens as seperate tasks and they occupy map/reduce slots, in OutputCommitter section

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


[jira] Updated: (HADOOP-5522) Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial

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

Devaraj Das updated HADOOP-5522:
--------------------------------

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

I just committed this. Thanks, Amareshwari!

> Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-5522
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5522
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5522-1.txt, patch-5522.txt
>
>
> Document the fact that job setup/cleanup and task cleanup happens as seperate tasks and they occupy map/reduce slots, in OutputCommitter section

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


[jira] Updated: (HADOOP-5522) Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial

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

Amareshwari Sriramadasu updated HADOOP-5522:
--------------------------------------------

    Status: Open  (was: Patch Available)

> Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-5522
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5522
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5522-1.txt, patch-5522.txt
>
>
> Document the fact that job setup/cleanup and task cleanup happens as seperate tasks and they occupy map/reduce slots, in OutputCommitter section

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


[jira] Updated: (HADOOP-5522) Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial

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

Amareshwari Sriramadasu updated HADOOP-5522:
--------------------------------------------

    Attachment: patch-5522.txt

Patch with documentation change

> Document job setup/cleaup tasks and task cleanup tasks in mapred tutorial
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-5522
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5522
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5522.txt
>
>
> Document the fact that job setup/cleanup and task cleanup happens as seperate tasks and they occupy map/reduce slots, in OutputCommitter section

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