[
https://issues.apache.org/jira/browse/STORM-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013938#comment-15013938
]
ASF GitHub Bot commented on STORM-1219:
---------------------------------------
GitHub user arunmahadevan opened a pull request:
https://github.com/apache/storm/pull/893
STORM-1219: Fix HDFS and Hive bolt flush/acking
HDFS and Hive bolts were setting the default tick tuple interval in the
prepare() method, which was not taking effect. Correctly set a default
and return from getComponentConfiguration if the user does not
explicitly set a value.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arunmahadevan/storm hdfs-hive-bolt-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/893.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 #893
----
commit e36bc47acd43ebd567630c253d5f8f422fd21863
Author: Arun Mahadevan <[email protected]>
Date: 2015-11-19T07:17:33Z
STORM-1219: Fix HDFS and Hive bolt flush/acking
HDFS and Hive bolts were setting the default tick tuple interval in the
prepare() method, which was not taking effect. Correctly set a default
and return from getComponentConfiguration if the user does not
explicitly set a value.
----
> Fix HDFS and Hive bolt flush/acking
> -----------------------------------
>
> Key: STORM-1219
> URL: https://issues.apache.org/jira/browse/STORM-1219
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Arun Mahadevan
> Assignee: Arun Mahadevan
>
> HDFS and Hive bolts is setting the default tick tuple interval in the
> prepare() method, which is not taking effect. This needs to be fixed so that
> the tuples are acked on time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)