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

Travis Crawford commented on HCATALOG-329:
------------------------------------------

HIVE-2439 "Upgrade antlr version to 3.4" has already been filed; not linking as 
a blocker until understanding the general cross-project version compatibility 
strategy.
                
> HCatalog tests fail with pig 0.9
> --------------------------------
>
>                 Key: HCATALOG-329
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-329
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Travis Crawford
>            Assignee: Travis Crawford
>
> HCatalog currently depends on pig 0.8. Updating that to 0.9.x causes some 
> breakage.
> Pig has code that's "public" - methods are public, but comments say not to 
> use them outside pig, and hcat uses some of these "public" methods. 
> Specifically, PIG-2120 changed a method signature in UDFContext:
> pig 0.8 says: setClientSystemProps()
> pig 0.9 says: setClientSystemProps(Properties properties)
> http://svn.apache.org/viewvc/pig/trunk/src/org/apache/pig/impl/util/UDFContext.java?r1=1100782&r2=1137768
> This causes a bunch of tests to not build with pig 0.9. I haven't looked 
> further but there may be other issues too.
> HCatalog should work with the latest release of pig, and probably not use 
> non-public pig code to prevent future breakage.

--
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

        

Reply via email to