Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1AF8910B7E for ; Mon, 5 Aug 2013 10:47:43 +0000 (UTC) Received: (qmail 28770 invoked by uid 500); 5 Aug 2013 10:47:34 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 28621 invoked by uid 500); 5 Aug 2013 10:47:33 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 28605 invoked by uid 99); 5 Aug 2013 10:47:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Aug 2013 10:47:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harsh@cloudera.com designates 209.85.214.181 as permitted sender) Received: from [209.85.214.181] (HELO mail-ob0-f181.google.com) (209.85.214.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Aug 2013 10:47:25 +0000 Received: by mail-ob0-f181.google.com with SMTP id dn14so5162159obc.40 for ; Mon, 05 Aug 2013 03:47:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=VLdi4bStWTif0zlekafV5pgdRaDERP31E2gJ/6yBIfk=; b=GyBunt7SZtXDv1WH4bp+n76VU6IdNpud5tykGbgEhvI93gpCFy97RS1f2IPP7M7+ia XwE87fmf7P+ellMbn7HSEgUdJCOihL0f/4D+pvyxuw4haaHfjnxoGzgzpRl6xEQTl/Ni w3ca/gLOPQxQ+ZJpVRX1/saRhLXhRiNVV6ddulybPqfsWaW4f2BQTnsihlhxlUpB2DKp 4Zp5+lNmD7CLNQA+Q0RTESqqG7r6ZlNWXNm+bv16FMcuhkXJf5Nt/MRasPfBuZZryK2V rwUAG/x8XepRSpYg9+iMVHa/t99KojMqAd7zo2dYMQP1iOxxHH2TOVCQOLiuFROy4QGJ zNUQ== X-Received: by 10.43.78.196 with SMTP id zn4mr1571152icb.55.1375699624219; Mon, 05 Aug 2013 03:47:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.87.164 with HTTP; Mon, 5 Aug 2013 03:46:44 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Mon, 5 Aug 2013 16:16:44 +0530 Message-ID: Subject: Re: metics v1 in hadoop-2.0.5 To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlhMNuVrqfu9dApRwkegd1kSR5wm7akN22+sZOXdCVel6vlGvZIoPWmKUMJnHLJU8KpiwYJ X-Virus-Checked: Checked by ClamAV on apache.org Yes. The daemons all use metrics-v2 in Apache Hadoop 2.x. On Mon, Aug 5, 2013 at 3:56 PM, lei liu wrote: > There is hadoop-metrics.properties file in etc/hadoop directory. > I config the file with below content: > dfs.class=org.apache.hadoop.metrics.ganglia.GangliaContext31 > dfs.period=10 > dfs.servers=dw74:8649 > > But the configuration does not work. > > Do I only use metrics v2 in hadoop-2.0.5? > > > 2013/8/5 lei liu >> >> Can I use metrics v1 in hadoop-2.0.5? >> >> Thanks, >> >> LiuLei > > -- Harsh J