summaryrefslogtreecommitdiff
path: root/faq.md
diff options
context:
space:
mode:
Diffstat (limited to 'faq.md')
-rw-r--r--faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/faq.md b/faq.md
index 14c74cb50..ed4922a7a 100644
--- a/faq.md
+++ b/faq.md
@@ -21,7 +21,7 @@ Spark is a fast and general processing engine compatible with Hadoop data. It ca
</p>
<p class="question">How large a cluster can Spark scale to?</p>
-<p class="answer">Many organizations run Spark on clusters with thousands of nodes.</p>
+<p class="answer">Many organizations run Spark on clusters with thousands of nodes. The largest cluster we know has over 8000 nodes.</p>
<p class="question">What happens if my dataset does not fit in memory?</p>
<p class="answer">Often each partition of data is small and does fit in memory, and these partitions are processed a few at a time. For very large partitions that do not fit in memory, Spark's built-in operators perform external operations on datasets.</p>