Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C3CC79033 for ; Sat, 7 Jul 2012 15:52:53 +0000 (UTC) Received: (qmail 57755 invoked by uid 500); 7 Jul 2012 15:52:53 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 57703 invoked by uid 500); 7 Jul 2012 15:52:53 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 57694 invoked by uid 99); 7 Jul 2012 15:52:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jul 2012 15:52:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 74.125.82.176 as permitted sender) Received: from [74.125.82.176] (HELO mail-we0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jul 2012 15:52:46 +0000 Received: by werc12 with SMTP id c12so3443930wer.35 for ; Sat, 07 Jul 2012 08:52:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FvzxlUFo+AIZxgwMfV8L0zYCj3m/FRqO+SRqqW08Q/s=; b=A2PwSVogNTQEYMeoeMRdf+abg9BF99W8ZxtxziiMBaB1Jok8Ei99jpTRx3YwCis6u7 ZU7wewuqUG9TEFYN3rvg7q3V0u160ABtBea6M4Y3ZvVXMdgwD6frVK/auucRlTSAPKoC rrm5I6Eo+1gOebWIPZ0feBDgCDRibMt5OHXLH/UgPUoX028RGOv3stMbWzPerrK8U1JE MgVtNPXdo96wARAH0xCkyhRoPxYCDbfUbOnZsgaAQN+6miQHHewuWIemHuAcZRDjLNoZ j2eK5Ru36FZh4qmwTfJvGDQCYLdi5labBERj6eM7ZQGYKHzq7BanKh+1rOCkY5msN/zh F2jg== MIME-Version: 1.0 Received: by 10.180.87.232 with SMTP id bb8mr16210595wib.0.1341676345639; Sat, 07 Jul 2012 08:52:25 -0700 (PDT) Received: by 10.216.12.205 with HTTP; Sat, 7 Jul 2012 08:52:25 -0700 (PDT) Date: Sat, 7 Jul 2012 08:52:25 -0700 Message-ID: Subject: metrics2 classes in hadoop 2.0 From: Ted Yu To: mapreduce-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=f46d0444e991fc42e104c43f5d88 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0444e991fc42e104c43f5d88 Content-Type: text/plain; charset=ISO-8859-1 Hi, >From https://issues.apache.org/jira/browse/HBASE-4050: In hadoop 2.0+ these classes were renamed (not only these two): MetricMutableCounterInt -> MutableCounterInt JvmMetricsSource -> JvmMetrics Where can I find the complete listing of new class names for metrics2 framework in hadoop 2.0 ? Thanks --f46d0444e991fc42e104c43f5d88--