You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Junping Du (JIRA)" <ji...@apache.org> on 2014/08/26 05:16:01 UTC

[jira] [Created] (MAPREDUCE-6052) Support overriding log4j.properties per job

Junping Du created MAPREDUCE-6052:
-------------------------------------

             Summary: Support overriding log4j.properties per job
                 Key: MAPREDUCE-6052
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6052
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 2.5.0
            Reporter: Junping Du
            Assignee: Junping Du


For current MR application, the "log4j.configuration" is hard coded to container-log4j.properties within each node. We still need flexibility to override it per job like what we do in MRV1.
{code}
  public static void addLog4jSystemProperties(
      String logLevel, long logSize, int numBackups, List<String> vargs) {
    vargs.add("-Dlog4j.configuration=container-log4j.properties");
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)