Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E9DE1931A for ; Mon, 21 Mar 2016 21:16:06 +0000 (UTC) Received: (qmail 82257 invoked by uid 500); 21 Mar 2016 21:16:06 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 82221 invoked by uid 500); 21 Mar 2016 21:16:06 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 82212 invoked by uid 99); 21 Mar 2016 21:16:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2016 21:16:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 18086DFA6C; Mon, 21 Mar 2016 21:16:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexantonenko@apache.org To: commits@ambari.apache.org Message-Id: <5fd9cbc09b3440ff970b3164520fd3de@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-15499. Fix rat check fail on 2.2 branch (alexantonenko) Date: Mon, 21 Mar 2016 21:16:06 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/branch-2.2 c07a25dc9 -> 20baa23ca AMBARI-15499. Fix rat check fail on 2.2 branch (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/20baa23c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/20baa23c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/20baa23c Branch: refs/heads/branch-2.2 Commit: 20baa23caf70bd3f881bb360d1862050dce566ec Parents: c07a25d Author: Alex Antonenko Authored: Mon Mar 21 23:01:01 2016 +0200 Committer: Alex Antonenko Committed: Mon Mar 21 23:15:53 2016 +0200 ---------------------------------------------------------------------- .../src/main/resources/view.log4j.properties | 17 +++++++++++++++++ .../files/src/main/resources/view.log4j.properties | 17 +++++++++++++++++ .../hive/src/main/resources/view.log4j.properties | 17 +++++++++++++++++ .../jobs/src/main/resources/view.log4j.properties | 17 +++++++++++++++++ .../pig/src/main/resources/view.log4j.properties | 17 +++++++++++++++++ .../src/main/resources/view.log4j.properties | 17 +++++++++++++++++ .../storm/src/main/resources/view.log4j.properties | 17 +++++++++++++++++ .../tez/src/main/resources/view.log4j.properties | 17 +++++++++++++++++ 8 files changed, 136 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/20baa23c/contrib/views/capacity-scheduler/src/main/resources/view.log4j.properties ---------------------------------------------------------------------- diff --git a/contrib/views/capacity-scheduler/src/main/resources/view.log4j.properties b/contrib/views/capacity-scheduler/src/main/resources/view.log4j.properties index 1c51fb5..144926a 100644 --- a/contrib/views/capacity-scheduler/src/main/resources/view.log4j.properties +++ b/contrib/views/capacity-scheduler/src/main/resources/view.log4j.properties @@ -1,3 +1,20 @@ + + log4j.appender.capshedView=org.apache.log4j.RollingFileAppender log4j.appender.capshedView.File=/var/log/ambari-server/capshed-view.log log4j.appender.capshedView.MaxFileSize=80MB http://git-wip-us.apache.org/repos/asf/ambari/blob/20baa23c/contrib/views/files/src/main/resources/view.log4j.properties ---------------------------------------------------------------------- diff --git a/contrib/views/files/src/main/resources/view.log4j.properties b/contrib/views/files/src/main/resources/view.log4j.properties index 4340341..b47fd80 100644 --- a/contrib/views/files/src/main/resources/view.log4j.properties +++ b/contrib/views/files/src/main/resources/view.log4j.properties @@ -1,3 +1,20 @@ + + log4j.appender.filesView=org.apache.log4j.RollingFileAppender log4j.appender.filesView.File=/var/log/ambari-server/files-view.log log4j.appender.filesView.MaxFileSize=80MB http://git-wip-us.apache.org/repos/asf/ambari/blob/20baa23c/contrib/views/hive/src/main/resources/view.log4j.properties ---------------------------------------------------------------------- diff --git a/contrib/views/hive/src/main/resources/view.log4j.properties b/contrib/views/hive/src/main/resources/view.log4j.properties index 77f8258..3e9454b 100644 --- a/contrib/views/hive/src/main/resources/view.log4j.properties +++ b/contrib/views/hive/src/main/resources/view.log4j.properties @@ -1,3 +1,20 @@ + + log4j.appender.hiveView=org.apache.log4j.RollingFileAppender log4j.appender.hiveView.File=/var/log/ambari-server/hive-view.log log4j.appender.hiveView.MaxFileSize=80MB http://git-wip-us.apache.org/repos/asf/ambari/blob/20baa23c/contrib/views/jobs/src/main/resources/view.log4j.properties ---------------------------------------------------------------------- diff --git a/contrib/views/jobs/src/main/resources/view.log4j.properties b/contrib/views/jobs/src/main/resources/view.log4j.properties index 4007e0e..da54ebf 100644 --- a/contrib/views/jobs/src/main/resources/view.log4j.properties +++ b/contrib/views/jobs/src/main/resources/view.log4j.properties @@ -1,3 +1,20 @@ + + log4j.appender.jobsView=org.apache.log4j.RollingFileAppender log4j.appender.jobsView.File=/var/log/ambari-server/jobs-view.log log4j.appender.jobsView.MaxFileSize=80MB http://git-wip-us.apache.org/repos/asf/ambari/blob/20baa23c/contrib/views/pig/src/main/resources/view.log4j.properties ---------------------------------------------------------------------- diff --git a/contrib/views/pig/src/main/resources/view.log4j.properties b/contrib/views/pig/src/main/resources/view.log4j.properties index 38eb5ee..fcd57eb 100644 --- a/contrib/views/pig/src/main/resources/view.log4j.properties +++ b/contrib/views/pig/src/main/resources/view.log4j.properties @@ -1,3 +1,20 @@ + + log4j.appender.pigView=org.apache.log4j.RollingFileAppender log4j.appender.pigView.File=/var/log/ambari-server/pig-view.log log4j.appender.pigView.MaxFileSize=80MB http://git-wip-us.apache.org/repos/asf/ambari/blob/20baa23c/contrib/views/slider/src/main/resources/view.log4j.properties ---------------------------------------------------------------------- diff --git a/contrib/views/slider/src/main/resources/view.log4j.properties b/contrib/views/slider/src/main/resources/view.log4j.properties index 2eed2ca..68541af 100644 --- a/contrib/views/slider/src/main/resources/view.log4j.properties +++ b/contrib/views/slider/src/main/resources/view.log4j.properties @@ -1,3 +1,20 @@ + + log4j.appender.sliderView=org.apache.log4j.RollingFileAppender log4j.appender.sliderView.File=/var/log/ambari-server/slider-view.log log4j.appender.sliderView.MaxFileSize=80MB http://git-wip-us.apache.org/repos/asf/ambari/blob/20baa23c/contrib/views/storm/src/main/resources/view.log4j.properties ---------------------------------------------------------------------- diff --git a/contrib/views/storm/src/main/resources/view.log4j.properties b/contrib/views/storm/src/main/resources/view.log4j.properties index a51fb74..3383137 100644 --- a/contrib/views/storm/src/main/resources/view.log4j.properties +++ b/contrib/views/storm/src/main/resources/view.log4j.properties @@ -1,3 +1,20 @@ + + log4j.appender.stormView=org.apache.log4j.RollingFileAppender log4j.appender.stormView.File=/var/log/ambari-server/storm-view.log log4j.appender.stormView.MaxFileSize=80MB http://git-wip-us.apache.org/repos/asf/ambari/blob/20baa23c/contrib/views/tez/src/main/resources/view.log4j.properties ---------------------------------------------------------------------- diff --git a/contrib/views/tez/src/main/resources/view.log4j.properties b/contrib/views/tez/src/main/resources/view.log4j.properties index c7cf0be..ae1f5ce 100644 --- a/contrib/views/tez/src/main/resources/view.log4j.properties +++ b/contrib/views/tez/src/main/resources/view.log4j.properties @@ -1,3 +1,20 @@ + + log4j.appender.tezView=org.apache.log4j.RollingFileAppender log4j.appender.tezView.File=/var/log/ambari-server/tez-view.log log4j.appender.tezView.MaxFileSize=80MB