mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-12-21 06:19:31 +08:00
24 lines
615 B
Markdown
24 lines
615 B
Markdown
|
功能:用于对接公司已存在的大数据平台,此模板需要自行封装大数据组件客户端
|
|||
|
镜像:ccr.ccs.tencentyun.com/cube-studio/hadoop:20221010
|
|||
|
|
|||
|
参数
|
|||
|
```bash
|
|||
|
{
|
|||
|
"shell": {
|
|||
|
"--command": {
|
|||
|
"type": "str",
|
|||
|
"item_type": "str",
|
|||
|
"label": "执行命令",
|
|||
|
"require": 1,
|
|||
|
"choice": [],
|
|||
|
"range": "",
|
|||
|
"default": "spark_submit xx",
|
|||
|
"placeholder": "",
|
|||
|
"describe": "执行命令",
|
|||
|
"editable": 1,
|
|||
|
"condition": "",
|
|||
|
"sub_args": {}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
```
|