You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2015/04/28 23:02:06 UTC

[jira] [Resolved] (STORM-607) storm-hbase HBaseMapState should support user to customize the hbase-key & hbase-qualifier

     [ https://issues.apache.org/jira/browse/STORM-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans resolved STORM-607.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.11.0

Thanks [~dashengju],

I merged this into master.  Sorry again about how long the review took.

> 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
>             Fix For: 0.11.0
>
>
> 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)