You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "robin morris (Created) (JIRA)" <ji...@apache.org> on 2012/03/22 00:05:59 UTC

[jira] [Created] (HIVE-2890) Example UDAFs do not run

Example UDAFs do not run
------------------------

                 Key: HIVE-2890
                 URL: https://issues.apache.org/jira/browse/HIVE-2890
             Project: Hive
          Issue Type: Bug
          Components: Contrib, Documentation
    Affects Versions: 0.8.1
            Reporter: robin morris
            Priority: Minor


The example UDAFs in src/contrib/src/java/org/apache/hadoop/hive/contrib/udaf/example have their constructors declared as private.  This causes the udaf to fail at run-time.  Removing the declaration of the constructor fixes the problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2890) Example UDAFs do not run

Posted by "Bharath Ganesh (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13240365#comment-13240365 ] 

Bharath Ganesh commented on HIVE-2890:
--------------------------------------

I dont think this issue exists on the trunk. I verified the UDAF constructors are public and I was able to execute them. Can you confirm?
                
> Example UDAFs do not run
> ------------------------
>
>                 Key: HIVE-2890
>                 URL: https://issues.apache.org/jira/browse/HIVE-2890
>             Project: Hive
>          Issue Type: Bug
>          Components: Contrib, Documentation
>    Affects Versions: 0.8.1
>            Reporter: robin morris
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The example UDAFs in src/contrib/src/java/org/apache/hadoop/hive/contrib/udaf/example have their constructors declared as private.  This causes the udaf to fail at run-time.  Removing the declaration of the constructor fixes the problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HIVE-2890) Example UDAFs do not run

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Capriolo resolved HIVE-2890.
-----------------------------------

    Resolution: Not A Problem
    
> Example UDAFs do not run
> ------------------------
>
>                 Key: HIVE-2890
>                 URL: https://issues.apache.org/jira/browse/HIVE-2890
>             Project: Hive
>          Issue Type: Bug
>          Components: Contrib, Documentation
>    Affects Versions: 0.8.1
>            Reporter: robin morris
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The example UDAFs in src/contrib/src/java/org/apache/hadoop/hive/contrib/udaf/example have their constructors declared as private.  This causes the udaf to fail at run-time.  Removing the declaration of the constructor fixes the problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira