This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 3af5d6ba10 [AMBARI-24140] HBASE SHELL : Excess Zookeeper and Hadoop
logging issue (#3835)
3af5d6ba10 is described below
commit 3af5d6ba106f35acda27179ba9c7a3577e75b222
Author: userhimanshuverma <[email protected]>
AuthorDate: Wed Oct 9 08:17:24 2024 +0530
[AMBARI-24140] HBASE SHELL : Excess Zookeeper and Hadoop logging issue
(#3835)
* Hbase shell excess logging issue
Co-authored-by: Himanshu Verma <[email protected]>
---
.../stacks/BIGTOP/3.2.0/services/HBASE/configuration/hbase-log4j.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/configuration/hbase-log4j.xml
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/configuration/hbase-log4j.xml
index 10e2237151..e386684b70 100755
---
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/configuration/hbase-log4j.xml
+++
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/configuration/hbase-log4j.xml
@@ -158,9 +158,9 @@ log4j.appender.console.layout.ConversionPattern=%d{ISO8601}
%-5p [%t] %c{2}: %m%
# Custom Logging levels
-log4j.logger.org.apache.zookeeper=INFO
+log4j.logger.org.apache.zookeeper=ERROR
#log4j.logger.org.apache.hadoop.fs.FSNamesystem=DEBUG
-log4j.logger.org.apache.hadoop.hbase=INFO
+log4j.logger.org.apache.hadoop.hbase=ERROR
# Make these two classes INFO-level. Make them DEBUG to see more zk debug.
log4j.logger.org.apache.hadoop.hbase.zookeeper.ZKUtil=INFO
log4j.logger.org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher=INFO
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]