Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-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 AA57C1090D for ; Tue, 2 Dec 2014 23:06:25 +0000 (UTC) Received: (qmail 76516 invoked by uid 500); 2 Dec 2014 23:06:25 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 76485 invoked by uid 500); 2 Dec 2014 23:06:25 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 76476 invoked by uid 99); 2 Dec 2014 23:06:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2014 23:06:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 491689BC8DB; Tue, 2 Dec 2014 23:06:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: accumulo git commit: Get the filesink actually configured (glob configuration appears to not work) Date: Tue, 2 Dec 2014 23:06:25 +0000 (UTC) Repository: accumulo Updated Branches: refs/heads/metrics2 580a31bc6 -> 1208d8eaa Get the filesink actually configured (glob configuration appears to not work) Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1208d8ea Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1208d8ea Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1208d8ea Branch: refs/heads/metrics2 Commit: 1208d8eaa231acaa8fce8f61ae7dd77ec5a58a09 Parents: 580a31b Author: Josh Elser Authored: Tue Dec 2 18:05:55 2014 -0500 Committer: Josh Elser Committed: Tue Dec 2 18:05:55 2014 -0500 ---------------------------------------------------------------------- .../conf/templates/hadoop-metrics2-accumulo.properties.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/1208d8ea/assemble/conf/templates/hadoop-metrics2-accumulo.properties.example ---------------------------------------------------------------------- diff --git a/assemble/conf/templates/hadoop-metrics2-accumulo.properties.example b/assemble/conf/templates/hadoop-metrics2-accumulo.properties.example index 8e5bc5f..c91eb83 100644 --- a/assemble/conf/templates/hadoop-metrics2-accumulo.properties.example +++ b/assemble/conf/templates/hadoop-metrics2-accumulo.properties.example @@ -13,10 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Write metrics to a file -*.sink.file.class=org.apache.hadoop.metrics2.sink.FileSink - # Poll collectors every ten seconds *.period=10 +# Single log file with all metrics +accumulo.sink.file-all.class=org.apache.hadoop.metrics2.sink.FileSink accumulo.sink.file-all.filename=all.metrics