[
https://issues.apache.org/jira/browse/HCATALOG-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Travis Crawford closed HCATALOG-329.
------------------------------------
> HCatalog build fails 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
> Fix For: 0.5
>
> Attachments: HCATALOG-329_build_with_pig9.diff
>
>
> 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