Re: org.apache.pig.Main terminates unexpectedly

2012-03-05 Thread Nero Couvalli
unt starts. This > happens on a mac machine (is that what you have observed as well?). It > works as expected on linux. Im not sure why so.. > > Thanks, > Aniket > > On Sun, Mar 4, 2012 at 6:07 AM, Nero Couvalli >wrote: > > > Hello, > > > > I am usin

org.apache.pig.Main terminates unexpectedly

2012-03-04 Thread Nero Couvalli
Hello, I am using Eclipse Indigo and JDK 1.6 and checked out pig "release-0.9.2-rc0" from "tag" folder. I followed the instructions in the project's wiki about how to set up the environment, but every time I run "org.apache.pig.Main" with "-x local" as arguments (for local mode), although it does

Stable 0.8.0 pig release checkout.

2011-04-15 Thread Nero Couvalli
Hello to everyone, is there a way to easily checkout the stable 0.8.0 pig release source code from svn inside eclipse? Thank you in advance! Nero

Error when running Pig from source code.

2011-04-13 Thread Nero Couvalli
Hello to everyone, I just checked out the latest version of Pig source code from pig/trunk in my eclipse IDE, but I get the following error message when I am trying to run it: [main] ERROR org.apache.pig.Main - ERROR 2998: Unhandled internal error. org/antlr/runtime/tree/Tree Am I missing some f

Regarding antlr in Pig.

2011-03-20 Thread Nero Couvalli
Hello to everyone, I have been experimenting with Pig 0.7 source code some time and have two questions regarding command parsing in Pig. I located two files in org.apache.pig.parser package named queryLexer.g and queryParser.g, which, if I understood rightly, have the required antlr code in order

[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2010-11-12 Thread Nero Couvalli (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931531#action_12931531 ] Nero Couvalli commented on PIG-366: --- Hi, I just copied the .jar file in the /usr/s

Compilation of Pig source files.

2010-11-08 Thread Nero Couvalli
Hello everyone, I am a new developer and I want to compile the source code of Pig in Eclipse, but I get too much errors. Does that mean that I am missing some part of the project? Is there a guide of what is required to compile the project? Thank you for your time, Nero.