You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2016/04/22 02:11:12 UTC

[jira] [Created] (HIVE-13586) Allow UDFs/UDTFs to indicate whether they can run with fetch task conversion

Jason Dere created HIVE-13586:
---------------------------------

             Summary: Allow UDFs/UDTFs to indicate whether they can run with fetch task conversion
                 Key: HIVE-13586
                 URL: https://issues.apache.org/jira/browse/HIVE-13586
             Project: Hive
          Issue Type: Bug
          Components: UDF
            Reporter: Jason Dere
            Assignee: Jason Dere


Some UDFs/UDTFs cannot run properly with fetch task conversion.
For UDFs:
- The UDF may be depending on files/archives added to the distributed cache, which may not be available in the local fetch task.
- The UDF may be depending on GenericUDF.configure() to be called - this is not called for locally run UDFs.

For UDTFs, one issue is HIVE-11892.

A bit of a workaround, but for such UDFs/UDTFs we can have a flag to indicate whether the UDF should be allowed to run in a local fetch task.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)