[
https://issues.apache.org/jira/browse/STORM-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386864#comment-14386864
]
ASF GitHub Bot commented on STORM-607:
--------------------------------------
Github user knusbaum commented on the pull request:
https://github.com/apache/storm/pull/364#issuecomment-87723164
This looks ok to me, but it's not my area, so I'll wait for someone else to
look it over as well before I +1.
> storm-hbase HBaseMapState should support user to customize the hbase-key &
> hbase-qualifier
> ------------------------------------------------------------------------------------------
>
> Key: STORM-607
> URL: https://issues.apache.org/jira/browse/STORM-607
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-hbase
> Affects Versions: 0.9.3
> Reporter: DashengJu
> Assignee: DashengJu
>
> In HBaseMapState, user can specific hbase-qualifier by Options, and the
> hbase-key is composed by all the keys by multiPut's List<Object> keys.
> for example, If I have stream with <deal_id, date, pv>, grouped by <deal_id,
> date>, then, the hbase-key is composed by<deal_id, date>, the hbase-qualifier
> is pv.
> But when I want hbase-key is deal_id, and hbase-qualifier is pv+date,
> HBaseMapState can not support this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)