Missing ANTLR dependency in Pig 0.10.1

2013-02-19 Thread Minh Lê
I tried to run PigServer in my Java code and get NoClassDefFoundError: org/antlr/runtime/RecognitionException. Pig maven repo appears to lack a reference to ANTLR jars also it uses ANTLR in QueryParserDriver class. http://mvnrepository.com/artifact/org.apache.pig/pig/0.10.1 Bests, -- Minh, Lê

Re: Missing ANTLR dependency in Pig 0.10.1

2013-02-19 Thread Rohini Palaniswamy
You mean it is not pulled as a transitive dependency? Currently you have to manually specify that as a dependency in your pom. Can you file a jira to make that part of the pig pom? Regards, Rohini On Tue, Feb 19, 2013 at 10:42 AM, Minh Lê ngocminh@gmail.com wrote: I tried to run PigServer

Re: Missing ANTLR dependency in Pig 0.10.1

2013-02-19 Thread Bill Graham
No need to file a jira. I can roll this fix into this bug, which is the source of the problem: https://issues.apache.org/jira/browse/PIG-3189#comment-13581539 On Tue, Feb 19, 2013 at 11:07 AM, Rohini Palaniswamy rohini.adi...@gmail.com wrote: You mean it is not pulled as a transitive