Repository: hive Updated Branches: refs/heads/master f1d355372 -> fc15086bd
HIVE-14428 : HadoopMetrics2Reporter leaks memory if the metrics sink is not configured correctly (Thejas Nair reviewed by Siddharth Seth) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/fc15086b Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/fc15086b Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/fc15086b Branch: refs/heads/master Commit: fc15086bdb36305e72c3f3ff5d4aed99533b358b Parents: f1d3553 Author: Thejas Nair <[email protected]> Authored: Tue Aug 9 18:43:13 2016 -0700 Committer: Thejas Nair <[email protected]> Committed: Tue Aug 9 18:43:42 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/fc15086b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 542df02..1365f91 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ <commons-dbcp.version>1.4</commons-dbcp.version> <derby.version>10.10.2.0</derby.version> <dropwizard.version>3.1.0</dropwizard.version> - <dropwizard-metrics-hadoop-metrics2-reporter.version>0.1.1</dropwizard-metrics-hadoop-metrics2-reporter.version> + <dropwizard-metrics-hadoop-metrics2-reporter.version>0.1.2</dropwizard-metrics-hadoop-metrics2-reporter.version> <guava.version>14.0.1</guava.version> <groovy.version>2.4.4</groovy.version> <hadoop.version>2.6.1</hadoop.version>
