Skip to content
Snippets Groups Projects
Commit 576528f0 authored by jerryshao's avatar jerryshao
Browse files

Add dependency of Codahale's metrics library

parent 7fb574bf
No related branches found
No related tags found
No related merge requests found
......@@ -180,6 +180,8 @@ object SparkBuild extends Build {
"org.apache.mesos" % "mesos" % "0.9.0-incubating",
"io.netty" % "netty-all" % "4.0.0.Beta2",
"org.apache.derby" % "derby" % "10.4.2.0" % "test"
"com.codahale.metrics" % "metrics-core" % "3.0.0",
"com.codahale.metrics" % "metrics-jvm" % "3.0.0"
) ++ (
if (HADOOP_MAJOR_VERSION == "2") {
if (HADOOP_YARN) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment