You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
Related to #345, Hive UDF invocation is slow in Spark.
We can do better at least for UDF, currently not for UDAF/UDTF, by implementing Spark's Java UDF{1,...,22} as well as implementing Hive's UDF.
Related to #345, Hive UDF invocation is slow in Spark.
We can do better at least for UDF, currently not for UDAF/UDTF, by implementing Spark's Java UDF{1,...,22} as well as implementing Hive's UDF.
class AngularDistanceUDF extends GenericUDF implements org.apache.spark.sql.api.java.UDF2
https://github.com/myui/hivemall/blob/master/core/src/main/java/hivemall/knn/distance/AngularDistanceUDF.java
Also, we can prepare some helper methods for Spark API in
https://github.com/myui/hivemall/blob/master/core/src/main/java/hivemall/UDFWithOptions.java
@maropu How do you think?
The text was updated successfully, but these errors were encountered: