You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Cheolsoo Park <pi...@gmail.com> on 2014/07/20 02:01:59 UTC

Re: Missing antlr dependency in Maven?

Antlr is listed as an explicit dependency in Pig. antlr.version=3.4 in
ivy/libraries.properties.

Do you have any other application that depends on a conflicting version of
antlr in your classpath?


On Thu, Jun 26, 2014 at 3:47 PM, Alex Rasmussen <al...@trifacta.com>
wrote:

> Hi all,
>
> We're noticing that we have to add the correct version of
> org.antlr:antlr-runtime as a runtime dependency in our Pig client code in
> order to avoid errors like the one linked here:
>
> http://blog.gmane.org/gmane.comp.java.hadoop.pig.user/month=20131201
>
> Am I wrong to think that antlr should be listed as an explicit dependency
> for Pig, given the fact that (apparently) it uses antlr to compile scripts?
>
> Thanks,
> --Alex
>