Created
October 29, 2015 22:50
-
-
Save myui/d4f3e91cf225027a9dbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ble to execute method public boolean hivemall.fm.FMPredictUDAF$Evaluator.iterate(org.apache.hadoop.hive.serde2.io.DoubleWritable,java.util.List,org.apache.hadoop.hive.serde2.io.DoubleWritable) throws org.apache.hadoop.hive.ql.metadata.HiveException on object hivemall.fm.FMPredictUDAF$Evaluator@3272e5d6 of class hivemall.fm.FMPredictUDAF$Evaluator with arguments {1.3495872020721436:org.apache.hadoop.hive.serde2.io.DoubleWritable, []:java.util.ArrayList, 1.0:org.apache.hadoop.hive.serde2.io.DoubleWritable} of size 3 | |
at org.apache.hadoop.hive.ql.exec.FunctionRegistry.invoke(FunctionRegistry.java:1253) | |
at org.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridge$GenericUDAFBridgeEvaluator.iterate(GenericUDAFBridge.java:170) | |
at org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator.aggregate(GenericUDAFEvaluator.java:184) | |
at org.apache.hadoop.hive.ql.exec.GroupByOperator.updateAggregations(GroupByOperator.java:641) | |
at org.apache.hadoop.hive.ql.exec.GroupByOperator.processHashAggr(GroupByOperator.java:838) | |
at org.apache.hadoop.hive.ql.exec.GroupByOperator.processKey(GroupByOperator.java:735) | |
at org.apache.hadoop.hive.ql.exec.GroupByOperator.processOp(GroupByOperator.java:803) | |
at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:793) | |
at org.apache.hadoop.hive.ql.exec.SelectOperator.processOp(SelectOperator.java:87) | |
at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:793) | |
at org.apache.hadoop.hive.ql.exec.CommonJoinOperator.internalForward(CommonJoinOperator.java:638) | |
at org.apache.hadoop.hive.ql.exec.CommonJoinOperator.genUniqueJoinObject(CommonJoinOperator.java:651) | |
at org.apache.hadoop.hive.ql.exec.CommonJoinOperator.genUniqueJoinObject(CommonJoinOperator.java:654) | |
at org.apache.hadoop.hive.ql.exec.CommonJoinOperator.checkAndGenObject(CommonJoinOperator.java:758) | |
at org.apache.hadoop.hive.ql.exec.JoinOperator.endGroup(JoinOperator.java:256) | |
at org.apache.hadoop.hive.ql.exec.mr.ExecReducer.reduce(ExecReducer.java:216) | |
... 7 more | |
Caused by: java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at org.apache.hadoop.hive.ql.exec.FunctionRegistry.invoke(FunctionRegistry.java:1227) | |
... 22 more | |
Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: # of Factor should be more than 0: [] | |
at hivemall.fm.FMPredictUDAF$PartialResult.iterate(FMPredictUDAF.java:121) | |
at hivemall.fm.FMPredictUDAF$Evaluator.iterate(FMPredictUDAF.java:57) | |
... 27 more | |
NOTE: if(size(xxx)=0,null,xxx) is just a workaround and will be fixed to avoid it. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment