| clear query|facets|time |
Search criteria: .
Results from 191 to 200 from
24684 (0.248s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Function To Compute Product of Values in Bag - Pig - [mail # dev]
|
|
...Thanks for the tip about numerical accuracy issues and the elegant solution exploiting log/exp. It is very much appreciated. Sergey On Fri, May 3, 2013 at 11:42 AM, Kai Londenbe...
|
|
|
Author: Sergey Goder,
2013-05-03, 20:36
|
|
|
CHANGES.txt in trunk - Pig - [mail # dev]
|
|
...Hi, I see lot of patches that went into 0.11 are under trunk in the CHANGES.txt. Should we sync the file with the CHANGES.txt in branch-0.11 and remove those jiras from trunk th...
|
|
|
Author: Rohini Palaniswamy,
2013-05-03, 20:34
|
|
|
Re: Review Request: PIG-3223 AvroStorage does not handle comma separated input paths - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10351/#review20138 Ship it! Thanks Johnny. Looks good. - Rohini Palaniswamy ...
|
|
|
Author: Rohini Palaniswamy,
2013-05-03, 19:50
|
|
|
[PIG-3309] TestJsonLoaderStorage fails with IBM JDK 6/7 - Pig - [issue]
|
|
...TestJsonStorageLoader fails due to small differences in the way HashMaps are printed out. The HashMap specification (http://docs.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html) ment...
|
|
|
http://issues.apache.org/jira/browse/PIG-3309
Author: Leonardo Rangel Augusto,
2013-05-03, 19:48
|
|
|
Re: Review Request: PIG-3223 AvroStorage does not handle comma separated input paths - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10351/ (Updated May 3, 2013, 7:30 p.m.) Review request for pig. Changes lat...
|
|
|
Author: Johnny Zhang,
2013-05-03, 19:30
|
|
|
ClassCastException with bincond operator - Pig - [mail # user]
|
|
...I'm new to pig and I'm getting a ClassCastException when I try to run the following script in pig 0.11.1: A = LOAD 'test.log' AS (timestamp:long, pk_id:int, array_field:chararray, fk_...
|
|
|
Author: Peter Connolly,
2013-05-03, 19:01
|
|
|
Re: Review Request: PIG-3223 AvroStorage does not handle comma separated input paths - Pig - [mail # dev]
|
|
... Thanks for the comments, Rohini! appreciate. I will post the revised patch very soon. - Johnny This is an automatically generated e-mail. To reply, visit: https://review...
|
|
|
Author: Johnny Zhang,
2013-05-03, 18:59
|
|
|
Re: Review Request: PIG-3223 AvroStorage does not handle comma separated input paths - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10351/#review20127 contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/storage...
|
|
|
Author: Rohini Palaniswamy,
2013-05-03, 18:53
|
|
|
Re: Function To Compute Product of Values in Bag - Pig - [mail # dev]
|
|
...Hi, Just a hint: It's usually better to work with log probabilites and sum over them, than to work with raw probabilities and to use multiplication. You might easily run into numerical...
|
|
|
Author: Kai Londenberg,
2013-05-03, 18:42
|
|
|
Function To Compute Product of Values in Bag - Pig - [mail # dev]
|
|
...I'm creating a multinomial naive bayes classifier using pig and need to compute the product of probabilities. There are an arbitrary number of values in the bag so I would like to be able to...
|
|
|
Author: Sergey Goder,
2013-05-03, 18:20
|
|
|
|