aboutsummaryrefslogtreecommitdiff
path: root/docs/monitoring.md
diff options
context:
space:
mode:
authorWeiqing Yang <yangweiqing001@gmail.com>2016-11-16 10:34:56 +0000
committerSean Owen <sowen@cloudera.com>2016-11-16 10:34:56 +0000
commit241e04bc03efb1379622c0c84299e617512973ac (patch)
tree3781c2caa6d6511cda02d1136ff8d3524fbfc24c /docs/monitoring.md
parente6145772eda8d6d3727605e80a7c2f182c801003 (diff)
downloadspark-241e04bc03efb1379622c0c84299e617512973ac.tar.gz
spark-241e04bc03efb1379622c0c84299e617512973ac.tar.bz2
spark-241e04bc03efb1379622c0c84299e617512973ac.zip
[MINOR][DOC] Fix typos in the 'configuration', 'monitoring' and 'sql-programming-guide' documentation
## What changes were proposed in this pull request? Fix typos in the 'configuration', 'monitoring' and 'sql-programming-guide' documentation. ## How was this patch tested? Manually. Author: Weiqing Yang <yangweiqing001@gmail.com> Closes #15886 from weiqingy/fixTypo.
Diffstat (limited to 'docs/monitoring.md')
-rw-r--r--docs/monitoring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 5bc5e18c4d..2eef4568d0 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -41,7 +41,7 @@ directory must be supplied in the `spark.history.fs.logDirectory` configuration
and should contain sub-directories that each represents an application's event logs.
The spark jobs themselves must be configured to log events, and to log them to the same shared,
-writeable directory. For example, if the server was configured with a log directory of
+writable directory. For example, if the server was configured with a log directory of
`hdfs://namenode/shared/spark-logs`, then the client-side options would be:
```