GitHub user yhuai opened a pull request: https://github.com/apache/spark/pull/9171
[SPARK-11194] [SQL] [BRANCH-1.5] [WIP] Use MutableURLClassLoader for the classLoader in IsolatedClientLoader. This PR is a test fix for SPARK-11194 in branch 1.5. However, since it fundamentally changes the way that we do add jar in branch 1.5, we will not merge it into 1.5 branch. You can merge this pull request into a Git repository by running: $ git pull https://github.com/yhuai/spark SPARK-11194-1.5 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/9171.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #9171 ---- commit c06d9ace1f4701f89e249c6e794951bbb8a08bf3 Author: Yin Huai <yh...@databricks.com> Date: 2015-10-19T22:09:07Z Use a MutableURLClassLoader to store user-added jars. ---- --- 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