aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 4b1b00720b..e9b66238bd 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -929,30 +929,6 @@ 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.externalBlockStore.blockManager</code></td>
- <td>org.apache.spark.storage.TachyonBlockManager</td>
- <td>
- Implementation of external block manager (file system) that store RDDs. The file system's URL is set by
- <code>spark.externalBlockStore.url</code>.
- </td>
-</tr>
-<tr>
- <td><code>spark.externalBlockStore.baseDir</code></td>
- <td>System.getProperty("java.io.tmpdir")</td>
- <td>
- Directories of the external block store that store RDDs. The file system's URL is set by
- <code>spark.externalBlockStore.url</code> It can also be a comma-separated list of multiple
- directories on Tachyon file system.
- </td>
-</tr>
-<tr>
- <td><code>spark.externalBlockStore.url</code></td>
- <td>tachyon://localhost:19998 for Tachyon</td>
- <td>
- The URL of the underlying external blocker file system in the external block store.
- </td>
-</tr>
</table>
#### Networking