You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Jonathan Eagles (Created) (JIRA)" <ji...@apache.org> on 2012/02/13 23:16:59 UTC

[jira] [Created] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

Grep example ignores mapred.job.queue.name
------------------------------------------

                 Key: MAPREDUCE-3857
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: examples
    Affects Versions: 1.0.0
            Reporter: Jonathan Eagles
            Assignee: Jonathan Eagles
         Attachments: MAPREDUCE-3857-branch-1.patch

Grep example creates to jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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

        

[jira] [Updated] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

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

Jonathan Eagles updated MAPREDUCE-3857:
---------------------------------------

    Status: Patch Available  (was: Open)
    
> Grep example ignores mapred.job.queue.name
> ------------------------------------------
>
>                 Key: MAPREDUCE-3857
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3857-branch-1.patch
>
>
> Grep example creates to jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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

        

[jira] [Commented] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

Posted by "Matt Foley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269386#comment-13269386 ] 

Matt Foley commented on MAPREDUCE-3857:
---------------------------------------

+1. Committing to branch-1 and branch-1.0.  Thanks, Jonathan!

Marking resolved, since already good in trunk.
                
> Grep example ignores mapred.job.queue.name
> ------------------------------------------
>
>                 Key: MAPREDUCE-3857
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3857-branch-1.patch
>
>
> Grep example creates two jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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

        

[jira] [Commented] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

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

Hadoop QA commented on MAPREDUCE-3857:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12514404/MAPREDUCE-3857-branch-1.patch
  against trunk revision .

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2330//console

This message is automatically generated.
                
> Grep example ignores mapred.job.queue.name
> ------------------------------------------
>
>                 Key: MAPREDUCE-3857
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3857-branch-1.patch
>
>
> Grep example creates to jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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

        

[jira] [Commented] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

Posted by "Jonathan Eagles (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264219#comment-13264219 ] 

Jonathan Eagles commented on MAPREDUCE-3857:
--------------------------------------------

This patch is for the 1.x line. Very minor change that is already in the 2.x line.
                
> Grep example ignores mapred.job.queue.name
> ------------------------------------------
>
>                 Key: MAPREDUCE-3857
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3857-branch-1.patch
>
>
> Grep example creates to jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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

        

[jira] [Updated] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated MAPREDUCE-3857:
---------------------------------------

    Attachment: MAPREDUCE-3857-branch-1.patch
    
> Grep example ignores mapred.job.queue.name
> ------------------------------------------
>
>                 Key: MAPREDUCE-3857
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3857-branch-1.patch
>
>
> Grep example creates to jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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

        

[jira] [Commented] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

Posted by "Jonathan Eagles (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269680#comment-13269680 ] 

Jonathan Eagles commented on MAPREDUCE-3857:
--------------------------------------------

Thanks, Matt.
                
> Grep example ignores mapred.job.queue.name
> ------------------------------------------
>
>                 Key: MAPREDUCE-3857
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>             Fix For: 1.0.3
>
>         Attachments: MAPREDUCE-3857-branch-1.patch
>
>
> Grep example creates two jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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

        

[jira] [Updated] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

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

Matt Foley updated MAPREDUCE-3857:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.3
           Status: Resolved  (was: Patch Available)
    
> Grep example ignores mapred.job.queue.name
> ------------------------------------------
>
>                 Key: MAPREDUCE-3857
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>             Fix For: 1.0.3
>
>         Attachments: MAPREDUCE-3857-branch-1.patch
>
>
> Grep example creates two jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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

        

[jira] [Commented] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

Posted by "Jonathan Eagles (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264216#comment-13264216 ] 

Jonathan Eagles commented on MAPREDUCE-3857:
--------------------------------------------

This is already fixed in 2.0 line.
                
> Grep example ignores mapred.job.queue.name
> ------------------------------------------
>
>                 Key: MAPREDUCE-3857
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3857-branch-1.patch
>
>
> Grep example creates to jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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

        

[jira] [Updated] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

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

Jonathan Eagles updated MAPREDUCE-3857:
---------------------------------------

    Target Version/s: 1.0.3  (was: 1.1.0)
    
> Grep example ignores mapred.job.queue.name
> ------------------------------------------
>
>                 Key: MAPREDUCE-3857
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3857-branch-1.patch
>
>
> Grep example creates to jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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

        

[jira] [Updated] (MAPREDUCE-3857) Grep example ignores mapred.job.queue.name

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

Matt Foley updated MAPREDUCE-3857:
----------------------------------

    Description: Grep example creates two jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.  (was: Grep example creates to jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.)
    
> Grep example ignores mapred.job.queue.name
> ------------------------------------------
>
>                 Key: MAPREDUCE-3857
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3857
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3857-branch-1.patch
>
>
> Grep example creates two jobs as part of its implementation. The first job correctly uses the configuration settings. The second job ignores configuration settings.

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