Skip to content

Commit

Permalink
Modify a typo in monitoring.md
Browse files Browse the repository at this point in the history
As I mentioned in SPARK-1765, there is a word 'JXM' in monitoring.md.
I think it's typo for 'JMX'.

Author: Kousuke Saruta <[email protected]>

Closes #698 from sarutak/SPARK-1765 and squashes the following commits:

bae9843 [Kousuke Saruta] modified a typoe in monitoring.md
  • Loading branch information
sarutak authored and rxin committed May 13, 2014
1 parent 5c2275d commit 9cf9f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9cf9f18

Please sign in to comment.