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

    https://github.com/apache/spark/pull/389#discussion_r11568224
  
    --- Diff: docs/configuration.md ---
    @@ -96,7 +96,13 @@ Apart from these, the following properties are also 
available, and may be useful
     <tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
     <tr>
       <td>spark.default.parallelism</td>
    -  <td>8</td>
    +  <td>
    +    <ul>
    +      <li>Mesos fine grained mode: 8
    +      <li>Local mode: core number of the local machine
    +      <li>Others: total core number of all executor nodes or 2, whichever 
is larger
    --- End diff --
    
    Actually to have valid HTML, add `</li>` at the end of these.


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