You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Naveen Gangam (JIRA)" <ji...@apache.org> on 2016/09/09 21:17:20 UTC

[jira] [Commented] (HIVE-12540) Create function failed, but show functions display it

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

Naveen Gangam commented on HIVE-12540:
--------------------------------------

[~Sephiroth-Lin] I have tried this a few times in a few different ways. I thought I had this reproduced the first time but before I could take a deeper look I got diverted. After a refresh and a rebuild, I can no longer reproduce this. Perhaps I was using older code the first time but this does not appear to be a problem in the current code. 

Could you please retry and let me know if you can still reproduce this? If so, can you please post the git hash of the commit you are running at? Thanks

> Create function failed, but show functions display it
> -----------------------------------------------------
>
>                 Key: HIVE-12540
>                 URL: https://issues.apache.org/jira/browse/HIVE-12540
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 1.2.0, 1.2.1
>            Reporter: Weizhong
>            Assignee: Naveen Gangam
>            Priority: Minor
>
> {noformat}
> 0: jdbc:hive2://vm119:10000> create function udfTest as 'hive.udf.UDFArrayNotE';
> ERROR : Failed to register default.udftest using class hive.udf.UDFArrayNotE
> Error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.FunctionTask (state=08S01,code=1)
> 0: jdbc:hive2://vm119:10000> show functions;
> +-------------------------+--+
> |        tab_name         |
> +-------------------------+--+
> | ...                     |
> | default.udftest         |
> | ...                     |
> +-------------------------+--+
> {noformat}



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