Repository: hive Updated Branches: refs/heads/branch-2.1 6b27b6a64 -> bc19ac1b2
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/bc19ac1b Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/bc19ac1b Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/bc19ac1b Branch: refs/heads/branch-2.1 Commit: bc19ac1b22709d0c486766a6a216ffb1f890f5f8 Parents: 6b27b6a 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:13 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/bc19ac1b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9c146ff..a4453ff 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.0</hadoop.version>
