Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 1 from 1 (0.123s).
Loading phrases to help you
refine your search...
[PIG-2636] "duplicate uid in schema" error from script that uses multiple FOREACH on same relation - Pig - [issue]
...The following script:A = LOAD 'bug.in' AS a:tuple(x:int, y:int);B1 = FOREACH A GENERATE a.x, a.y;B2 = FOREACH A GENERATE a.x, a.y;C = JOIN B1 BY x, B2 by x;yields the following error:org.apa...
http://issues.apache.org/jira/browse/PIG-2636    Author: Pete Gieser, 2013-03-04, 06:52
Sort:
project
Pig (1)
type
issue (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (1)
last 9 months (1)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (732)
Daniel Dai (545)
Russell Jurney (485)
Olga Natkovich (453)
Prashant Kommireddi (367)
Bill Graham (334)
Cheolsoo Park (246)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (154)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Pete Gieser