File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
datasophon-api/src/main/resources Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 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 );
Original file line number Diff line number Diff line change 361
361
"hidden" : false ,
362
362
"defaultValue" : " *"
363
363
},
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
+ },
364
397
{
365
398
"name" : " dfs.replication" ,
366
399
"label" : " BLOCK副本数" ,
You can’t perform that action at this time.
0 commit comments