You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/09/10 21:40:53 UTC

[39/50] git commit: Add metrics-ganglia to core pom file

Add metrics-ganglia to core pom file


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

Branch: refs/heads/branch-0.8
Commit: 2186d93285f34308410fdf2129d2268b98494421
Parents: 0456384
Author: Y.CORP.YAHOO.COM\tgraves <tg...@thatenemy-lm.champ.corp.yahoo.com>
Authored: Mon Sep 9 12:37:33 2013 -0500
Committer: Y.CORP.YAHOO.COM\tgraves <tg...@thatenemy-lm.champ.corp.yahoo.com>
Committed: Mon Sep 9 12:37:33 2013 -0500

----------------------------------------------------------------------
 core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/2186d932/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 5738b74..b5c5194 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -147,6 +147,10 @@
       <artifactId>metrics-json</artifactId>
     </dependency>
     <dependency>
+      <groupId>com.codahale.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
       <scope>test</scope>