Skip to content

Commit

Permalink
spark.storage.blockManagerSlaveTimeoutMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nan Zhu authored and Nan Zhu committed Sep 7, 2014
1 parent c30b853 commit c5cee24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,13 @@ Apart from these, the following properties are also available, and may be useful
mapping has high overhead for blocks close to or below the page size of the operating system.
</td>
</tr>
<tr>
<td><code>spark.storage.blockManagerSlaveTimeoutMs</code></td>
<td><code>max(<code>spark.executor.heartbeatInterval</code>, 10000) * 3, 45000)</code></td>
<td>
Communication timeout between BlockManagerMaster and BlockManagerSlave.
</td>
</tr>
<tr>
<td><code>spark.tachyonStore.url</code></td>
<td>tachyon://localhost:19998</td>
Expand Down

0 comments on commit c5cee24

Please sign in to comment.