Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (0.35s).
Loading phrases to help you
refine your search...
Re: Python UDF got problems converting Strings to Integers - Pig - [mail # user]
...Ok, i got it solved after realizing what happens internally. The  solution looks like this: @outputSchema("res_histo:tuple()") def aggHisto(aHistogramSet):         &...
   Author: Björn-Elmar Macek, 2012-10-31, 10:49
Re: Python UDF got problems converting Strings to Integers - Pig - [mail # user]
...Hi Cheolsoo,  this is because i have a 24-dimensional tuple and the definition alone  is a pain. It makes my code unreadable and worse to interpret or fix:  imagine how many e...
   Author: Björn-Elmar Macek, 2012-10-31, 09:36
Python UDF got problems converting Strings to Integers - Pig - [mail # user]
...Hi together,  i got a UDF that  sums up histograms in form of tuples. The function i  wrote looks like this:  @outputSchema("res_histo:tuple()") def aggHisto(aHistogramSe...
   Author: Björn-Elmar Macek, 2012-10-30, 17:22
aggregate functions in python - Pig - [mail # user]
...Hi there,  i am currently trying to implement a function in pythan that can be used  for aggregation. I know that java might be better to use because of the  Algebraic Interfa...
   Author: Björn-Elmar Macek, 2012-10-05, 14:59
Re: Jython UDFs, Tuples and Stringconversions - Pig - [mail # user]
...Hi Cheilsoo,  ahh thank you for the modifications: the output is what i expect it to  be. I will have to look up the Arrayconstruct [1:-1]  tho. I could solve  the issue ...
   Author: Björn-Elmar Macek, 2012-10-02, 08:13
Jython UDFs, Tuples and Stringconversions - Pig - [mail # user]
...Hi,  i am currently writing a PIG script that works with a bags of timestamp  tuples. So i am basically working on a datastructure like this: (tuple(chararray)), int, bag{tuple(cha...
   Author: Björn-Elmar Macek, 2012-10-01, 14:42
Sort:
project
MapReduce (19)
HDFS (14)
Pig (6)
Hadoop (3)
type
mail # user (6)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (6)
author
Dmitriy Ryaboy (1352)
Alan Gates (954)
Jonathan Coveney (730)
Daniel Dai (541)
Russell Jurney (485)
Olga Natkovich (453)
Prashant Kommireddi (367)
Bill Graham (334)
Cheolsoo Park (246)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (154)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Björn-Elmar Macek