Github user wangyum commented on the issue:
https://github.com/apache/spark/pull/17558
`SparkContext` support `add jar`, but doesn't support `uninstall jar`.
Imagine that I have a spark-sql or
[spark-thriftserver](https://github.com/apache/spark/tree/v2.1.0/sql/hive-thriftserver)
and I need upgrade UDF from `spark-udfs-v1.0.0.jar` to
`spark-udfs-v1.1.0.jar`, I must restart thriftserver to make sure use
`spark-udfs-v1.1.0.jar`.
I can manual delete `spark-udfs-v1.0.0.jar` to make it lose efficacy with
this PR and don' t need restart thriftserver.
---
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]