Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 11 (0.129s).
Loading phrases to help you
refine your search...
Attaching column headers to the tuple - Pig - [mail # user]
...I'm writing a pig script similar to:  A = load 'data' using org.apache.pig.piggybank.storage.XMLLoader('response') as (line:chararray); B = foreach A GENERATE FLATTEN(Parser(line)); sto...
   Author: Siddhi Borkar, 2013-06-05, 03:45
RE: Invoking pig scripts from java - Pig - [mail # user]
...My java program is as follows  PigServer pigServer = new PigServer(ExecType.LOCAL); pigServer.registerScript("processor.pig");  I need to capture the output (the stack trace ) gene...
   Author: Siddhi Borkar, 2013-04-24, 04:33
RE: Invoking pig scripts from java - Pig - [mail # user]
...Thanks a lot Prashant. Is it possible to redirect the output generated by the pig script to a file? I need to do this in the java code and not in the pig scripts. I have some customer provid...
   Author: Siddhi Borkar, 2013-04-23, 10:15
RE: Invoking pig scripts from java - Pig - [mail # user]
...Any idea what is the difference between Pigrunner and pigserver?  From: Prashant Kommireddi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2013 12:28 PM To: [EMAIL PROTECTED] Subje...
   Author: Siddhi Borkar, 2013-04-23, 08:17
Invoking pig scripts from java - Pig - [mail # user]
...Hi ,  I need a way to invoke pig script from a java program and capture the output returned by the pig script. I was looking at the PigRunner api, however did not get much examples. Is ...
   Author: Siddhi Borkar, 2013-04-23, 06:50
RE: reading input parameters in a pig script - Pig - [mail # user]
...Thanks Jonathan for your prompt reply,  The parameters that will be supplied as the input to the pig script may or may not be present in the xml. For eg, say I pass fields as 'name,desc...
   Author: Siddhi Borkar, 2013-02-21, 03:49
RE: reading input parameters in a pig script - Pig - [mail # user]
...I will not be able to use %default statement in my pig script, as the parameters being passed to my pig script are not fixed. I would need a conditional check to be done in my pig script to ...
   Author: Siddhi Borkar, 2013-02-20, 12:13
RE: reading input parameters in a pig script - Pig - [mail # user]
...Consider the following command pig -param param1=test param2=test1 param3=test2 myscript.pig  In my case the parameters are dynamic, as in I could either pass param1 only or I could pas...
   Author: Siddhi Borkar, 2013-02-19, 23:44
RE: reading input parameters in a pig script - Pig - [mail # user]
...Hi ,  I need to pass parameters dynamically to a pig script. Is there any way to read the parameters passed and their corresponding values without giving the parameter names in the pig ...
   Author: Siddhi Borkar, 2013-02-19, 11:58
Parsing xml for user defined attributes - Pig - [mail # user]
...I have a requirement to parse an xml and generate columns based on parameters specified by the user to the pig script.  For eg,  consider the following xml       &nb...
   Author: Siddhi Borkar, 2013-02-11, 11:55
Sort:
project
Pig (11)
type
mail # user (11)
date
last 7 days (0)
last 30 days (1)
last 90 days (5)
last 6 months (11)
last 9 months (11)
author
Dmitriy Ryaboy (1351)
Alan Gates (959)
Jonathan Coveney (736)
Daniel Dai (545)
Russell Jurney (493)
Olga Natkovich (453)
Prashant Kommireddi (370)
Bill Graham (333)
Cheolsoo Park (262)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (156)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Siddhi Borkar