Return-Path: Delivered-To: apmail-incubator-chukwa-dev-archive@www.apache.org Received: (qmail 98847 invoked from network); 14 Nov 2010 04:59:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Nov 2010 04:59:07 -0000 Received: (qmail 66681 invoked by uid 500); 14 Nov 2010 04:59:38 -0000 Delivered-To: apmail-incubator-chukwa-dev-archive@incubator.apache.org Received: (qmail 66604 invoked by uid 500); 14 Nov 2010 04:59:38 -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 66595 invoked by uid 99); 14 Nov 2010 04:59:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Nov 2010 04:59:36 +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; Sun, 14 Nov 2010 04:59:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAE4xDvg007024 for ; Sun, 14 Nov 2010 04:59:13 GMT Message-ID: <15658991.65201289710753217.JavaMail.jira@thor> Date: Sat, 13 Nov 2010 23:59:13 -0500 (EST) From: "Eric Yang (JIRA)" To: chukwa-dev@incubator.apache.org Subject: [jira] Created: (CHUKWA-556) Remove Hadoop_ prefix from Hadoop Metrics Processor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Remove Hadoop_ prefix from Hadoop Metrics Processor --------------------------------------------------- Key: CHUKWA-556 URL: https://issues.apache.org/jira/browse/CHUKWA-556 Project: Chukwa Issue Type: Improvement Components: Data Processors Environment: Java 6, MacOSX 10.6 Reporter: Eric Yang Assignee: Eric Yang Both Chukwa and HBase uses MetricsContext to emite Hadoop metrics format. Therefore, it is possible to reuse the same HadoopMetricsProcessor class to process those metrics. In HadoopMetricsProcessor is currently prepending Hadoop_ into the metrics field name. This jira is to remove this prefix. The DataType will be base on the user input type. i.e. Hadoop, Chukwa, HBase, and column family or field name will be set to contextName of the MetricsContext. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.