You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by arunmahadevan <gi...@git.apache.org> on 2018/11/27 02:18:30 UTC

[GitHub] storm pull request #2916: STORM-3292: flush writers in HiveState when the tr...

GitHub user arunmahadevan opened a pull request:

    https://github.com/apache/storm/pull/2916

    STORM-3292: flush writers in HiveState when the trident batch commits

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/arunmahadevan/storm STORM-3292

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2916.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 #2916
    
----
commit 07634fcb881a53d548827f27b1a9388ff8982f5e
Author: Arun Mahadevan <ar...@...>
Date:   2018-11-27T02:15:58Z

    STORM-3292: flush writers in HiveState when the trident batch commits

----


---

[GitHub] storm issue #2916: STORM-3292: flush writers in HiveState when the trident b...

Posted by arunmahadevan <gi...@git.apache.org>.
Github user arunmahadevan commented on the issue:

    https://github.com/apache/storm/pull/2916
  
    @HeartSaVioR its mainly the tick tuple interval in HiveOptions that does not apply to trident. For now may be we can log some warnings if that is set for trident. Refactoring the code can be taken up as a followup. We will have to first deprecate the existing apis/constructor in HiveState that accepts Hive options and then provide an alternate Options for Trident.


---

[GitHub] storm pull request #2916: STORM-3292: flush writers in HiveState when the tr...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/2916


---