summaryrefslogtreecommitdiff
path: root/site/faq.html
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-11-19 12:35:02 +0000
committerSean Owen <sowen@cloudera.com>2016-11-21 20:57:42 +0000
commit0744e8fdd9f954a6552c968be50604241097dbbc (patch)
treeea786a184d7cf73b5091e81d2d17790cd160cc0a /site/faq.html
parent46fb91025482150f7e8eba20606211d9c016009f (diff)
downloadspark-website-asf-site.tar.gz
spark-website-asf-site.tar.bz2
spark-website-asf-site.zip
Port wiki page Committers to committers.html, Contributing to Spark and Code Style Guide to contributing.html, Third Party Projects and Additional Language Bindings to third-party-projects.html, Powered By to powered-by.htmlHEADasf-site
Diffstat (limited to 'site/faq.html')
-rw-r--r--site/faq.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/site/faq.html b/site/faq.html
index c7650a1c4..49ec5e3cd 100644
--- a/site/faq.html
+++ b/site/faq.html
@@ -98,7 +98,7 @@
<li><a href="/mllib/">MLlib (machine learning)</a></li>
<li><a href="/graphx/">GraphX (graph)</a></li>
<li class="divider"></li>
- <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Third+Party+Projects">Third-Party Packages</a></li>
+ <li><a href="/third-party-projects.html">Third-Party Projects</a></li>
</ul>
</li>
<li class="dropdown">
@@ -116,12 +116,13 @@
Community <b class="caret"></b>
</a>
<ul class="dropdown-menu">
- <li><a href="/community.html">Mailing Lists</a></li>
+ <li><a href="/community.html#mailing-lists">Mailing Lists</a></li>
+ <li><a href="/contributing.html">Contributing to Spark</a></li>
+ <li><a href="https://issues.apache.org/jira/browse/SPARK">Issue Tracker</a></li>
<li><a href="/community.html#events">Events and Meetups</a></li>
<li><a href="/community.html#history">Project History</a></li>
- <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">Powered By</a></li>
- <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Committers">Project Committers</a></li>
- <li><a href="https://issues.apache.org/jira/browse/SPARK">Issue Tracker</a></li>
+ <li><a href="/powered-by.html">Powered By</a></li>
+ <li><a href="/committers.html">Project Committers</a></li>
</ul>
</li>
<li><a href="/faq.html">FAQ</a></li>
@@ -178,7 +179,7 @@
<li><a href="/mllib/">MLlib (machine learning)</a></li>
<li><a href="/graphx/">GraphX (graph)</a></li>
</ul>
- <a href="https://cwiki.apache.org/confluence/display/SPARK/Third+Party+Projects">Third-Party Packages</a>
+ <a href="/third-party-projects.html">Third-Party Projects</a>
</div>
</div>
@@ -192,7 +193,7 @@ Spark is a fast and general processing engine compatible with Hadoop data. It ca
<p class="question">Who is using Spark in production?</p>
-<p class="answer">As of 2016, surveys show that more than 1000 organizations are using Spark in production. Some of them are listed on the <a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">Powered By page</a> and at the <a href="http://spark-summit.org">Spark Summit</a>.</p>
+<p class="answer">As of 2016, surveys show that more than 1000 organizations are using Spark in production. Some of them are listed on the <a href="/powered-by.html">Powered By page</a> and at the <a href="http://spark-summit.org">Spark Summit</a>.</p>
<p class="question">How large a cluster can Spark scale to?</p>
<p class="answer">Many organizations run Spark on clusters of thousands of nodes. The largest cluster we are know has 8000. In terms of data size, Spark has been shown to work well up to petabytes. It has been used to sort 100 TB of data 3X faster than Hadoop MapReduce on 1/10th of the machines, <a href="http://databricks.com/blog/2014/11/05/spark-officially-sets-a-new-record-in-large-scale-sorting.html">winning the 2014 Daytona GraySort Benchmark</a>, as well as to <a href="https://databricks.com/blog/2014/10/10/spark-petabyte-sort.html">sort 1 PB</a>. Several production workloads <a href="http://databricks.com/blog/2014/08/14/mining-graph-data-with-spark-at-alibaba-taobao.html">use Spark to do ETL and data analysis on PBs of data</a>.</p>
@@ -243,7 +244,7 @@ Please also refer to our
<p class="question">How can I contribute to Spark?</p>
-<p class="answer">See the <a href="https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark">Contributing to Spark wiki</a> for more information.</p>
+<p class="answer">See the <a href="/contributing.html">Contributing to Spark wiki</a> for more information.</p>
<p class="question">Where can I get more help?</p>