| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
95 (0.396s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: how to set one var equal to another - Pig - [mail # user]
|
|
...Hi Colleen, I'm not sure whats your use case, but you may want to watch https://issues.apache.org/jira/browse/PIG-438. Thanks, Aniket On Sat, Mar 10, 2012 at 11:33 AM, Jon...
|
|
|
Author: Aniket Mokashi,
2012-03-11, 04:57
|
|
|
Re: View Map-Reduce payload - Pig - [mail # user]
|
|
...http://pig.apache.org/docs/r0.7.0/piglatin_ref2.html#EXPLAIN On Tue, Mar 6, 2012 at 5:28 AM, shan shan wrote: "...:::Aniket:::... Quetzalco@tl"...
|
|
|
Author: Aniket Mokashi,
2012-03-06, 16:21
|
|
|
Re: org.apache.pig.Main terminates unexpectedly - Pig - [mail # dev]
|
|
...If you put a debugger, it seems parser gets a EOF when grunt starts. This happens on a mac machine (is that what you have observed as well?). It works as expected on linux. Im not sure why s...
|
|
|
Author: Aniket Mokashi,
2012-03-04, 18:15
|
|
|
Re: Scalars can only be used within projections - Pig - [mail # user]
|
|
...I think you are looking for- C = join FILTERED_A by key1, B by key1; C1 = filter C by ; if key1 equality is not your join condition, you may have to go for a CROSS. Thanks,...
|
|
|
Author: Aniket Mokashi,
2012-03-01, 22:21
|
|
|
Re: Jython UDF problem - Pig - [mail # user]
|
|
...Looks like this is jython bug. Btw, afaik, the return type of this function would be a bytearray if decorator is not specified. Thanks, Aniket On Sat, Feb 4, 2012 at 9:39 P...
|
|
|
Author: Aniket Mokashi,
2012-02-05, 08:44
|
|
|
Show functions - Pig - [mail # user]
|
|
...Is there a show functions equivalent in pig that can display all available functions to the user? I couldnt find this with a quick search on jira. Thanks, Aniket...
|
|
|
Author: Aniket Mokashi,
2012-02-05, 02:25
|
|
|
Re: LOWER - Pig - [mail # user]
|
|
...I think pig UDFs are just classnames (case sensitive, LOWER is all capitals in built-in). Are you suggesting to add something like function registry to pig? That would be a good idea. As a w...
|
|
|
Author: Aniket Mokashi,
2012-02-05, 02:21
|
|
|
Re: issue with partioning sdf - Pig - [mail # user]
|
|
...I think pig will use default partitioner for the same. You can use following syntax-- A = load 'input_data'; B = group A by $0 PARTITION BY org.apache.pig.test.utils.SimpleCustomPartit...
|
|
|
Author: Aniket Mokashi,
2012-02-02, 05:51
|
|
|
Re: explode operation - Pig - [mail # user]
|
|
...Isnt FLATTEN similar to explode? On Sun, Jan 29, 2012 at 5:46 PM, Stan Rosenberg wrote: "...:::Aniket:::... Quetzalco@tl"...
|
|
|
Author: Aniket Mokashi,
2012-01-30, 07:25
|
|
|
Re: Concat multiple strings - Pig - [mail # user]
|
|
...Thanks Prashant. I just realized that! I thought we had it in 0.8, good stuff to know. :) Thanks, Aniket On Sun, Jan 22, 2012 at 5:53 PM, Prashant Kommireddi wrote: ...
|
|
|
Author: Aniket Mokashi,
2012-01-23, 06:37
|
|
|
|