Github user cenyuhai commented on the issue:

    https://github.com/apache/spark/pull/17362
  
    @gatorsmile hi,spark just suport HIVE UDF which resources is in the local 
disk, or spark-sql --jars xxx.jar or something else. But I think spark don't 
support the hive permanent function which resources are in hdfs.
    CREATE FUNCTION hdfs_udf AS 'xxx.udf' USING JAR 
'hdfs://<defaultFS>/user/udf/<hive-udf>.jar';
    My pr just download the hdfs resources and add to the classpath.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to