You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/25 16:28:31 UTC

[GitHub] [incubator-kyuubi] cxzl25 commented on issue #1546: [FEATURE] support spark --jar submit option?

cxzl25 commented on issue #1546:
URL: https://github.com/apache/incubator-kyuubi/issues/1546#issuecomment-1079194229


   Because the connection string is supported to set spark parameters, you can use `--conf spark.jars=xxx` to submit custom jars, which has the same effect as --jars, or use the SQL of ADD JAR xxx.
   Note that the classloaders of the two are different.
   
   ```bash
   beeline -u "jdbc:hive2://XXXX;#spark.jars=XXX;"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org