Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 108 (1.403s).
Loading phrases to help you
refine your search...
Re: schema of pig flatten - Pig - [mail # user]
...Script 2 has " as (num:int, ch:chararray); " before the cast. I guess that's why you get the error. We were discussing of doing implicit casting as a result of this kind of syntax, but we ne...
   Author: Gianmarco De Francisci Mo..., 2012-09-05, 08:22
Re: filter duplicates from a bag - Pig - [mail # user]
...I would say something along these lines:  B = group A by *; C = foreach B generate group, COUNT(A) as count; D = filter C by count > 1; E = foreach D generate group;  Disclaimer...
   Author: Gianmarco De Francisci Mo..., 2012-08-24, 10:19
Re: add a field, ordered - Pig - [mail # user]
...Hi,  We are finalizing a feature that would solve your problems, something like ROW_NUMBER in some SQL dialect, we call it RANK. This operator will add a unique consecutive row number t...
   Author: Gianmarco De Francisci Mo..., 2012-08-14, 10:05
Re: illustrate - Pig - [mail # dev]
...Hi Dmitriy, I think there are at least a couple things that would be more difficult to do with a UDF implementation, namely: 1) AFAIK, you don't have access to the MR task id within the UDF....
   Author: Gianmarco De Francisci Mo..., 2012-08-12, 09:39
Re: illustrate - Pig - [mail # dev]
...Hi Allan, I think I found an answer to your problem:  1) Modify PhysicalPlanResetter by adding:      @Override      public void visitCounter(POCounter coun...
   Author: Gianmarco De Francisci Mo..., 2012-08-09, 16:01
Re: illustrate - Pig - [mail # dev]
...Hi, Thanks for your answer Thejas. Here is the question:  "I got some advances today within the illustrator command. The ROW NUMBER shows one tuple from the load and the same tuple afte...
   Author: Gianmarco De Francisci Mo..., 2012-08-04, 07:22
illustrate - Pig - [mail # dev]
...Hi,  The GSoC project that Allan is working on and that I am mentoring is at the point where we are starting to refine things. One question Allan asked was about the illustrate command:...
   Author: Gianmarco De Francisci Mo..., 2012-08-02, 13:52
Re: How to selectively ship a class and its dependencies? - Pig - [mail # dev]
...Not sure about the maturity of our code for this task, but Autojar [1] does exactly what you ask. It is GPL licensed, so there might be licensing issues.  [1] http://autojar.sourceforge...
   Author: Gianmarco De Francisci Mo..., 2012-07-21, 08:51
Re: Jenkins / Clover - Pig - [mail # dev]
...Fine, Alan, could you add me to the hudson-jobadmin group?  modify_appgroups.pl hudson-jobadmin --add=gdfm  On people.apache.org, according to the page.  I have subscribed to ...
   Author: Gianmarco De Francisci Mo..., 2012-07-19, 07:33
Re: Jenkins / Clover - Pig - [mail # dev]
...What is the procedure to modify the nightly build? If everyone agrees (and somebody explains me how) I volunteer to fix it.  Cheers, Gianmarco     On Wed, Jul 18, 2012 at 8:25...
   Author: Gianmarco De Francisci Mo..., 2012-07-18, 19:27
Sort:
project
Pig (108)
MapReduce (1)
type
mail # dev (47)
mail # user (45)
issue (16)
date
last 7 days (1)
last 30 days (5)
last 90 days (14)
last 6 months (15)
last 9 months (108)
author
Dmitriy Ryaboy (1352)
Alan Gates (954)
Jonathan Coveney (730)
Daniel Dai (541)
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)
Gianmarco De Francisci Mo...
Gianmarco De Francisci Mo...