You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/18 15:47:00 UTC

[jira] [Commented] (NIFI-4371) Add support for query timeout in Hive processors

    [ https://issues.apache.org/jira/browse/NIFI-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515910#comment-16515910 ] 

ASF GitHub Bot commented on NIFI-4371:
--------------------------------------

Github user mattyb149 commented on the issue:

    https://github.com/apache/nifi/pull/2138
  
    @pvillard31 Mind doing a rebase here, and updating the QUERY_TIMEOUT property to use FlowFile Attribute scope? I pushed up a rebased branch with the additional commit (https://github.com/mattyb149/nifi/commit/40b9d1db89168fac08f343be772516132f1f67c0) but I don't know if you can cherry-pick from there or if you have to do your own rebase, then cherry-pick my additional commit (if you want to use it of course).


> Add support for query timeout in Hive processors
> ------------------------------------------------
>
>                 Key: NIFI-4371
>                 URL: https://issues.apache.org/jira/browse/NIFI-4371
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Pierre Villard
>            Assignee: Pierre Villard
>            Priority: Major
>         Attachments: Screen Shot 2017-09-09 at 4.31.21 PM.png, Screen Shot 2017-09-09 at 6.38.51 PM.png, Screen Shot 2017-09-09 at 6.40.48 PM.png
>
>
> With HIVE-4924 it is possible to set a query timeout when executing a query against Hive (starting with Hive 2.1). Right now, NiFi is built using Hive 1.2.1 and this feature is not available by default (the method is not implemented in the driver). However, if building NiFi with specific profiles this feature can be used.
> The objective is to expose the query timeout parameter in the processor and enable expression language. If the version of the driver is not implementing the query timeout the processor will be in invalid state (unless expression language is used, and in this case, the flow file will be routed to the failure relationship).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)