Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/504#discussion_r31442926 --- Diff: external/storm-redis/README.md --- @@ -205,7 +211,8 @@ RedisClusterState } JedisClusterConfig clusterConfig = new JedisClusterConfig.Builder().setNodes(nodes) .build(); - TridentTupleMapper tupleMapper = new WordCountTupleMapper(); + RedisStoreMapper storeMapper = new WordCountStoreMapper(); --- End diff -- storeMapper does not appear to be used later on, and should probably be removed.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---