| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
334 (0.289s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Run a job async - Pig - [mail # user]
|
|
...You can create in instance of PigProcessNotificationListener that calls back when the job finishes. On Wed, Jan 23, 2013 at 4:48 PM, Prashant Kommireddi wrote: *Note tha...
|
|
|
Author: Bill Graham,
2013-01-24, 01:35
|
|
|
Re: Pig APIs - Pig - [mail # user]
|
|
...Sure, here you go: https://github.com/twitter/ambrose/blob/master/pig/src/main/java/com/twitter/ambrose/pig/AmbrosePigProgressNotificationListener.java On Tue, Jan 22, 201...
|
|
|
Author: Bill Graham,
2013-01-23, 06:09
|
|
|
Re: Pig APIs - Pig - [mail # user]
|
|
...Yeah, getting at the info here is tricky. For Ambrose we're getting info about submitted jobs, so we can just hook into the lifecycle of PigProgressNotificationListener. The PPNL notifiers a...
|
|
|
Author: Bill Graham,
2013-01-23, 05:02
|
|
|
Re: Subtracting contents of two bags - Pig - [mail # user]
|
|
...You can do an left outer join of A and B and then filter by B is null. http://pig.apache.org/docs/r0.10.0/basic.html#join-outer On Tue, Jan 22, 2013 at 4:46 AM, James Newhaven wr...
|
|
|
Author: Bill Graham,
2013-01-22, 15:53
|
|
|
Re: Getting Pig 0.11 out - Pig - [mail # dev]
|
|
...Great, thanks all. I've just removed 0.11 from PIG-2973 and subtasks and we're now down to 5 issues. So close! On Mon, Jan 21, 2013 at 1:51 PM, John Gordon wrote: *...
|
|
|
Author: Bill Graham,
2013-01-22, 03:43
|
|
|
Getting Pig 0.11 out - Pig - [mail # dev]
|
|
...Hi, Re-starting a discussion around what it will take to release Pig 11. There are 15 unresolved issues out there currently: https://issues.apache.org/jira/issues/?jql=project%20...
|
|
|
Author: Bill Graham,
2013-01-18, 23:23
|
|
|
Re: possible to infer schema from TSV header? - Pig - [mail # user]
|
|
...Take a look at the org.apache.pig.builtin.PigStorage.getSchema(..) method. You can subclass PigStorage and implement that method to read the schema from the first line of the file. Or you ca...
|
|
|
Author: Bill Graham,
2013-01-15, 23:17
|
|
|
Re: pig latin & lucene - Pig - [mail # user]
|
|
...ElephantBird now has pig-lucene support: https://github.com/kevinweil/elephant-bird/blob/master/pig-lucene/src/main/java/com/twitter/elephantbird/pig/load/LuceneIndexLoader.java ...
|
|
|
Author: Bill Graham,
2013-01-04, 15:55
|
|
|
Re: Review Request: PIG-3096 Make PigUnit thread safe - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8631/#review14704 Ship it! Ship It! - Bill Graham On Dec. 17, 2012, 1:34 a....
|
|
|
Author: Bill Graham,
2012-12-19, 01:14
|
|
|
[PIG-3092] HBaseStorage javadoc cleanup - Pig - [issue]
|
|
...This JavaDoc is incorrect, since there's no AS in STORE: * copy = STORE raw INTO 'hbase://SampleTableCopy' * USING org.apache.pig.backend.hadoop.hbase.HBaseSto...
|
|
|
http://issues.apache.org/jira/browse/PIG-3092
Author: Bill Graham,
2012-12-13, 08:17
|
|
|
|