Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 64 from 64 (0.037s).
Loading phrases to help you
refine your search...
Re: Conditional execution of 'generate' clauses - Pig - [mail # user]
...Alan,  Let me abstract my previous example to:  foreach X {    -- do some processing and store results in Y    if (Y.$0 == 'foo') {       generat...
   Author: Stan Rosenberg, 2011-10-03, 18:18
Re: Conditional execution of 'generate' clauses - Pig - [mail # user]
...I am aware of workarounds using filters.  However, a filter must be executed unconditionally whereas with conditional control-flow some (generate) clauses may never need to be executed....
   Author: Stan Rosenberg, 2011-10-03, 14:16
Conditional execution of 'generate' clauses - Pig - [mail # user]
...Hi Folks,  I came across a use case where I'd like to do something like this:  FOREACH X {    ...    t = DISTINCT (...)    if (!IsEmpty(t))   &nb...
   Author: Stan Rosenberg, 2011-10-02, 16:28
Conditional execution of 'generate' clauses - Pig - [mail # user]
...Hi Folks,  I came across a use case where I'd like to do something like this:  FOREACH X {    if (!IsEmpty(t))  }...
   Author: Stan Rosenberg, 2011-10-02, 16:22
Sort:
project
Pig (64)
Hadoop (18)
MapReduce (11)
Kafka (6)
Hive (2)
type
mail # user (61)
issue (3)
date
last 7 days (1)
last 30 days (1)
last 90 days (2)
last 6 months (3)
last 9 months (64)
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)
Stan Rosenberg