| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
262 (2.424s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Pig and Avro Error - Pig - [mail # user]
|
|
...Given that you're specifying no Avro schema in STORE command, AvroStorage would derive the output Avro schema based on Pig schema. By default, AvroStorage converts every primitive type to a ...
|
|
|
Author: Cheolsoo Park,
2013-06-09, 19:26
|
|
|
Re: null:: prefix for field names and a WARN when registering a Python UDF - Pig - [mail # user]
|
|
...Hi Alan, to ignore for now (unless someone says this is important): Yes, you can usually ignore them except ERROR messages. If these messages annoy you a lot, you can redirect st...
|
|
|
Author: Cheolsoo Park,
2013-06-09, 18:58
|
|
|
Re: Uploading patches for review - Pig - [mail # dev]
|
|
...I agree that we should use the RB more often. On Wed, Jun 5, 2013 at 6:50 PM, Jarek Jarcec Cecho wrote: ...
|
|
|
Author: Cheolsoo Park,
2013-06-06, 06:53
|
|
|
[PIG-3280] Document IN operator and CASE expression - Pig - [issue]
|
|
...PIG-3268 and PIG-3269 added CASE expression and IN operator to Pig. We need documentation for them.In addition, PIG-3122 introduced a whitelist to minimize reserved keywords. As of now, CUBE...
|
|
|
http://issues.apache.org/jira/browse/PIG-3280
Author: Cheolsoo Park,
2013-06-04, 20:49
|
|
|
[PIG-3342] Allow conditions in case statement - Pig - [issue]
|
|
...PIG-3268 added case statement support. But conditions are currently not allowed in when branches. For example,CASE WHEN i % 5 == 0 THEN '5n' WHEN i % 5 == 1 THEN '5n+1'...
|
|
|
http://issues.apache.org/jira/browse/PIG-3342
Author: Cheolsoo Park,
2013-06-04, 17:06
|
|
|
Review Request: PIG-3342 Allow conditions in case statement - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11613/ Review request for pig. Description Allows condition expression in case sta...
|
|
|
Author: Cheolsoo Park,
2013-06-04, 01:46
|
|
|
Re: Review Request: PIG-3322 Fix the issue where NPE is thrown when reading a union which has nulls and add a testcase - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11333/#review21305 http://svn.apache.org/repos/asf/pig/trunk/contrib/piggybank/java/src/...
|
|
|
Author: Cheolsoo Park,
2013-06-02, 21:27
|
|
|
Re: Review Request: PIG-3331 Default values not written to Schema when specified in the output schema - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11355/#review21304 Hi Viraj, I have a couple of comments: - 5k records seems unnecessary...
|
|
|
Author: Cheolsoo Park,
2013-06-02, 20:55
|
|
|
[PIG-3269] In operator support - Pig - [issue]
|
|
...This is another language improvement using the same approach as in PIG-3268.Currently, Pig has no support for IN operator. To mimic it, users often have to concatenate several OR operators.F...
|
|
|
http://issues.apache.org/jira/browse/PIG-3269
Author: Cheolsoo Park,
2013-05-22, 20:12
|
|
|
Re: Review Request: Refactor physical operators to remove methods parameters that are always null - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11203/#review20674 Ship it! Looks good to me. I only have minor comments as below. Do yo...
|
|
|
Author: Cheolsoo Park,
2013-05-17, 15:12
|
|
|
|