[
https://issues.apache.org/jira/browse/HCATALOG-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232107#comment-13232107
]
Travis Crawford commented on HCATALOG-329:
------------------------------------------
There are also antlr-runtime issues.
PIG-1931 started using the "name" field of ANTLRStringStream, which does not
exist in the version of antlr used by Hive (v3.1).
http://svn.apache.org/viewvc/pig/trunk/src/org/apache/pig/parser/QueryParserStringStream.java?view=log
antlr 3.4 is not a drop-in replacement for Hive; updating dependencies &
rebuilding causes some @Override compile failures.
> 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