Github user sryza commented on a diff in the pull request: https://github.com/apache/spark/pull/119#discussion_r10506306 --- Diff: docs/configuration.md --- @@ -393,6 +394,16 @@ Apart from these, the following properties are also available, and may be useful </td> </tr> <tr> + <td>spark.driver.loadAddedJars</td> + <td>false</td> + <td> + If true, the SparkContext uses a class loader to make jars added via `addJar` available to --- End diff -- Could the second sentence be simplified to "The default behavior is that jars added via addJar must already be on the classpath."?
--- 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. ---