Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 246 (0.201s).
Loading phrases to help you
refine your search...
Re: Review Request: PIG-3268 Case statement support - Pig - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10341/  (Updated April 10, 2013, 3:10 a.m.)   Review request for pig.   Changes  ...
   Author: Cheolsoo Park, 2013-04-10, 03:10
Re: Review Request: PIG-3269 In operator support - Pig - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10337/  (Updated April 9, 2013, 9:24 p.m.)   Review request for pig.   Changes  I...
   Author: Cheolsoo Park, 2013-04-09, 21:24
Re: Run script with org.apache.pig.builtin macros - Pig - [mail # user]
...Hi,  SUM is not a macro but a built-in UDF. Please try:  log = LOAD '/tmp/data' AS (value:long); total = FOREACH (GROUP log ALL) GENERATE SUM(log.value); DUMP total;  Please a...
   Author: Cheolsoo Park, 2013-04-09, 16:15
Review Request: PIG-3268 Case statement support - Pig - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10341/  Review request for pig.   Description  Add SQL CASE statement to Pig. Please s...
   Author: Cheolsoo Park, 2013-04-08, 17:24
Review Request: PIG-3269 In operator support - Pig - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10337/  Review request for pig.   Description  Add SQL IN operator to Pig. Please see:...
   Author: Cheolsoo Park, 2013-04-08, 14:02
Re: Review Request: PIG-3141 [piggybank] Giving CSVExcelStorage an option to handle header rows - Pig - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9697/#review18379  Ship it!   Ship It!  - Cheolsoo Park   On March 25, 2013, 3:17...
   Author: Cheolsoo Park, 2013-03-26, 04:13
Re: filter on a date column? - Pig - [mail # user]
...Hi Tim,  Can't you use ToDate(field, 'format string') instead of casting? For example, if I have the following record in my input file:  2013/01/01  I can do:  a = LOAD '...
   Author: Cheolsoo Park, 2013-03-22, 04:41
Re: filter on a date column? - Pig - [mail # user]
...Hi Tim,  Pig 0.11 has datetime type. You can do something like this:  a = LOAD 'input.txt' AS (date:datetime); b = FILTER a BY date  wrote:  ...
   Author: Cheolsoo Park, 2013-03-21, 23:46
Re: Pig jobs - get stdout and stderr - Pig - [mail # user]
...Hi Jeff,  You're right that those methods in HJob.java throw a UnsupportedOperationException now. I think they are simply not implemented yet. Probably, we should.  Thanks, Cheolso...
   Author: Cheolsoo Park, 2013-03-21, 17:13
[PIG-3253] Misleading comment w.r.t getSplitIndex() method in PigSplit.java - Pig - [issue]
...While reviewing the patch for PIG-3141, I noticed that the following comment is out-of-date:PigSplit.java// package level access because we don't want LoadFunc implementations// to get this ...
http://issues.apache.org/jira/browse/PIG-3253    Author: Cheolsoo Park, 2013-03-20, 21:11
Sort:
project
Sqoop (265)
Pig (246)
type
mail # user (134)
mail # dev (58)
issue (54)
date
last 7 days (1)
last 30 days (20)
last 90 days (64)
last 6 months (139)
last 9 months (246)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (731)
Daniel Dai (543)
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)