aboutsummaryrefslogtreecommitdiff
path: root/docs/hardware-provisioning.md
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-02-21 15:27:07 -0800
committerReynold Xin <rxin@databricks.com>2016-02-21 15:27:07 -0800
commit03e62aa3f6e16a271262c786be3d1542af79d3e4 (patch)
tree8c630d8cfa316a38cb03e3645e32155d6d8c50ab /docs/hardware-provisioning.md
parent6c3832b26e119626205732b8fd03c8f5ba986896 (diff)
downloadspark-03e62aa3f6e16a271262c786be3d1542af79d3e4.tar.gz
spark-03e62aa3f6e16a271262c786be3d1542af79d3e4.tar.bz2
spark-03e62aa3f6e16a271262c786be3d1542af79d3e4.zip
[MINOR][DOCS] Fix typos in `configuration.md` and `hardware-provisioning.md`
## What changes were proposed in this pull request? This PR fixes some typos in the following documentation files. * `NOTICE`, `configuration.md`, and `hardware-provisioning.md`. ## How was the this patch tested? manual tests Author: Dongjoon Hyun <dongjoonapache.org> Author: Dongjoon Hyun <dongjoon@apache.org> Closes #11289 from dongjoon-hyun/minor_fix_typos_notice_and_confdoc.
Diffstat (limited to 'docs/hardware-provisioning.md')
-rw-r--r--docs/hardware-provisioning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware-provisioning.md b/docs/hardware-provisioning.md
index 790220500a..60ecb4f483 100644
--- a/docs/hardware-provisioning.md
+++ b/docs/hardware-provisioning.md
@@ -63,7 +63,7 @@ from the application's monitoring UI (`http://<driver-node>:4040`).
# CPU Cores
-Spark scales well to tens of CPU cores per machine because it performes minimal sharing between
+Spark scales well to tens of CPU cores per machine because it performs minimal sharing between
threads. You should likely provision at least **8-16 cores** per machine. Depending on the CPU
cost of your workload, you may also need more: once data is in memory, most applications are
either CPU- or network-bound.