| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
24980 (0.338s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Tracking parts of a job taking the most time - Pig - [mail # user]
|
|
...hi Ruslan , Not sure how to do this? Can you be specific?? Whats DAG? Thanks. From: Ruslan Al-Fakikh To: user Sent: Wed, Jun 5, 2013 4:04 am Su...
|
|
|
Author: John Meek,
2013-06-05, 10:29
|
|
|
[UDF load function] My UDF load function has a strange issue, please help. - Pig - [mail # dev]
|
|
...Hi, I write an UDF load function "public class CslTextLoader extends FileInputLoadFunc implements LoadPushDown, LoadMetadata { ......}" refering to PigStorage. Compared to PigStorage,...
|
|
|
Author: squall Luo,
2013-06-05, 09:19
|
|
|
how to use mapreduce command in pig 0.8 - Pig - [mail # user]
|
|
...Dear Pig-Group, I am trying to use pig 0.8's new features called flow allows custom Map-Reduce jobs. The book "Progrmming Pig" gives a quite simple example and it makes me puzzled. The examp...
|
|
|
Author: 孟焱,
2013-06-05, 08:15
|
|
|
Re: Tracking parts of a job taking the most time - Pig - [mail # user]
|
|
...Hi! You can look at the Pig script stats after the script is finished. There is a DAG of MR jobs there. You can look at the individual MR jobs' stats to see how much time each MR job t...
|
|
|
Author: Ruslan Al-Fakikh,
2013-06-05, 08:03
|
|
|
Re: Tracking parts of a job taking the most time - Pig - [mail # user]
|
|
...How about disable multi-query execution and use UDF CurrentTime to print time between each script block? Johnny On Tue, Jun 4, 2013 at 7:11 PM, John Meek wrote: ...
|
|
|
Author: Johnny Zhang,
2013-06-05, 06:15
|
|
|
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
|
|
|
Tracking parts of a job taking the most time - Pig - [mail # user]
|
|
...All, I have a 400 line pig script which perfoems the calculations I need it to perform, however I need to figure out the amount of time that specific parts of the script take. Fo...
|
|
|
Author: John Meek,
2013-06-05, 02:11
|
|
|
Re: Flattening nested bags - Pig - [mail # user]
|
|
...B = foreach A generate item, d, flatten(things); C = foreach B generate item, d, thing, d1, flatten(values); Sent from my iPhone On Jun 4, 2013, at 5:46 PM, "David Parks" w...
|
|
|
Author: Russell Jurney,
2013-06-05, 01:53
|
|
|
Re: Review Request: PIG-3331 Default values not written to Schema when specified in the output schema - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11355/#review21455 Ship it! Ship It! - Rohini Palaniswamy On June 4, 2013, ...
|
|
|
Author: Rohini Palaniswamy,
2013-06-05, 01:12
|
|
|
Flattening nested bags - Pig - [mail # user]
|
|
...We've been at our first real use case with pig for quite some time now, and still not successful. I wonder if someone can provide an answer to this very much simplified version of our proble...
|
|
|
Author: David Parks,
2013-06-05, 00:46
|
|
|
|