Repository: spark
Updated Branches:
  refs/heads/branch-2.0 7d63c36e1 -> ccb53a20e


Fix reference to external metrics documentation

Author: Ben McCann <benjamin.j.mcc...@gmail.com>

Closes #12833 from benmccann/patch-1.

(cherry picked from commit 214d1be4fd4a34399b6a2adb2618784de459a48d)
Signed-off-by: Reynold Xin <r...@databricks.com>


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

Branch: refs/heads/branch-2.0
Commit: ccb53a20e4c3bff02a17542cad13a1fe36d7a7ea
Parents: 7d63c36
Author: Ben McCann <benjamin.j.mcc...@gmail.com>
Authored: Sun May 1 22:43:28 2016 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Sun May 1 22:45:21 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/ccb53a20/docs/monitoring.md
----------------------------------------------------------------------
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 9912cde..88002eb 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -341,7 +341,7 @@ keep the paths consistent in both modes.
 # Metrics
 
 Spark has a configurable metrics system based on the
-[Coda Hale Metrics Library](http://metrics.codahale.com/).
+[Dropwizard Metrics Library](http://metrics.dropwizard.io/).
 This allows users to report Spark metrics to a variety of sinks including 
HTTP, JMX, and CSV
 files. The metrics system is configured via a configuration file that Spark 
expects to be present
 at `$SPARK_HOME/conf/metrics.properties`. A custom file location can be 
specified via the


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to