Return-Path: X-Original-To: apmail-incubator-chukwa-user-archive@www.apache.org Delivered-To: apmail-incubator-chukwa-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 D56067190 for ; Thu, 28 Jul 2011 07:15:22 +0000 (UTC) Received: (qmail 51420 invoked by uid 500); 28 Jul 2011 07:15:19 -0000 Delivered-To: apmail-incubator-chukwa-user-archive@incubator.apache.org Received: (qmail 51171 invoked by uid 500); 28 Jul 2011 07:15:10 -0000 Mailing-List: contact chukwa-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-user@incubator.apache.org Delivered-To: mailing list chukwa-user@incubator.apache.org Received: (qmail 51157 invoked by uid 500); 28 Jul 2011 07:15:07 -0000 Delivered-To: apmail-hadoop-chukwa-user@hadoop.apache.org Received: (qmail 51153 invoked by uid 99); 28 Jul 2011 07:15:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2011 07:15:05 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of abhijit.dhar.in@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2011 07:14:58 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QmKnl-0004Ii-TP for chukwa-user@hadoop.apache.org; Thu, 28 Jul 2011 00:14:37 -0700 Date: Thu, 28 Jul 2011 00:14:37 -0700 (PDT) From: AD To: chukwa-user@hadoop.apache.org Message-ID: <1311837277892-3205942.post@n3.nabble.com> Subject: Df Demux processor not able to write to hbase MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I added an adapter: add ExecAdaptor Df 60000 /bin/df -x nfs -x none 0 It sends the information over to collector, but I get this error in hbase logs: org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException: Column family Df does not exist in region SystemMetrics I' using chukwa-trunk and created SystemMetrics table from create "SystemMetrics", {NAME => "cpu", VERSIONS => 65535}, {NAME => "system", VERSION => 65535}, {NAME => "disk", VERSION => 65535}, {NAME => "memory", VERSION => 65535}, {NAME => "network", VERSION => 65535}, {NAME => "tags", VERSION => 65535}, {NAME => "SystemMetricsInError", VERSIONS => 65535} -- View this message in context: http://apache-chukwa.679492.n3.nabble.com/Df-Demux-processor-not-able-to-write-to-hbase-tp3205942p3205942.html Sent from the Chukwa - Users mailing list archive at Nabble.com.