| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
263 (0.216s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-3235] Add log4j.properties for unit tests - Pig - [issue]
|
|
...Currently, debug level messages are not logged for unit tests. It is helpful to enable them to debug unit tests....
|
|
|
http://issues.apache.org/jira/browse/PIG-3235
Author: Cheolsoo Park,
2013-03-16, 05:56
|
|
|
Re: pigrc to change log location - Pig - [mail # user]
|
|
...You can set "pig.logfile" to where you want in conf/pig.properties. It's commented out by default, and the default value is pwd. Thanks, Cheolsoo On Thu, Mar 14, 2013 at 10:59 A...
|
|
|
Author: Cheolsoo Park,
2013-03-14, 19:15
|
|
|
Re: pig 0.12.0 ERROR 2998: Unhandled internal error. com.google.common.collect.ImmutableSet.of - Pig - [mail # user]
|
|
...Thanks Dan for letting us know. That makes perfect sense because guava was updated to 11 in Pig 0.9, and Pig 0.8 had an old version guava. On Wed, Mar 13, 2013 at 10:05 AM...
|
|
|
Author: Cheolsoo Park,
2013-03-13, 17:28
|
|
|
Re: pig 0.12.0 ERROR 2998: Unhandled internal error. com.google.common.collect.ImmutableSet.of - Pig - [mail # user]
|
|
...Hi Dan, I don't think you've downloaded the correct guava jar file. Here is the output of javap on pig-withouthadoop.jar and google-guava-r11.jar: 1) pig-withouthadoop.jar ...
|
|
|
Author: Cheolsoo Park,
2013-03-13, 06:13
|
|
|
Re: Welcome our new PMC chair, Julien Le Dem - Pig - [mail # dev]
|
|
...Congrats Julien! On Sun, Mar 10, 2013 at 9:20 PM, Prasanth J wrote: ...
|
|
|
Author: Cheolsoo Park,
2013-03-11, 04:25
|
|
|
Re: Memory issue with datafu StreamingQuantile in apache pig - Pig - [mail # user]
|
|
...Hi, Looking at the stack trace, it looks like the task is failing during initialization because it can't load JobConf into memory. In fact, Pig uses JobConf heavily. For example, it se...
|
|
|
Author: Cheolsoo Park,
2013-03-08, 17:06
|
|
|
[PIG-3234] Remove anti-pattern in LoadFunc implementations - Pig - [issue]
|
|
...I noticed this anti-pattern while reviewing PIG-3142. A lot of LoadFunc implementations in our code base does the following:public Tuple getNext() throws IOException { if (...
|
|
|
http://issues.apache.org/jira/browse/PIG-3234
Author: Cheolsoo Park,
2013-03-05, 19:27
|
|
|
Re: Pig default properties/configuration - Pig - [mail # user]
|
|
...Hi Jeff, That's a side effect of that Pig has to support both Hadoop1.x and Hadoop2.x, and Hadoop2.x depreciates a lot of old properties. One workaround is upping the logging level of ...
|
|
|
Author: Cheolsoo Park,
2013-03-04, 17:13
|
|
|
Re: Review Request: PIG-3215 [piggybank] Add LTSVLoader to load LTSV files - Pig - [mail # dev]
|
|
... You don't need access to the schema given by the AS clause inside LoadFunc. You can just make LoadMetaData.getSchema() return null and load every field as bytearray in LoadFunc....
|
|
|
Author: Cheolsoo Park,
2013-03-04, 01:46
|
|
|
Re: Review Request: Introduce a syntax making declared aliases optional - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9496/#review17244 Hi Jonathan, Overall looks good. My only concern is lack of unit test...
|
|
|
Author: Cheolsoo Park,
2013-03-01, 23:13
|
|
|
|