Skip to content

Commit 38a9f1c

Browse files
committed
[improvement] modify 1.2.1 dml sql
1 parent 8cbd25a commit 38a9f1c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DELETE FROM `t_ddh_cluster_service_dashboard` where `id` in (11, 13);
1+
DELETE FROM `t_ddh_cluster_service_dashboard` where `id` in (11, 15);

datasophon-api/src/main/resources/meta/DDP-1.2.1/HDFS/service_ddl.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,39 @@
361361
"hidden": false,
362362
"defaultValue": "*"
363363
},
364+
{
365+
"name": "hadoop.proxyuser.kyuubi.hosts",
366+
"label": "允许通过代理访问的主机节点",
367+
"description": "配置kyuubi允许通过代理访问的主机节点",
368+
"required": true,
369+
"type": "input",
370+
"value": "",
371+
"configurableInWizard": true,
372+
"hidden": false,
373+
"defaultValue": "*"
374+
},
375+
{
376+
"name": "hadoop.proxyuser.kyuubi.groups",
377+
"label": "允许通过代理用户所属组",
378+
"description": "配置kyuubi允许通过代理用户所属组",
379+
"required": true,
380+
"type": "input",
381+
"value": "",
382+
"configurableInWizard": true,
383+
"hidden": false,
384+
"defaultValue": "*"
385+
},
386+
{
387+
"name": "hadoop.proxyuser.kyuubi.users",
388+
"label": "允许通过代理的用户",
389+
"description": "配置kyuubi允许通过代理的用户",
390+
"required": true,
391+
"type": "input",
392+
"value": "",
393+
"configurableInWizard": true,
394+
"hidden": false,
395+
"defaultValue": "*"
396+
},
364397
{
365398
"name": "dfs.replication",
366399
"label": "BLOCK副本数",

0 commit comments

Comments
 (0)