You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/12/06 01:36:33 UTC

svn commit: r1643477 - /spark/site/faq.html

Author: rxin
Date: Sat Dec  6 00:36:33 2014
New Revision: 1643477

URL: http://svn.apache.org/r1643477
Log:
Updated FAQ html page

Modified:
    spark/site/faq.html

Modified: spark/site/faq.html
URL: http://svn.apache.org/viewvc/spark/site/faq.html?rev=1643477&r1=1643476&r2=1643477&view=diff
==============================================================================
--- spark/site/faq.html (original)
+++ spark/site/faq.html Sat Dec  6 00:36:33 2014
@@ -178,7 +178,7 @@ Spark is a fast and general processing e
 </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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org