Skip to content

Commit

Permalink
Remove documentation for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jul 17, 2015
1 parent b2aa490 commit ffa8c9b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1050,15 +1050,6 @@ Apart from these, the following properties are also available, and may be useful
infinite (all available cores) on Mesos.
</td>
</tr>
<tr>
<td><code>spark.localExecution.enabled</code></td>
<td>false</td>
<td>
Enables Spark to run certain jobs, such as first() or take() on the driver, without sending
tasks to the cluster. This can make certain jobs execute very quickly, but may require
shipping a whole partition of data to the driver.
</td>
</tr>
<tr>
<td><code>spark.locality.wait</code></td>
<td>3s</td>
Expand Down

0 comments on commit ffa8c9b

Please sign in to comment.