Github user zuotingbing commented on the issue:

    https://github.com/apache/spark/pull/20864
  
    `add jar 'hdfs:///xxx.jar'` 
    or create UDF will download jars to the resource dir:
    `CREATE FUNCTION xxx AS 'xxx' USING JAR 'hdfs:///xxx.jar'
    SELECT xxx()`


---

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

Reply via email to