You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kh...@apache.org on 2016/08/05 22:27:19 UTC

hive git commit: HIVE-14394 : Reduce excessive INFO level logging (Sushanth Sowmyan, reviewed by Thejas Nair, Josh Elser)

Repository: hive
Updated Branches:
  refs/heads/master 2024bb515 -> b5eac964b


HIVE-14394 : Reduce excessive INFO level logging (Sushanth Sowmyan, reviewed by Thejas Nair, Josh Elser)


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

Branch: refs/heads/master
Commit: b5eac964be210c1ed773deaa874ca0d193e7c9d6
Parents: 2024bb5
Author: Sushanth Sowmyan <kh...@gmail.com>
Authored: Fri Aug 5 15:26:39 2016 -0700
Committer: Sushanth Sowmyan <kh...@gmail.com>
Committed: Fri Aug 5 15:26:39 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/b5eac964/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0217ede..542df02 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.0</dropwizard-metrics-hadoop-metrics2-reporter.version>
+    <dropwizard-metrics-hadoop-metrics2-reporter.version>0.1.1</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>