You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Jerome Boulon (JIRA)" <ji...@apache.org> on 2010/04/06 20:57:34 UTC

[jira] Commented: (CHUKWA-473) Make default processor configurable

    [ https://issues.apache.org/jira/browse/CHUKWA-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854122#action_12854122 ] 

Jerome Boulon commented on CHUKWA-473:
--------------------------------------

Bill, 
At Netflix I've changed a couple things and I have a separate config for mapper and reducer.
So could we do something like:

<property>
 <name>chukwa.demux.processor.defaultMapper</name>
 <value>org.apache.hadoop.chukwa.extraction.demux.processor.mapper.DefaultProcessor</value>
</property>

<property>
 <name>chukwa.demux.processor.defaultReducer</name>
 <value>org.apache.hadoop.chukwa.extraction.demux.processor.reducer.DefaultReducer</value>
</property>

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 {{Demux}} class. This should be configurable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.