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

    https://github.com/apache/spark/pull/731#discussion_r25113277
  
    --- Diff: docs/configuration.md ---
    @@ -1207,6 +1207,25 @@ Apart from these, the following properties are also 
available, and may be useful
     <tr>
       <td><code>spark.ui.view.acls</code></td>
       <td>Empty</td>
    +</tr>
    +<tr>
    +  <td>spark.executor.multiPerWorker</td>
    +  <td>false</td>
    +  <td>
    +    enable user to run multiple executors in the same worker.
    +  </td>
    +</tr>
    +<tr>
    +  <td>spark.executor.maxCoreNumPerExecutor</td>
    +  <td>1</td>
    +  <td>
    +    set the max number of cores assigned to each executor; this property 
is only valid when
    +    <code>spark.executor.multiPerWorker</code> is set to true.
    +  </td>
    +</tr>
    +<tr>
    +  <td>spark.executor.extraClassPath</td>
    --- End diff --
    
    wait, what is this doing here? The description doesn't match this config. 
Did you add this by mistake?


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

Reply via email to