| clear query|facets|time |
Search criteria: .
Results from 131 to 140 from
246 (0.098s).
|
|
|
Loading phrases to help you refine your search...
|
|
Review Request: PIG-3050 Fix FindBugs multithreading warnings - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8649/ Review request for pig and Santhosh Srinivasan. Description Please see https...
|
|
|
Author: Cheolsoo Park,
2012-12-17, 19:04
|
|
|
Review Request: PIG-3096 Make PigUnit thread safe - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8631/ Review request for pig and Santhosh Srinivasan. Description Currently, PigUn...
|
|
|
Author: Cheolsoo Park,
2012-12-17, 01:34
|
|
|
Re: Error while using Avro Pig and Hcat - Pig - [mail # user]
|
|
...Looks like there are conflicting versions of Jackson jars in classpath. On Wed, Dec 12, 2012 at 3:09 PM, Milind Vaidya wrote: ...
|
|
|
Author: Cheolsoo Park,
2012-12-13, 00:30
|
|
|
Re: Review Request: PIG-3015 Rewrite of AvroStorage - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8104/#review13962 Overall looks great! I haven't gone through the test cases yet, but here are...
|
|
|
Author: Cheolsoo Park,
2012-12-03, 19:22
|
|
|
Review Request: PIG-3066 Fix TestPigRunner in trunk - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8313/ Review request for pig and Santhosh Srinivasan. Description TestPigRunner is...
|
|
|
Author: Cheolsoo Park,
2012-12-03, 04:11
|
|
|
Re: LOAD multiple files with glob - Pig - [mail # dev]
|
|
...Yes, it is. Joe has unit test cases for path globbing in his patch: https://reviews.apache.org/r/8104/diff/#index_header On Mon, Nov 26, 2012 at 8:23 AM, Russell Jurney wrote: &...
|
|
|
Author: Cheolsoo Park,
2012-11-26, 18:59
|
|
|
Re: LOAD multiple files with glob - Pig - [mail # user]
|
|
...Hi, The error indicates that the "tracetype" doesn't exist in the Pig schema of the relation "avro". What AvroStorage does is to automatically convert Avro schema to Pig schema during...
|
|
|
Author: Cheolsoo Park,
2012-11-26, 09:45
|
|
|
Re: LOAD multiple files with glob - Pig - [mail # user]
|
|
...Hi Bart, avro = load '/data/2012/trace_ejb3/2012-**01-*.avro' USING AvroStorage(); gives me: Schema for avro unknown. This should work. The error that you're getting is not from ...
|
|
|
Author: Cheolsoo Park,
2012-11-25, 14:33
|
|
|
Re: ClassNotFoundException when loading a hbase table in mapreduce mode - Pig - [mail # user]
|
|
...Hi Jack, PIG_CLASSPATH doesn't ship jar files to the back-end, but it only adds them to classpath in the front-end. java.lang.ClassNotFoundException: com.google.protobuf.Message ...
|
|
|
Author: Cheolsoo Park,
2012-11-22, 03:56
|
|
|
Re: Re: Re: Pig UT last nearly 8 hours and TestEvalPipeline2 lasts for 37 minutes - Pig - [mail # user]
|
|
...Hi, I actually tried to run entire unit test suite in multiple threads, and I used this junit extension: http://tempusfugitlibrary.org/documentation/junit/parallel/ This library ...
|
|
|
Author: Cheolsoo Park,
2012-11-20, 17:39
|
|
|
|