Weizhong created HIVE-12540:
-------------------------------

             Summary: 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.1, 1.2.0
            Reporter: Weizhong
            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)

Reply via email to