Return-Path: X-Original-To: apmail-incubator-chukwa-dev-archive@www.apache.org Delivered-To: apmail-incubator-chukwa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07FE7DF84 for ; Thu, 20 Dec 2012 03:33:17 +0000 (UTC) Received: (qmail 38790 invoked by uid 500); 20 Dec 2012 03:33:16 -0000 Delivered-To: apmail-incubator-chukwa-dev-archive@incubator.apache.org Received: (qmail 38647 invoked by uid 500); 20 Dec 2012 03:33:16 -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 38547 invoked by uid 99); 20 Dec 2012 03:33:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 03:33:13 +0000 Date: Thu, 20 Dec 2012 03:33:13 +0000 (UTC) From: "Hudson (JIRA)" To: chukwa-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CHUKWA-565) HbaseWriter not compatible with TsProcessor 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:comment-tabpanel&focusedCommentId=13536745#comment-13536745 ] Hudson commented on CHUKWA-565: ------------------------------- Integrated in Chukwa-trunk #463 (See [https://builds.apache.org/job/Chukwa-trunk/463/]) CHUKWA-565. Added support HBaseWriter support for TsProcessor. (Bill Graham via Eric Yang) (Revision 1424228) Result = SUCCESS eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1424228 Files : * /incubator/chukwa/trunk/CHANGES.txt * /incubator/chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/writer/hbase/HBaseWriter.java * /incubator/chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/extraction/demux/Demux.java * /incubator/chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/extraction/demux/processor/mapper/TsProcessor.java > 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 > Assignee: Bill Graham > Attachments: CHUKWA-565-1.patch, CHUKWA-565_2.patch, CHUKWA-565_3.patch, CHUKWA-565_4.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. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira