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

    https://github.com/apache/spark/pull/731#discussion_r27933391
  
    --- Diff: docs/configuration.md ---
    @@ -714,6 +714,15 @@ Apart from these, the following properties are also 
available, and may be useful
       </td>
     </tr>
     <tr>
    +  <td><code>spark.deploy.maxCoresPerExecutor</code></td>
    --- End diff --
    
    This will be `spark.executor.cores` instead (which is currently not already 
documented). The description would be something like:
    """
    Default: 2 in YARN mode, all the available cores on the worker in 
standalone mode.
    
    The number of cores to use on each executor. For YARN and standalone mode 
only.
    
    In standalone mode, setting this parameter allows an application to run 
multiple executors on the same worker, provided that there are enough cores on 
that worker. Otherwise, only one executor per application will run on each 
worker.
    """


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