Skip to content

Commit c02f650

Browse files
RANGER-5269 : Update UI hint for Ranger service definition for HA enabled HDFS (#630)
1 parent 6c3b1e4 commit c02f650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"mandatory": true,
8787
"validationRegEx":"",
8888
"validationMessage": "",
89-
"uiHint":"{\"TextFieldWithIcon\":true, \"info\": \"1.For one Namenode Url, eg.<br>hdfs://&lt;host&gt;:&lt;port&gt;<br>2.For HA Namenode Urls(use , delimiter), eg.<br>hdfs://&lt;host&gt;:&lt;port&gt;,hdfs://&lt;host2&gt;:&lt;port2&gt;<br>\"}",
89+
"uiHint":"{\"TextFieldWithIcon\":true, \"info\": \"1. For a single NameNode URL, use:<br>hdfs://&lt;host&gt;:&lt;port&gt;<br><br>2. For HDFS High Availability (HA) setup, use the nameservice-based URL:<br>hdfs://&lt;nameservice&gt;<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-site.xml</em>.\"}",
9090
"label": "Namenode URL"
9191
},
9292

0 commit comments

Comments
 (0)