| 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
|
|
|
|