Return-Path: Delivered-To: apmail-incubator-chukwa-dev-archive@www.apache.org Received: (qmail 52457 invoked from network); 14 Dec 2010 05:19:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Dec 2010 05:19:25 -0000 Received: (qmail 35652 invoked by uid 500); 14 Dec 2010 05:19:25 -0000 Delivered-To: apmail-incubator-chukwa-dev-archive@incubator.apache.org Received: (qmail 35542 invoked by uid 500); 14 Dec 2010 05:19:24 -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 35523 invoked by uid 99); 14 Dec 2010 05:19:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Dec 2010 05:19:21 +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; Tue, 14 Dec 2010 05:19:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBE5J0Zd012186 for ; Tue, 14 Dec 2010 05:19:01 GMT Message-ID: <27317349.107641292303940788.JavaMail.jira@thor> Date: Tue, 14 Dec 2010 00:19:00 -0500 (EST) From: "Bill Graham (JIRA)" To: chukwa-dev@incubator.apache.org Subject: [jira] Updated: (CHUKWA-565) HbaseWriter not compatible with TsProcessor In-Reply-To: <30257673.48391291936384244.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-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham updated CHUKWA-565: ------------------------------- Attachment: CHUKWA-565-1.patch Attaching patch 1. > HbaseWriter not compatible with TsProcessor > ------------------------------------------- > > Key: CHUKWA-565 > URL: https://issues.apache.org/jira/browse/CHUKWA-565 > Project: Chukwa > Issue Type: Bug > Reporter: Bill Graham > Attachments: CHUKWA-565-1.patch > > > The {{TsProcessor}} class used {{Demux.jobConf}} to obtain it's configurations, which {{HBaseWriter}} does not initialize when processors are used in the collector. {{HBseWriter}} should initialize {{Demux.jobConf}} with the configuration object that it uses. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.