Skip to content

Commit

Permalink
[improvement] modify 1.2.1 dml sql
Browse files Browse the repository at this point in the history
  • Loading branch information
datasophon committed Dec 3, 2023
1 parent 8cbd25a commit 38a9f1c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DELETE FROM `t_ddh_cluster_service_dashboard` where `id` in (11, 13);
DELETE FROM `t_ddh_cluster_service_dashboard` where `id` in (11, 15);
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,39 @@
"hidden": false,
"defaultValue": "*"
},
{
"name": "hadoop.proxyuser.kyuubi.hosts",
"label": "允许通过代理访问的主机节点",
"description": "配置kyuubi允许通过代理访问的主机节点",
"required": true,
"type": "input",
"value": "",
"configurableInWizard": true,
"hidden": false,
"defaultValue": "*"
},
{
"name": "hadoop.proxyuser.kyuubi.groups",
"label": "允许通过代理用户所属组",
"description": "配置kyuubi允许通过代理用户所属组",
"required": true,
"type": "input",
"value": "",
"configurableInWizard": true,
"hidden": false,
"defaultValue": "*"
},
{
"name": "hadoop.proxyuser.kyuubi.users",
"label": "允许通过代理的用户",
"description": "配置kyuubi允许通过代理的用户",
"required": true,
"type": "input",
"value": "",
"configurableInWizard": true,
"hidden": false,
"defaultValue": "*"
},
{
"name": "dfs.replication",
"label": "BLOCK副本数",
Expand Down

0 comments on commit 38a9f1c

Please sign in to comment.