[UDF] How to load udf jar in pyhive ? #4971
Answered
by
pan3793
BruceWong96
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
pan3793
Jun 18, 2023
Replies: 1 comment 1 reply
-
Call https://spark.apache.org/docs/latest/sql-ref-syntax-aux-resource-mgmt-add-jar.html |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BruceWong96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Call
ADD JAR ...
using SQLcursor.execute(sql)
https://spark.apache.org/docs/latest/sql-ref-syntax-aux-resource-mgmt-add-jar.html