|
|
-
org.apache.pig.Main terminates unexpectedly
Nero Couvalli 2012-03-04, 14:07
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 not show any error in the console, it terminates right after it displays the "grunt>" command prompt. What should I do in this case? Thank you for your time and patience,
Nero.
-
Re: org.apache.pig.Main terminates unexpectedly
Aniket Mokashi 2012-03-04, 18:15
If you put a debugger, it seems parser gets a EOF when grunt 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 <[EMAIL PROTECTED]>wrote:
> 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 not show any error in the > console, it terminates right after it displays the "grunt>" command prompt. > What should I do in this case? > > > Thank you for your time and patience, > > Nero. >
-- "...:::Aniket:::... Quetzalco@tl"
-
Re: org.apache.pig.Main terminates unexpectedly
Nero Couvalli 2012-03-05, 16:08
Hi again!
So, is this a known issue? I am using windows x64 operating system, though. I wonder if there is a quick solution to this, other than running it on linux.
Nero. On Sun, Mar 4, 2012 at 8:15 PM, Aniket Mokashi <[EMAIL PROTECTED]> wrote:
> If you put a debugger, it seems parser gets a EOF when grunt 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 <[EMAIL PROTECTED] > >wrote: > > > 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 not show any error in the > > console, it terminates right after it displays the "grunt>" command > prompt. > > What should I do in this case? > > > > > > Thank you for your time and patience, > > > > Nero. > > > > > > -- > "...:::Aniket:::... Quetzalco@tl" >
|
|