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 f92219341b AMBARI-26136 : Remove input.config-hdfs.json.j2 from
DFSRouter script (#3830)
f92219341b is described below
commit f92219341bc76d89db81c4e238c362f680287b00
Author: Ananya Singh <[email protected]>
AuthorDate: Wed Sep 18 07:08:43 2024 +0530
AMBARI-26136 : Remove input.config-hdfs.json.j2 from DFSRouter script
(#3830)
---
.../stacks/BIGTOP/3.2.0/services/HDFS/package/scripts/hdfs_router.py | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/package/scripts/hdfs_router.py
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/package/scripts/hdfs_router.py
index a4064925a2..0d0fbac0d2 100644
---
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/package/scripts/hdfs_router.py
+++
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/package/scripts/hdfs_router.py
@@ -29,7 +29,6 @@ from
resource_management.libraries.functions.check_process_status import check_p
from resource_management.libraries.resources.execute_hadoop import
ExecuteHadoop
from resource_management.libraries.functions import Direction, upgrade_summary
from resource_management.libraries.functions.namenode_ha_utils import
get_name_service_by_hostname
-from resource_management.libraries.functions.generate_logfeeder_input_config
import generate_logfeeder_input_config
from ambari_commons import OSCheck, OSConst
from ambari_commons.os_family_impl import OsFamilyImpl, OsFamilyFuncImpl
from utils import get_dfsrouteradmin_base_command
@@ -56,8 +55,6 @@ def router(action=None, hdfs_binary=None, env=None):
if action == "configure":
import params
- generate_logfeeder_input_config('hdfs',
Template("input.config-hdfs.json.j2", extra_imports=[default]))
- # set up failover / secure zookeper ACLs, this feature is supported from
VDP 2.6 ownwards
set_up_zkfc_security(params)
elif action == "start":
import params
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]