You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/05/13 04:21:09 UTC

git commit: Modify a typo in monitoring.md

Repository: spark
Updated Branches:
  refs/heads/master 5c2275d6e -> 9cf9f1897


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 <sa...@oss.nttdata.co.jp>

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

bae9843 [Kousuke Saruta] modified a typoe in monitoring.md


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9cf9f189
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9cf9f189
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9cf9f189

Branch: refs/heads/master
Commit: 9cf9f18973840f7287f7cfa5ce90efed3225bb30
Parents: 5c2275d
Author: Kousuke Saruta <sa...@oss.nttdata.co.jp>
Authored: Mon May 12 19:21:06 2014 -0700
Committer: Reynold Xin <rx...@apache.org>
Committed: Mon May 12 19:21:06 2014 -0700

----------------------------------------------------------------------
 docs/monitoring.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/9cf9f189/docs/monitoring.md
----------------------------------------------------------------------
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 6f35fc3..fffc58a 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.