Github user mateiz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/119#discussion_r10532017
  
    --- Diff: docs/configuration.md ---
    @@ -393,6 +393,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 
    +    the SparkContext. The default behavior is that jars added via `addJar` 
must already be on
    +    the classpath. Jar contents will be visible to the thread that created 
the SparkContext
    --- End diff --
    
    Maybe add ", but this flag is useful in situations where code is added 
dynamically, such as a job server"


---
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.
---

Reply via email to