Repository: apex-core Updated Branches: refs/heads/master c52e17bac -> 5fe931543
APEXCORE-480 change log file name to apex.log Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/5fe93154 Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/5fe93154 Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/5fe93154 Branch: refs/heads/master Commit: 5fe931543e6dca91f614eaf0fad96bc2bf0cd8ff Parents: c52e17b Author: Thomas Weise <[email protected]> Authored: Thu Apr 13 08:30:16 2017 -0700 Committer: Thomas Weise <[email protected]> Committed: Fri Apr 14 07:52:02 2017 -0700 ---------------------------------------------------------------------- engine/src/main/java/com/datatorrent/stram/StramUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-core/blob/5fe93154/engine/src/main/java/com/datatorrent/stram/StramUtils.java ---------------------------------------------------------------------- diff --git a/engine/src/main/java/com/datatorrent/stram/StramUtils.java b/engine/src/main/java/com/datatorrent/stram/StramUtils.java index 99f7bd4..a27a202 100644 --- a/engine/src/main/java/com/datatorrent/stram/StramUtils.java +++ b/engine/src/main/java/com/datatorrent/stram/StramUtils.java @@ -84,7 +84,7 @@ public abstract class StramUtils System.setProperty(StreamingApplication.DT_PREFIX + "cid", containerIdString); } - System.setProperty("hadoop.log.file", "dt.log"); + System.setProperty("hadoop.log.file", "apex.log"); if (envs.get("CDH_YARN_HOME") != null) { // map logging properties to what CHD expects out of the box String[] keys = new String[]{"log.dir", "log.file", "root.logger"};
