From 0c7644bbab0d91e5cdb6e5a810dd22346118b750 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Sat, 6 Dec 2014 00:36:33 +0000 Subject: Updated FAQ html page --- site/faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/faq.html b/site/faq.html index ba32b0965..845aa5990 100644 --- a/site/faq.html +++ b/site/faq.html @@ -178,7 +178,7 @@ Spark is a fast and general processing engine compatible with Hadoop data. It ca

How large a cluster can Spark scale to?

-

Many organizations run Spark on clusters with thousands of nodes.

+

Many organizations run Spark on clusters with thousands of nodes. The largest cluster we know has over 8000 nodes.

What happens if my dataset does not fit in memory?

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.

-- cgit v1.2.3