Description
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.
public static void addLog4jSystemProperties( String logLevel, long logSize, int numBackups, List<String> vargs) { vargs.add("-Dlog4j.configuration=container-log4j.properties");
Attachments
Attachments
Issue Links
- is related to
-
MAPREDUCE-6148 Consolidate copying regular files/jars, log4j file and tar ball files
- Open
-
MAPREDUCE-7175 JobSubmitter: validateFilePath() throws an exception because it requests a local FS unnecessarily
- Resolved
-
MAPREDUCE-6149 Document override log4j.properties in MR job
- Closed