aboutsummaryrefslogtreecommitdiff
path: root/docs/tuning.md
diff options
context:
space:
mode:
authorAaron Davidson <aaron@databricks.com>2013-10-08 14:18:31 -0700
committerAaron Davidson <aaron@databricks.com>2013-10-08 14:18:31 -0700
commit4ea8ee468fb1f50fce56853a5127a89efc45b706 (patch)
tree83a40f1f28b43121b7359e5dcdd00ce04daa7b79 /docs/tuning.md
parent749233b869da188920d8d72af7b82e586993d17c (diff)
downloadspark-4ea8ee468fb1f50fce56853a5127a89efc45b706.tar.gz
spark-4ea8ee468fb1f50fce56853a5127a89efc45b706.tar.bz2
spark-4ea8ee468fb1f50fce56853a5127a89efc45b706.zip
Add docs for standalone scheduler fault tolerance
Also fix a couple HTML/Markdown issues in other files.
Diffstat (limited to 'docs/tuning.md')
-rw-r--r--docs/tuning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tuning.md b/docs/tuning.md
index 28d88a2659..f491ae9b95 100644
--- a/docs/tuning.md
+++ b/docs/tuning.md
@@ -175,7 +175,7 @@ To further tune garbage collection, we first need to understand some basic infor
* Java Heap space is divided in to two regions Young and Old. The Young generation is meant to hold short-lived objects
while the Old generation is intended for objects with longer lifetimes.
-* The Young generation is further divided into three regions [Eden, Survivor1, Survivor2].
+* The Young generation is further divided into three regions \[Eden, Survivor1, Survivor2\].
* A simplified description of the garbage collection procedure: When Eden is full, a minor GC is run on Eden and objects
that are alive from Eden and Survivor1 are copied to Survivor2. The Survivor regions are swapped. If an object is old