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 18:24:17 UTC

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

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.


---