Github user bosaidong commented on a diff in the pull request:
https://github.com/apache/spark/pull/9569#discussion_r59538130
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/ClientWrapper.scala ---
@@ -548,7 +547,15 @@ private[hive] class ClientWrapper(
}
def addJar(path: String): Unit = {
- clientLoader.addJar(path)
+ val uri = new Path(path).toUri
--- End diff --
æå¨1.6.1 çæ¬ä¸æµè¯äºä¸ä¸è¿æ¬¡çä¿®æ¹ï¼åç°add jar
çæ¹å¼çç¡®æ¯å¯ä»¥éè¿çã
使¯ 妿æç
§ CREATE FUNCTION xxx AS 'org.hue.udf.MyUpper' USING JAR
'hdfs://xxx/myudfs.jar';
çæ¹å¼ï¼ çlogæ¯ç°å®äºå è½½äº ï¼ jarã 使¯å®é
è¿è¡æ¶ä¼æ¥ï¼ class not found ã
请é®è¿ä¸ªbug ææè·¯ä¹ï¼
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]