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

    https://github.com/apache/spark/pull/18711#discussion_r128945012
  
    --- Diff: docs/configuration.md ---
    @@ -1106,7 +1106,7 @@ Apart from these, the following properties are also 
available, and may be useful
         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.
    +    each worker usually.
    --- End diff --
    
    ```
        In standalone and Mesos coarse-grained modes, setting this
        parameter allows an application to launch multiple executors on the
        same worker in one schedule iteration, provided that there are enough
        cores on that worker. Otherwise, only one executor per application
        will be scheduled on each worker during one schedule iteration.
    ```


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