Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 7 from 7 (0.089s).
Loading phrases to help you
refine your search...
Fwd: Help to solve UDAF errors! - Hive - [mail # user]
...Hello,  This is in reference to the below mentioned UDAF. As you can notice, I am collecting all the elements in a list for each mapper. Now, at the reducer I merge all the lists and ca...
   Author: Abhishek Bhattacharya, 2013-02-14, 18:29
Re: Help to solve UDAF errors! - Hive - [mail # user]
...Hi Robin,  Thanks for the response. The point mentioned by you is one of the many other serious issues in the code. I have fixed all of them and it is pretty much in a good shape presen...
   Author: Abhishek Bhattacharya, 2013-02-14, 01:20
Fwd: Help to solve UDAF errors! - Hive - [mail # user]
...Hi,  I looked through the syslogs and found the following exceptions. Can anyone help me to figure out the point of error?  java.lang.RuntimeException: Error in configuring object ...
   Author: Abhishek Bhattacharya, 2013-02-12, 18:29
Re: Help to solve UDAF errors! - Hive - [mail # user]
...Hi Mark,  Thanks for the response! The UDAFPercentile.java have two terminate() methods since it is handling two different input types by the two inner classes: PercentileLongEvaluator ...
   Author: Abhishek Bhattacharya, 2013-02-12, 17:48
Re: Help to solve UDAF errors! - Hive - [mail # user]
...Hi Mark,  Sorry for the preliminary questions since I am a beginner for Hive. I have read in both books (Hadoop Definitive Guide and Programming Hive) that we need to implement the func...
   Author: Abhishek Bhattacharya, 2013-02-11, 03:47
Re: Help to solve UDAF errors! - Hive - [mail # user]
...Thanks for the response. The link to the code is: https://github.com/Abhishek2301/Hive/blob/master/src/UDAFTopNPercent.java Please let me know to fix it!  Thanks, Abhishek    ...
   Author: Abhishek Bhattacharya, 2013-02-10, 07:08
Help to solve UDAF errors! - Hive - [mail # user]
...Hi,  I have implemented a simple UDAF for top-n-percent as follows: import java.util.ArrayList; import java.util.Collections;  import org.apache.hadoop.hive.ql.exec.UDAF; import or...
   Author: Abhishek Bhattacharya, 2013-02-08, 22:05
Sort:
project
Hive (7)
type
mail # user (7)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (7)
last 9 months (7)
author
Namit Jain (802)
Edward Capriolo (633)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
Abhishek Bhattacharya