| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
246 (0.119s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [VOTE] Release Pig 0.10.1 (candidate 2) - Pig - [mail # dev]
|
|
...Actually, I found something funny. "tar -xf pig-0.10.1-src.tar.gz" creates two directories as follows: pig-0.10.1-src pig-0.10.1-src-0.10.1 And "pig-0.10.1-src-0.10.1" cont...
|
|
|
Author: Cheolsoo Park,
2012-12-28, 22:19
|
|
|
Re: [VOTE] Release Pig 0.10.1 (candidate 2) - Pig - [mail # dev]
|
|
...+1. Downloaded the source tarball, built hadoop 20/23 binaries, and tested them against hadoop-1.0.x/2.0.x clusters. Btw, "ant clean piggybank" doesn't work due to PIG-2501, but ...
|
|
|
Author: Cheolsoo Park,
2012-12-28, 22:09
|
|
|
[PIG-3050] Fix FindBugs multithreading warnings - Pig - [issue]
|
|
...There was a race condition reported when running Pig in local mode on the user mailing list. This motivated me to fix potential multithreading bugs that can be identified by FindBugs.FindBug...
|
|
|
http://issues.apache.org/jira/browse/PIG-3050
Author: Cheolsoo Park,
2012-12-27, 04:53
|
|
|
[PIG-3066] Fix TestPigRunner in trunk - Pig - [issue]
|
|
...This is a regression from PIG-2924. The size of output in PigStats used to be off by 1 byte per store, but that was fixed by PIG-2924. However, two test cases in TestPigRunner wasn't correct...
|
|
|
http://issues.apache.org/jira/browse/PIG-3066
Author: Cheolsoo Park,
2012-12-27, 04:43
|
|
|
Review Request: PIG-3059 Global configurable minimum 'bad record' thresholds - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8765/ Review request for pig, Santhosh Srinivasan, Jonathan Coveney, and Joseph Adler. D...
|
|
|
Author: Cheolsoo Park,
2012-12-26, 06:40
|
|
|
Re: Limit number of Streaming Programs - Pig - [mail # user]
|
|
...Hi Thomas, If I understand your question correctly, what you want is reduce the number of mappers that spawn streaming processes. The default-parallel controls the number of reducers, ...
|
|
|
Author: Cheolsoo Park,
2012-12-24, 22:15
|
|
|
Re: Sequence File processing - Pig - [mail # user]
|
|
...Hi Srini, You can use STRSPLIT to split your "value" chararray and define schema in a FOREACH. For example, if the "value" consists of 3 integers (i.e. "1|2|3"), A= LOAD 'part-m-...
|
|
|
Author: Cheolsoo Park,
2012-12-24, 21:37
|
|
|
[PIG-3101] Increase io.sort.mb in YARN MiniCluster - Pig - [issue]
|
|
...I see some unit test cases intermittently fail with the following error with Hadoop-2.0.x:2012-12-17 18:28:39,235 FATAL [Low Memory Detector] org.apache.hadoop.yarn.YarnUncaughtExceptionHand...
|
|
|
http://issues.apache.org/jira/browse/PIG-3101
Author: Cheolsoo Park,
2012-12-20, 21:21
|
|
|
[PIG-3096] Make PigUnit thread safe - Pig - [issue]
|
|
...Currently, PigUnit is not thread-safe because Cluster and PigServer are declared as static. Converting them to ThreadLocal allows PigUnit to run in multi-threaded environment....
|
|
|
http://issues.apache.org/jira/browse/PIG-3096
Author: Cheolsoo Park,
2012-12-20, 16:31
|
|
|
Re: Partitions in pig - Pig - [mail # user]
|
|
...To be clear, the next CDH release is going to include HCatalog. Thanks, Cheolsoo On Tue, Dec 18, 2012 at 3:13 PM, Russell Jurney wrote: ...
|
|
|
Author: Cheolsoo Park,
2012-12-18, 23:43
|
|
|
|