Repository: spark
Updated Branches:
  refs/heads/master ef89b82d8 -> c80194b33


[SPARK-5155] Build fails with spark-ganglia-lgpl profile

Build fails with spark-ganglia-lgpl profile at the moment. This is because 
pom.xml for spark-ganglia-lgpl is not updated.

This PR is related to #4218, #4209 and #3812.

Author: Kousuke Saruta <[email protected]>

Closes #4303 from sarutak/fix-ganglia-pom-for-metric and squashes the following 
commits:

5cf455f [Kousuke Saruta] Fixed pom.xml for ganglia in order to use 
io.dropwizard.metrics


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

Branch: refs/heads/master
Commit: c80194b334a358bb28ea70580dc50aef47136212
Parents: ef89b82
Author: Kousuke Saruta <[email protected]>
Authored: Sun Feb 1 17:53:56 2015 -0800
Committer: Andrew Or <[email protected]>
Committed: Sun Feb 1 17:53:56 2015 -0800

----------------------------------------------------------------------
 extras/spark-ganglia-lgpl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c80194b3/extras/spark-ganglia-lgpl/pom.xml
----------------------------------------------------------------------
diff --git a/extras/spark-ganglia-lgpl/pom.xml 
b/extras/spark-ganglia-lgpl/pom.xml
index d1427f6..f2f0aa7 100644
--- a/extras/spark-ganglia-lgpl/pom.xml
+++ b/extras/spark-ganglia-lgpl/pom.xml
@@ -42,7 +42,7 @@
     </dependency>
 
     <dependency>
-      <groupId>com.codahale.metrics</groupId>
+      <groupId>io.dropwizard.metrics</groupId>
       <artifactId>metrics-ganglia</artifactId>
     </dependency>
   </dependencies>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to