Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 98 (0.372s).
Loading phrases to help you
refine your search...
Re: Load Pig metadata from file? - Pig - [mail # user]
...I think you need to play with some quotes, its more likely a bash problem.  one way to debug is bash -x pig  -f script.pig -param md=$(cat metadata.dat) and check what does hadoop ...
   Author: Aniket Mokashi, 2012-05-15, 22:58
Re: HCatalog scans all partition even after mentioning date filter - Pig - [mail # dev]
...Thanks Thejas! https://issues.apache.org/jira/browse/PIG-2668  On Wed, Apr 25, 2012 at 2:04 PM, Thejas Nair  wrote:    "...:::Aniket:::... Quetzalco@tl"...
   Author: Aniket Mokashi, 2012-04-25, 21:50
[PIG-2668] projection pushdown should work through Split - Pig - [issue]
...A = load ...B1 = filter A by cond1;B2 = filter A by cond2;B3 = filter A by cond3;B = union B1, B2, B3; does not push projection.Load (A)Split--------------------------- Filter(B1)  ...
http://issues.apache.org/jira/browse/PIG-2668    Author: Aniket Mokashi, 2012-04-25, 21:40
Re: HCatalog scans all partition even after mentioning date filter - Pig - [mail # dev]
...Hi Dmitriy and Thejas,  Should I open a jira for the same?  Thanks, Aniket   On Wed, Apr 25, 2012 at 1:45 PM, Dmitriy Ryaboy  wrote:     "...:::Aniket:::... Que...
   Author: Aniket Mokashi, 2012-04-25, 20:47
Re: Python UDF: import re causes instantiation error - Pig - [mail # dev]
...Put the re lib into the jython jar under Lib directory (or all of them), if CDH has https://issues.apache.org/jira/browse/MAPREDUCE-967, then it should work.  Also, to debug, import sys...
   Author: Aniket Mokashi, 2012-04-23, 19:18
Re: "Exploding" a Hive array<string> in Pig from an RCFile - Pig - [mail # user]
...Hi Malcolm,  arrays are converted to tuples and flatten should directly work on it. I think you need not worry about the delimiter (assuming hive knows how to deserialize it). Btw, does...
   Author: Aniket Mokashi, 2012-04-12, 09:38
Re: Scalar problem - Pig - [mail # dev]
...We add a cast internally to support the implicit casting right now.  We have following Jiras for this-  https://issues.apache.org/jira/browse/PIG-1967 https://issues.apache.org/jir...
   Author: Aniket Mokashi, 2012-04-09, 17:42
Scalar problem - Pig - [mail # dev]
...Hi,  I have noticed early users of pig often hit issues because of confusing syntax between scalars and projections. I think scalar syntax should be made more explicit for users to use ...
   Author: Aniket Mokashi, 2012-04-08, 07:33
Re: Welcome Pig's newest committer, Bill Graham! - Pig - [mail # dev]
...Congrats Bill...  On Thu, Apr 5, 2012 at 3:04 PM, Prashant Kommireddi wrote:     "...:::Aniket:::... Quetzalco@tl"...
   Author: Aniket Mokashi, 2012-04-05, 22:18
Re: [ANNOUNCE] Welcome new Apache Pig Committers and PMC members - Pig - [mail # dev]
...Congrats Jonathan and Julien! :)  On Mon, Mar 19, 2012 at 6:36 PM, Russell Jurney wrote:     "...:::Aniket:::... Quetzalco@tl"...
   Author: Aniket Mokashi, 2012-03-20, 20:56
Sort:
project
Pig (98)
Hive (78)
type
mail # user (64)
mail # dev (27)
issue (6)
wiki (1)
date
last 7 days (0)
last 30 days (4)
last 90 days (9)
last 6 months (21)
last 9 months (98)
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 (263)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (156)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Aniket Mokashi