[
https://issues.apache.org/jira/browse/STORM-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14942103#comment-14942103
]
ASF GitHub Bot commented on STORM-1079:
---------------------------------------
Github user erikdw commented on a diff in the pull request:
https://github.com/apache/storm/pull/772#discussion_r41083820
--- Diff:
external/storm-hbase/src/main/java/org/apache/storm/hbase/bolt/AbstractHBaseBolt.java
---
@@ -72,5 +74,6 @@ public void prepare(Map map, TopologyContext
topologyContext, OutputCollector co
Map<String, Object> hbaseConfMap = new HashMap<String,
Object>(conf);
hbaseConfMap.put(Config.TOPOLOGY_AUTO_CREDENTIALS,
map.get(Config.TOPOLOGY_AUTO_CREDENTIALS));
this.hBaseClient = new HBaseClient(hbaseConfMap, hbConfig,
tableName);
+
--- End diff --
remove unnecessary empty line?
> Batch Puts to HBase
> -------------------
>
> Key: STORM-1079
> URL: https://issues.apache.org/jira/browse/STORM-1079
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-hbase
> Reporter: Sriharsha Chintalapani
> Assignee: Sriharsha Chintalapani
> Fix For: 0.11.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)