[
https://issues.apache.org/jira/browse/STORM-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14949951#comment-14949951
]
ASF GitHub Bot commented on STORM-1079:
---------------------------------------
Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/772#issuecomment-146766892
@harshach
I'm fine to use message.timeout.sec / 2 as tick secs.
But, there's compile failure from Travis CI.
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project storm-hbase: Compilation failure
[ERROR]
/home/travis/build/apache/storm/external/storm-hbase/src/main/java/org/apache/storm/hbase/bolt/HBaseBolt.java:[81,66]
cannot find symbol
[ERROR] symbol: variable tickTupleInterval
[ERROR] location: class org.apache.storm.hbase.bolt.HBaseBolt
```
Should change tickTupleInterval to flushIntervalSecs.
If "errored check" has raised, we should check build logs from Travis CI
cause it could be possible to be compile errors.
> 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)