Re: calling pig from a web app

2011-01-11 Thread so...@dopeness.org
app is probably faster to set up in the short term. > > D > > On Tue, Jan 11, 2011 at 1:34 PM, [email protected] >wrote: > > > Thanks Jeff. I am aware of the Java API, I was hoping to hear from people > > who might already be doing this and learn from their o

Re: calling pig from a web app

2011-01-11 Thread so...@dopeness.org
d to create a web interface for my marketers colleagues ... > > > > On Mon, Jan 10, 2011 at 10:06 PM, [email protected] > >wrote: > > > > > I'd be interested to hear people's experience / best practices for > > running > > > pig scripts on demand f

calling pig from a web app

2011-01-10 Thread so...@dopeness.org
I'd be interested to hear people's experience / best practices for running pig scripts on demand from a web app. What do you use as the calling mechanism? how to you handle priority / scheduling for ad-hoc or user generated tasks? Best, Soren -- http://about.me/soren/bio

Re: Using a UDF written in Python

2010-12-29 Thread so...@dopeness.org
) > >> > DUMP theout; > >> > > >> > but I don't think it's getting that far... it's still giving me the > same > >> > error. I'm just running it "pig -x local script.pig" > >> > > >> > > >> >

Re: Using a UDF written in Python

2010-12-29 Thread so...@dopeness.org
ll of them as well. On Wed, Dec 29, 2010 at 9:57 AM, Jonathan Coveney wrote: > I do have Jython installed and on PATH, but maybe I didn't include it in > the > right way? Where does it need to be? > > 2010/12/29 [email protected] > > > Do you have Jython on your

Re: Using a UDF written in Python

2010-12-29 Thread so...@dopeness.org
Do you have Jython on your classpath? Currently Jython isn't distributed in the 0.8.0 release tarball. On Mon, Dec 27, 2010 at 7:18 PM, Jonathan Coveney wrote: > Oh and just to be sure, I have tried > @outputSchema("word:chararray") > @outputSchema("x:{t:(word:chararray)}") > as well (the former