aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2014-05-12 19:21:06 -0700
committerReynold Xin <rxin@apache.org>2014-05-12 19:21:06 -0700
commit9cf9f18973840f7287f7cfa5ce90efed3225bb30 (patch)
tree77e9f8c11eba2634950e41e8f7cca6dcb7050a15 /docs
parent5c2275d6e4639946fd11ff6403338c8a9ade3d1e (diff)
downloadspark-9cf9f18973840f7287f7cfa5ce90efed3225bb30.tar.gz
spark-9cf9f18973840f7287f7cfa5ce90efed3225bb30.tar.bz2
spark-9cf9f18973840f7287f7cfa5ce90efed3225bb30.zip
Modify a typo in monitoring.md
As I mentioned in SPARK-1765, there is a word 'JXM' in monitoring.md. I think it's typo for 'JMX'. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #698 from sarutak/SPARK-1765 and squashes the following commits: bae9843 [Kousuke Saruta] modified a typoe in monitoring.md
Diffstat (limited to 'docs')
-rw-r--r--docs/monitoring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 6f35fc37c4..fffc58ac39 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -156,7 +156,7 @@ Each instance can report to zero or more _sinks_. Sinks are contained in the
* `ConsoleSink`: Logs metrics information to the console.
* `CSVSink`: Exports metrics data to CSV files at regular intervals.
-* `JmxSink`: Registers metrics for viewing in a JXM console.
+* `JmxSink`: Registers metrics for viewing in a JMX console.
* `MetricsServlet`: Adds a servlet within the existing Spark UI to serve metrics data as JSON data.
* `GraphiteSink`: Sends metrics to a Graphite node.