[
https://issues.apache.org/jira/browse/CHUKWA-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971892#action_12971892
]
Eric Yang commented on CHUKWA-564:
----------------------------------
I am biased toward separating config from code in this case because I am doing
both coding and config management in my environment. The proposed plugin
composition is a good idea. I just wish my brain isn't stuck on redesign demux
without map/reduce.
> HBase output collector uses incorrect column family
> ---------------------------------------------------
>
> Key: CHUKWA-564
> URL: https://issues.apache.org/jira/browse/CHUKWA-564
> Project: Chukwa
> Issue Type: Bug
> Reporter: Bill Graham
> Fix For: 0.5.0
>
>
> The HBase {{OutputCollector}} does this to obtain the column family from the
> data type:
> {noformat}
> cf = key.getReduceType().getBytes();
> {noformat}
> The column family should instead be taken by the {[email protected]}}
> annotation on the processor.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.