aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorCarl Anders Düvel <c.a.duevel@gmail.com>2015-07-19 09:14:55 +0100
committerSean Owen <sowen@cloudera.com>2015-07-19 09:14:55 +0100
commit344d1567e5ac28b3ab8f83f18d2fa9d98acef152 (patch)
treedd87d322b9e4733ccf40d2bec6c1926724dc0292 /pom.xml
parent9b644c41306cac53185ce0d2de4cb72127ada932 (diff)
downloadspark-344d1567e5ac28b3ab8f83f18d2fa9d98acef152.tar.gz
spark-344d1567e5ac28b3ab8f83f18d2fa9d98acef152.tar.bz2
spark-344d1567e5ac28b3ab8f83f18d2fa9d98acef152.zip
[SPARK-9094] [PARENT] Increased io.dropwizard.metrics from 3.1.0 to 3.1.2
We are running Spark 1.4.0 in production and ran into problems because after a network hiccup (which happens often in our current environment) no more metrics were reported to graphite leaving us blindfolded about the current state of our spark applications. [This problem](https://github.com/dropwizard/metrics/commit/70559816f1fc3a0a0122b5263d5478ff07396991) was fixed in the current version of the metrics library. We run spark with this change in production now and have seen no problems. We also had a look at the commit history since 3.1.0 and did not detect any potentially incompatible changes but many fixes which could potentially help other users as well. Author: Carl Anders Düvel <c.a.duevel@gmail.com> Closes #7493 from hackbert/bump-metrics-lib-version and squashes the following commits: 6677565 [Carl Anders Düvel] [SPARK-9094] [PARENT] Increased io.dropwizard.metrics from 3.1.0 to 3.1.2 in order to get this fix https://github.com/dropwizard/metrics/commit/70559816f1fc3a0a0122b5263d5478ff07396991
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c5c655834b..2de0c35fbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
<chill.version>0.5.0</chill.version>
<ivy.version>2.4.0</ivy.version>
<oro.version>2.0.8</oro.version>
- <codahale.metrics.version>3.1.0</codahale.metrics.version>
+ <codahale.metrics.version>3.1.2</codahale.metrics.version>
<avro.version>1.7.7</avro.version>
<avro.mapred.classifier>hadoop2</avro.mapred.classifier>
<jets3t.version>0.7.1</jets3t.version>