Description
When trying to use the feature from TEZ-1775:
tez.task.log.level is set to "DEBUG;org.apache.hadoop.ipc=INFO;org.apache.hadoop.security=INFO;"
Running a job with overrides:
${HADOOP_COMMON_HOME}/bin/hadoop jar tez/tez-tests-0.6.0-SNAPSHOT.jar testorderedwordcount -DUSE_MR_CONFIGS=false -DINTER_JOB_SLEEP_INTERVAL=10 -Dtez.task-specific.launch.cmd-opts.list="finalreduce[]" -Dtez.task-specific.log.level="INFO" /tmp/in1 /tmp/out1
In the above case, I see TEZ_CONTAINER_LOG_PARAMS setup incorrectly for the container in which the final reducer tasks were run.