You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2018/09/24 13:31:15 UTC

[2/3] ranger git commit: RANGER-2212: Add multiple urls tips for the ‘Kylin URL’ configuration item when creating the kylin-plugin service

RANGER-2212: Add multiple urls tips for the ‘Kylin URL’ configuration item when creating the kylin-plugin service

Signed-off-by: peng.jianhua <pe...@zte.com.cn>


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/ffeaac6a
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/ffeaac6a
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/ffeaac6a

Branch: refs/heads/ranger-1.1
Commit: ffeaac6a9ab1c3f2c7c7e4c52eaddf54af360953
Parents: 68d2a54
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Mon Sep 10 15:41:29 2018 +0800
Committer: Mehul Parikh <me...@apache.org>
Committed: Mon Sep 24 18:58:52 2018 +0530

----------------------------------------------------------------------
 .../src/main/resources/service-defs/ranger-servicedef-kylin.json   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/ffeaac6a/agents-common/src/main/resources/service-defs/ranger-servicedef-kylin.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-kylin.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-kylin.json
index cda3526..3e0f0a3 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-kylin.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-kylin.json
@@ -86,7 +86,7 @@
 			"defaultValue": "",
 			"validationRegEx":"",
 			"validationMessage": "",
-			"uiHint":"{\"TextFieldWithIcon\":true, \"info\": \"eg. 'http://&lt;ipaddr&gt;:7070'\"}",
+			"uiHint":"{\"TextFieldWithIcon\":true, \"info\": \"1.For one url, eg.<br>'http://&lt;ipaddr&gt;:7070'<br>2.For multiple urls (use , or ; delimiter), eg.<br>'http://&lt;ipaddr1&gt;:7070,http://&lt;ipaddr2&gt;:7070'\"}",
 			"label": "Kylin URL"
 		}