At some point you need to run "ant" so that it pulls down various dependencies and autogenerate some code -- this is probably the step that was missing when you used the subclipse plugin. I know people have used subclipse successfully before (me, I'm more of a command-line type).
An ant target that took care of that and setting classpaths, etc, would be a great contribution! -Dmitriy On Wed, Apr 21, 2010 at 9:23 PM, chaitanya krishna < chaitanyavv.ii...@gmail.com> wrote: > Hi Ashutosh, > > Thanks for the reply. > I guess i got carried away with subclipse plugin. It works for me when i > checkout outside eclipse and then create a new java project out of it. > However, it doesnt seem to work when i try to checkout using the subclipse > plugin in eclipse. I'm not really sure the reason for this. > Regarding ant target, I would love to be a contributor to pig :) > I would try to work out a patch for the ant target. > > Regards, > V.V.Chaitanya. > > On Thu, Apr 22, 2010 at 9:40 AM, Ashutosh Chauhan < > ashutosh.chau...@gmail.com> wrote: > > > Hi Chaitanya, > > > > What didn't work ? That page describes the steps that you need to take > > to set up the eclipse environment for pig. If you can spell out your > > problems, then we can improve the wiki so others dont face it next > > time. > > > > For ant target, that will be useful, if you can work on it and submit > > a patch, that will certainly be appreciated. > > > > Ashutosh > > > > On Wed, Apr 21, 2010 at 20:24, chaitanya krishna > > <chaitanyavv.ii...@gmail.com> wrote: > > > Hi, > > > > > > I'm a newbie to Pig and would like to look at its source code. I tried > > to > > > get it into Eclipse environment by following the steps mentioned in > > > http://wiki.apache.org/pig/Eclipse_Environment but it didn't work. > > > > > > This is unlike Hadoop, where there is a simple ant target > > > ("eclipse-files") to get it into eclipse. Is there any such way in pig? > > (If > > > not, I think there should be) or is there some way to get the > > package-view > > > of pig in eclipse? > > > > > > > > > Thanks, > > > V.V.Chaitanya > > > > > >