Skip to content

Commit b3830b2

Browse files
ash211andrewor14
authored andcommitted
Docs: move HA subsections to a deeper indentation level
Makes the table of contents read better Author: Andrew Ash <[email protected]> Closes #2402 from ash211/docs/better-indentation and squashes the following commits: ea0e130 [Andrew Ash] Move HA subsections to a deeper indentation level
1 parent 5044e49 commit b3830b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spark-standalone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ tight firewall settings. For a complete list of ports to configure, see the
307307

308308
By default, standalone scheduling clusters are resilient to Worker failures (insofar as Spark itself is resilient to losing work by moving it to other workers). However, the scheduler uses a Master to make scheduling decisions, and this (by default) creates a single point of failure: if the Master crashes, no new applications can be created. In order to circumvent this, we have two high availability schemes, detailed below.
309309

310-
# Standby Masters with ZooKeeper
310+
## Standby Masters with ZooKeeper
311311

312312
**Overview**
313313

@@ -347,7 +347,7 @@ There's an important distinction to be made between "registering with a Master"
347347

348348
Due to this property, new Masters can be created at any time, and the only thing you need to worry about is that _new_ applications and Workers can find it to register with in case it becomes the leader. Once registered, you're taken care of.
349349

350-
# Single-Node Recovery with Local File System
350+
## Single-Node Recovery with Local File System
351351

352352
**Overview**
353353

0 commit comments

Comments
 (0)