You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/08/18 00:01:12 UTC

[42/50] [abbrv] hive git commit: HIVE-11571: Fix Hive PTest2 logging configuration (Gopal V reviewed by Sergey Shelukhin)

HIVE-11571: Fix Hive PTest2 logging configuration (Gopal V reviewed by Sergey Shelukhin)


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

Branch: refs/heads/hbase-metastore
Commit: 3071ce96b6b8635f668d0698c18a727bea1b1de1
Parents: fe1efe5
Author: Prasanth Jayachandran <j....@gmail.com>
Authored: Fri Aug 14 15:40:48 2015 -0700
Committer: Prasanth Jayachandran <j....@gmail.com>
Committed: Fri Aug 14 15:40:48 2015 -0700

----------------------------------------------------------------------
 testutils/ptest2/src/main/resources/log4j2.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/3071ce96/testutils/ptest2/src/main/resources/log4j2.xml
----------------------------------------------------------------------
diff --git a/testutils/ptest2/src/main/resources/log4j2.xml b/testutils/ptest2/src/main/resources/log4j2.xml
index 6502ad1..42141b7 100644
--- a/testutils/ptest2/src/main/resources/log4j2.xml
+++ b/testutils/ptest2/src/main/resources/log4j2.xml
@@ -75,5 +75,6 @@
     <Logger name="org.apache.zookeeper.ClientCnxnSocketNIO" level="WARN">
       <AppenderRef ref="${sys:hive.ptest.root.logger}"/>
     </Logger>
+  </Loggers>
 
 </Configuration>