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 "Arun C Murthy (Created) (JIRA)" <ji...@apache.org> on 2011/10/11 07:46:29 UTC

[jira] [Created] (MAPREDUCE-3165) Ensure logging option is set on child command line

Ensure logging option is set on child command line
--------------------------------------------------

                 Key: MAPREDUCE-3165
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: applicationmaster, mrv2
            Reporter: Arun C Murthy
            Assignee: Arun C Murthy
            Priority: Blocker


Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hudson commented on MAPREDUCE-3165:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #18 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/18/])
    Merge -c 1185887 from trunk to branch-0.23 to complete fix for MAPREDUCE-3165.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185888
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/MapReduceChildJVM.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRApps.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java

                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

Posted by "Arun C Murthy (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127888#comment-13127888 ] 

Arun C Murthy commented on MAPREDUCE-3165:
------------------------------------------

Agreed.

I'd suggest MRApps.java - it has similar utils for setting env etc. Thoughts?
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Arun C Murthy updated MAPREDUCE-3165:
-------------------------------------

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

Cancelling patch since Todd is improving it a tad.
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Todd Lipcon commented on MAPREDUCE-3165:
----------------------------------------

I think the Javadoc issues are bogus, given I didn't touch javadoc
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hudson commented on MAPREDUCE-3165:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #56 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/56/])
    Merge -c 1185887 from trunk to branch-0.23 to complete fix for MAPREDUCE-3165.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185888
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/MapReduceChildJVM.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRApps.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java

                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Todd Lipcon commented on MAPREDUCE-3165:
----------------------------------------

The failed test has failed the last 8 builds, and I don't think this small patch caused 161 findbugs  :)
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hudson commented on MAPREDUCE-3165:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1122 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1122/])
    MAPREDUCE-3165. Ensure logging options are set correctly for MR AM and tasks. Contributed by Todd Lipcon.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185887
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/MapReduceChildJVM.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRApps.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java

                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Todd Lipcon updated MAPREDUCE-3165:
-----------------------------------

    Status: Patch Available  (was: Open)
    
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Todd Lipcon commented on MAPREDUCE-3165:
----------------------------------------

It seems like I'd have to move the utility code over into hadoop-mapreduce-client-common, right? Since MapReduceChildJVM is in client-app, and YARNRunner is in client-jobclient, and those don't have dependencies on each other?
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hudson commented on MAPREDUCE-3165:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #17 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/17/])
    Merge -c 1185887 from trunk to branch-0.23 to complete fix for MAPREDUCE-3165.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185888
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/MapReduceChildJVM.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRApps.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java

                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hudson commented on MAPREDUCE-3165:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1103 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1103/])
    MAPREDUCE-3165. Ensure logging options are set correctly for MR AM and tasks. Contributed by Todd Lipcon.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185887
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/MapReduceChildJVM.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRApps.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java

                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Todd Lipcon updated MAPREDUCE-3165:
-----------------------------------

    Attachment: mr-3165.txt

here's an updated patch. Haven't had a chance to try on a cluster.
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Todd Lipcon updated MAPREDUCE-3165:
-----------------------------------

    Attachment: mr-3165.txt

This patch fixes the issue. Unfortunately I haven't had time to add a unit test, since this area of code isn't unit-tested. But I verified on a cluster that my log levels now respect the configured log levels, where they used to be at DEBUG level.
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hudson commented on MAPREDUCE-3165:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #835 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/835/])
    MAPREDUCE-3165. Ensure logging options are set correctly for MR AM and tasks. Contributed by Todd Lipcon.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185887
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/MapReduceChildJVM.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRApps.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java

                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hudson commented on MAPREDUCE-3165:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1182 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1182/])
    MAPREDUCE-3165. Ensure logging options are set correctly for MR AM and tasks. Contributed by Todd Lipcon.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185887
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/MapReduceChildJVM.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRApps.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java

                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hadoop QA commented on MAPREDUCE-3165:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12499066/mr-3165.txt
  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 javadoc.  The javadoc tool appears to have generated 20 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hudson commented on MAPREDUCE-3165:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #19 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/19/])
    Merge -c 1185887 from trunk to branch-0.23 to complete fix for MAPREDUCE-3165.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185888
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/MapReduceChildJVM.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRApps.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java

                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Todd Lipcon commented on MAPREDUCE-3165:
----------------------------------------

(and if you agree, can you give me an idea on where in -common it should go? Still learning my way around the code layout)
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Todd Lipcon updated MAPREDUCE-3165:
-----------------------------------

    Status: Patch Available  (was: Open)
    
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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] [Assigned] (MAPREDUCE-3165) Ensure logging option is set on child command line

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

Todd Lipcon reassigned MAPREDUCE-3165:
--------------------------------------

    Assignee: Todd Lipcon  (was: Arun C Murthy)
    
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hudson commented on MAPREDUCE-3165:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #865 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/865/])
    MAPREDUCE-3165. Ensure logging options are set correctly for MR AM and tasks. Contributed by Todd Lipcon.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185887
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/MapReduceChildJVM.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRApps.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java

                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hudson commented on MAPREDUCE-3165:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #44 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/44/])
    Merge -c 1185887 from trunk to branch-0.23 to complete fix for MAPREDUCE-3165.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185888
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/MapReduceChildJVM.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRApps.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java

                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Hadoop QA commented on MAPREDUCE-3165:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12499485/mr-3165.txt
  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 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    -1 findbugs.  The patch appears to introduce 161 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.mapreduce.TestJobMonitorAndPrint

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1049//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1049//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1049//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1049//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-core.html
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1049//console

This message is automatically generated.
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

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

Arun C Murthy updated MAPREDUCE-3165:
-------------------------------------

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

I just committed this. Thanks Todd!
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: mr-3165.txt, mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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-3165) Ensure logging option is set on child command line

Posted by "Arun C Murthy (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127845#comment-13127845 ] 

Arun C Murthy commented on MAPREDUCE-3165:
------------------------------------------

Todd, the patch looks good.

Can I, please, ask you to add the same feature for the MR AM itself? We can add a config key and change YARNRunner.createApplicationSubmissionContext to call the same api to set the logging options? Thanks!
                
> Ensure logging option is set on child command line
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, mrv2
>            Reporter: Arun C Murthy
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: mr-3165.txt
>
>
> Currently the logging config is set in env in MapReduceChildJVM - we need to set it on command line.

--
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