[
https://issues.apache.org/jira/browse/STORM-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14566004#comment-14566004
]
ASF GitHub Bot commented on STORM-753:
--------------------------------------
GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/567
Apply STORM-753 to 0.10.x-branch
* This commit applies PR #504 into 0.10.x-branch
** https://github.com/apache/storm/pull/504
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm 0.10.x-STORM-753
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/567.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #567
----
commit 9f3ad509f0b1eed3cc2e681225aaf994188faf15
Author: Jungtaek Lim <[email protected]>
Date: 2015-05-30T14:22:09Z
STORM-753 Improve RedisStateQuerier to convert List<Values> from Redis value
* This commit applies PR #504 into 0.10.x-branch
** https://github.com/apache/storm/pull/504
----
> [storm-redis] Let Redis*StateUpdater to have additional mapper - converting
> Redis key/value to Storm Values
> -----------------------------------------------------------------------------------------------------------
>
> Key: STORM-753
> URL: https://issues.apache.org/jira/browse/STORM-753
> Project: Apache Storm
> Issue Type: Improvement
> Affects Versions: 0.10.0, 0.11.0
> Reporter: Jungtaek Lim
> Assignee: Jungtaek Lim
>
> https://issues.apache.org/jira/browse/STORM-723?focusedCommentId=14381626&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14381626
> Currently Redis*StateUpdater use key prefix to let users customize key name.
> Since it's less powerful, how about having 2 mappers which one is for
> converting tuple to key/value, and another one is for converting value from
> Redis to Storm Values?
> You can refer
> https://github.com/apache/storm/blob/master/external/storm-hbase/src/main/java/org/apache/storm/hbase/trident/state/HBaseState.java.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)