Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
MetadataCleaner - fine control cleanup documentation, rectifying the …
…indentation
  • Loading branch information
purav-aggarwal committed Mar 6, 2014
commit 58eab7dc4d48ce37227775318f0835c60c1567a0
10 changes: 5 additions & 5 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
<td>spark.scheduler.revive.interval</td>
<td>1000</td>
<td>
The interval length for the scheduler to revive the worker resource offers to run tasks. (in milliseconds)
</td>
<td>spark.scheduler.revive.interval</td>
<td>1000</td>
<td>
The interval length for the scheduler to revive the worker resource offers to run tasks. (in milliseconds)
</td>
</tr>
<tr>
<td>spark.reducer.maxMbInFlight</td>
Expand Down