Return-Path: Delivered-To: apmail-incubator-chukwa-dev-archive@www.apache.org Received: (qmail 76678 invoked from network); 30 Dec 2010 22:30:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Dec 2010 22:30:06 -0000 Received: (qmail 29685 invoked by uid 500); 30 Dec 2010 22:30:06 -0000 Delivered-To: apmail-incubator-chukwa-dev-archive@incubator.apache.org Received: (qmail 29659 invoked by uid 500); 30 Dec 2010 22:30:06 -0000 Mailing-List: contact chukwa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@incubator.apache.org Delivered-To: mailing list chukwa-dev@incubator.apache.org Received: (qmail 29651 invoked by uid 99); 30 Dec 2010 22:30:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Dec 2010 22:30:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Dec 2010 22:30:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBUMTjNp006858 for ; Thu, 30 Dec 2010 22:29:45 GMT Message-ID: <24345242.75431293748185469.JavaMail.jira@thor> Date: Thu, 30 Dec 2010 17:29:45 -0500 (EST) From: "Eric Yang (JIRA)" To: chukwa-dev@incubator.apache.org Subject: [jira] Updated: (CHUKWA-573) Seperating Chukwa Metrics collection from Hadoop Metrics collection In-Reply-To: <16924967.74971293747225433.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CHUKWA-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Yang updated CHUKWA-573: ----------------------------- Attachment: CHUKWA-573-1.patch Improve hadoop-metrics.properties to send to port 9097 for chukwa metrics. > Seperating Chukwa Metrics collection from Hadoop Metrics collection > ------------------------------------------------------------------- > > Key: CHUKWA-573 > URL: https://issues.apache.org/jira/browse/CHUKWA-573 > Project: Chukwa > Issue Type: Improvement > Components: data collection > Environment: Java 6, Mac OS X 10.6 > Reporter: Eric Yang > Assignee: Eric Yang > Attachments: CHUKWA-573-1.patch > > > Chukwa Metrics are the same format as HadoopMetrics, therefore it is possible to collect chukwa metrics parsed by HadoopMetricsProcessor. However, HadoopMetricsProcessor would try to store Chukwa metrics to Hadoop HBase table. This ticket is to make separation of the two metrics types properly in the configuration files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.