Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 331 invoked from network); 6 Apr 2010 18:57:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Apr 2010 18:57:55 -0000 Received: (qmail 27048 invoked by uid 500); 6 Apr 2010 18:57:55 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 27028 invoked by uid 500); 6 Apr 2010 18:57:55 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 27020 invoked by uid 99); 6 Apr 2010 18:57:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 18:57:55 +0000 X-ASF-Spam-Status: No, hits=-1232.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 18:57:54 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 17845234C4AB for ; Tue, 6 Apr 2010 18:57:34 +0000 (UTC) Message-ID: <897170428.22981270580254095.JavaMail.jira@brutus.apache.org> Date: Tue, 6 Apr 2010 18:57:34 +0000 (UTC) From: "Jerome Boulon (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Commented: (CHUKWA-473) Make default processor configurable In-Reply-To: <1623038876.22421270579534094.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CHUKWA-473?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1285= 4122#action_12854122 ]=20 Jerome Boulon commented on CHUKWA-473: -------------------------------------- Bill,=20 At Netflix I've changed a couple things and I have a separate config for ma= pper and reducer. So could we do something like: =C2=A0chukwa.demux.processor.defaultMapper =C2=A0org.apache.hadoop.chukwa.extraction.demux.processor.mapper.Def= aultProcessor =C2=A0chukwa.demux.processor.defaultReducer =C2=A0org.apache.hadoop.chukwa.extraction.demux.processor.reducer.De= faultReducer Let me know if you need some guideline on how todo that. > Make default processor configurable > ----------------------------------- > > Key: CHUKWA-473 > URL: https://issues.apache.org/jira/browse/CHUKWA-473 > Project: Hadoop Chukwa > Issue Type: New Feature > Reporter: Bill Graham > Assignee: Bill Graham > > The default processor is hard coded to {{DefaultProcessor}} in the {{Demu= x}} class. This should be configurable. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.