| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
95 (0.144s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Pig counters with PigServer strange behavior - Pig - [mail # user]
|
|
...There is a good blog article on this- http://squarecog.wordpress.com/2010/12/24/incrementing-hadoop-counters-in-a pache-pig/ Thanks, Aniket On Tue, Dec 6, 2011 at 1:49 PM, Charle...
|
|
|
Author: Aniket Mokashi,
2011-12-07, 04:47
|
|
|
Re: Welcome Daniel Dai - our new PMC Chair! - Pig - [mail # user]
|
|
...Congrats Daniel!! Thats a great news :) On Thu, Nov 3, 2011 at 9:31 AM, Ashutosh Chauhan wrote: "...:::Aniket:::... Quetzalco@tl"...
|
|
|
Author: Aniket Mokashi,
2011-11-04, 06:20
|
|
|
Re: Flatten a bag to a specific datatype - Pig - [mail # user]
|
|
...Hi, I think UDF BagToTuple should do it for you. getBagField to get etc)-- public class BagToTuple extends EvalFunc{ @Override public void...
|
|
|
Author: Aniket Mokashi,
2011-06-22, 22:03
|
|
|
Re: viewing current relationships loaded on the grunt shell - Pig - [mail # user]
|
|
...Hi Jeremy, If I understand it correctly, you would want to get a list of all the aliases loaded in the grunt. Is there a use case for this scenario/command? .pig_history can fetch you ...
|
|
|
Author: Aniket Mokashi,
2011-06-13, 16:53
|
|
|
Re: Welcome to Aniket Mokashi - Pig - [mail # dev]
|
|
...Hi, Thank you everyone for all your support. It has been a very enjoyable experience to work with pig community. I plan get involved through GSoC platform to contribute to pig pr...
|
|
|
Author: Aniket Mokashi,
2011-05-22, 18:52
|
|
|
Re: Understanding incompatibilities with different versions of hadoop? - Pig - [mail # user]
|
|
...Hi Jonathan, I compiled Pig trunk jarwithouthadoop.jar and it works fine with CDH3 (Add CDH3 libs to classpath). I think CDH3 pig version is 0.7. Thanks, Aniket On Tue, May...
|
|
|
Author: Aniket Mokashi,
2011-05-05, 19:05
|
|
|
Re: Pig FILTER with INDEXOF not working - Pig - [mail # user]
|
|
...I think the fix is- tuple.set(0, new DataByteArray(url)); to tuple.set(0, url); Thanks, Aniket On Fri, April 22, 2011 8:30 pm, Steve Watt wrote:...
|
|
|
Author: Aniket Mokashi,
2011-04-23, 01:07
|
|
|
Re: Filter on contents of other dataset - Pig - [mail # user]
|
|
...Thanks Mridul, (Although, small might grow bigger) For instance, lets have small as in-memory-small stored in a local file. When does my udf load the data from the file. Earlier,...
|
|
|
Author: Aniket Mokashi,
2011-04-15, 03:40
|
|
|
Filter on contents of other dataset - Pig - [mail # user]
|
|
...Hi, What would be the best way to write this script? I have two datasets - huge (hkey, hdata), small(skey). I want to filter all the data from huge dataset for which F(hdata, skey) is ...
|
|
|
Author: Aniket Mokashi,
2011-04-15, 03:21
|
|
|
Re: CDH3 fail python udf - Pig - [mail # user]
|
|
...Hi Shawn, I think this is more of CDH packaging problem than Pig problem. I suspect this is related to Java versions of jython and other components. You may look into https://doc...
|
|
|
Author: Aniket Mokashi,
2011-04-01, 23:10
|
|
|
|