You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by gu...@apache.org on 2022/09/06 09:07:35 UTC

[bigtop] branch master updated: BIGTOP-3791: Replace log4j with log4j2 for Hive package (#992)

This is an automated email from the ASF dual-hosted git repository.

guyuqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new cf27c39e BIGTOP-3791: Replace log4j with log4j2 for Hive package (#992)
cf27c39e is described below

commit cf27c39ec76d7ed17711676e1f832fadcbf18c09
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Tue Sep 6 17:07:29 2022 +0800

    BIGTOP-3791: Replace log4j with log4j2 for Hive package (#992)
---
 bigtop-packages/src/common/hive/install_hive.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/hive/install_hive.sh b/bigtop-packages/src/common/hive/install_hive.sh
index a3b84a63..8d54180c 100755
--- a/bigtop-packages/src/common/hive/install_hive.sh
+++ b/bigtop-packages/src/common/hive/install_hive.sh
@@ -159,7 +159,7 @@ done
 # Config
 install -d -m 0755 ${PREFIX}${CONF_DIST_DIR}
 (cd ${BUILD_DIR}/conf && tar -cf - .)|(cd ${PREFIX}${CONF_DIST_DIR} && tar -xf -)
-for template in hive-exec-log4j.properties hive-log4j.properties
+for template in hive-exec-log4j2.properties hive-log4j2.properties
 do
   mv ${PREFIX}${CONF_DIST_DIR}/${template}.template ${PREFIX}${CONF_DIST_DIR}/${template}
 done