| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
263 (0.14s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: Review Request: PIG-3141 [piggybank] Giving CSVExcelStorage an option to handle header rows - Pig - [mail # dev]
|
|
... Actually, I just realized that I was thinking wrong about this. Please ignore my comment. Actually, I just realized that I was thinking wrong about this. Please ignore my...
|
|
|
Author: Cheolsoo Park,
2013-03-20, 21:04
|
|
|
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/#review18100 Hi Jonathan, Overall looks good to me. I made a few minor comment inli...
|
|
|
Author: Cheolsoo Park,
2013-03-20, 19:05
|
|
|
Can we commit PIG-3015 (Rewrite of AvroStorage) to trunk? - Pig - [mail # dev]
|
|
...Hello, Thanks to Joseph Adler's contribution, we have a new AvroStorage ready. Although there are additional requests that we would like to address, I think we can implement them...
|
|
|
Author: Cheolsoo Park,
2013-03-18, 23:48
|
|
|
|