This is an automated email from the ASF dual-hosted git repository.
dhavalrajpara pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new c02f65071 RANGER-5269 : Update UI hint for Ranger service definition
for HA enabled HDFS (#630)
c02f65071 is described below
commit c02f650714328d1115b71c65dec4eeaa78b1da33
Author: Dhaval Rajpara <[email protected]>
AuthorDate: Wed Sep 3 11:14:29 2025 +0530
RANGER-5269 : Update UI hint for Ranger service definition for HA enabled
HDFS (#630)
---
.../src/main/resources/service-defs/ranger-servicedef-hdfs.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json
b/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json
index 8ed321649..91dd7a03b 100755
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json
@@ -86,7 +86,7 @@
"mandatory": true,
"validationRegEx":"",
"validationMessage": "",
- "uiHint":"{\"TextFieldWithIcon\":true, \"info\":
\"1.For one Namenode Url, eg.<br>hdfs://<host>:<port><br>2.For HA
Namenode Urls(use , delimiter),
eg.<br>hdfs://<host>:<port>,hdfs://<host2>:<port2><br>\"}",
+ "uiHint":"{\"TextFieldWithIcon\":true, \"info\": \"1.
For a single NameNode URL, use:<br>hdfs://<host>:<port><br><br>2.
For HDFS High Availability (HA) setup, use the nameservice-based
URL:<br>hdfs://<nameservice><br><br>Note: Do not provide multiple
NameNode URLs separated by commas. Instead, use the nameservice configured for
your HDFS cluster.<br><br>You can confirm the correct value from the Hadoop
configuration property <strong>fs.defaultFS</strong> in <em>core- [...]
"label": "Namenode URL"
},