| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
246 (0.092s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-2909] Add a new option for ignoring corrupted files to AvroStorage load func - Pig - [issue]
|
|
...Currently, AvroStorage load fails with AvroRuntimeException when encountering corrupted input files. For example,ERROR 2997: Unable to recreate exception from backed error: java.io.IOExcepti...
|
|
|
http://issues.apache.org/jira/browse/PIG-2909
Author: Cheolsoo Park,
2012-11-20, 17:08
|
|
|
Re: Intermittent NullPointerException - Pig - [mail # user]
|
|
...Hi Malcolm, Thank you for sharing it. I am glad to hear that it worked. :-) sure if that helps you narrow down the cause. Very interesting. That's surprisingly small. In my...
|
|
|
Author: Cheolsoo Park,
2012-11-20, 05:19
|
|
|
Re: Reading Avro files with Pig - Pig - [mail # user]
|
|
...Hi Bart, Please try to print out the schema of 'avro' using 'DESCRIBE avro'. This will show you the field names in the relation. avro = load '/import/2012-01-04-deflate.**avro' U...
|
|
|
Author: Cheolsoo Park,
2012-11-19, 18:36
|
|
|
Re: Review Request: PIG-2924 PigStats should not be assuming all Storage classes to be file-based storage - Pig - [mail # dev]
|
|
... Thank you, sir! - Cheolsoo This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8122/#review13551 On Nov. 19, 2012, 5:32 a.m.,...
|
|
|
Author: Cheolsoo Park,
2012-11-19, 06:52
|
|
|
Review Request: PIG-2924 PigStats should not be assuming all Storage classes to be file-based storage - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8122/ Review request for pig, Santhosh Srinivasan and Bill Graham. Description Ple...
|
|
|
Author: Cheolsoo Park,
2012-11-19, 05:32
|
|
|
Review Request: PIG-2978 TestLoadStoreFuncLifeCycle fails with hadoop-2.0.x - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8121/ Review request for pig and Santhosh Srinivasan. Description Please see: http...
|
|
|
Author: Cheolsoo Park,
2012-11-19, 05:28
|
|
|
Re: removing lines with missing values - Pig - [mail # user]
|
|
...Hi Jamal, If any fields are empty in an input file, they will be loaded as nulls by Pig. For example, ,f2,f3,,f5 will be loaded as (null,f2,f3,null,f5) // when you du...
|
|
|
Author: Cheolsoo Park,
2012-11-15, 18:01
|
|
|
Re: bincod evaluation - Pig - [mail # user]
|
|
...Hi Jamal, Please try: Ginput = foreach Input generate (id1 IS NULL ? 2 : id1), (id2 IS NULL ? 42 This is a known issue: https://issues.apache.org/jira/browse/PIG-2595...
|
|
|
Author: Cheolsoo Park,
2012-11-15, 16:37
|
|
|
Re: Intermittent NullPointerException - Pig - [mail # user]
|
|
...Hi Malcolm, I have been running your script with 10M rows for a half day but couldn't reproduce your error. So my analysis may be baseless here. That being said, it looks like a ...
|
|
|
Author: Cheolsoo Park,
2012-11-15, 00:16
|
|
|
[PIG-3046] An empty file name in -Dpig.additional.jars throws an error - Pig - [issue]
|
|
...This issue was raised on the user mailing list. To reproduce it, please run the following command in MR mode:pig -Dpig.additional.jars=<jar1>::<jar2> <pig script>As can be ...
|
|
|
http://issues.apache.org/jira/browse/PIG-3046
Author: Cheolsoo Park,
2012-11-14, 17:55
|
|
|
|