Add log aggregation entries to resources-default.json
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/f392d23e Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/f392d23e Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/f392d23e Branch: refs/heads/feature/SLIDER-149_Support_a_YARN_service_registry Commit: f392d23ee9342a8e250132ce9ad093d19a4ae234 Parents: ba1e79b Author: tedyu <[email protected]> Authored: Mon Sep 29 19:58:49 2014 -0700 Committer: tedyu <[email protected]> Committed: Mon Sep 29 19:58:49 2014 -0700 ---------------------------------------------------------------------- app-packages/hbase/resources-default.json | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f392d23e/app-packages/hbase/resources-default.json ---------------------------------------------------------------------- diff --git a/app-packages/hbase/resources-default.json b/app-packages/hbase/resources-default.json index c3fec68..2487e14 100644 --- a/app-packages/hbase/resources-default.json +++ b/app-packages/hbase/resources-default.json @@ -3,6 +3,9 @@ "metadata": { }, "global": { + "yarn.log.include.patterns": "", + "yarn.log.exclude.patterns": "", + "yarn.log.interval": "0" }, "components": { "HBASE_MASTER": {
