Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
3bd1af4a
Commit
3bd1af4a
authored
Mar 10, 2022
by
wenmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
作业配置页面优化
parent
c8291154
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
20 deletions
+12
-20
index.less
...omponents/Studio/StudioRightTool/StudioSetting/index.less
+2
-2
index.tsx
...components/Studio/StudioRightTool/StudioSetting/index.tsx
+10
-18
No files found.
dlink-web/src/components/Studio/StudioRightTool/StudioSetting/index.less
View file @
3bd1af4a
@import '~antd/es/style/themes/default.less';
.form_setting{
padding-left: 10px;
padding-left: 10px
!important
;
}
.form_item{
margin-bottom: 5px;
margin-bottom: 5px
!important
;
}
dlink-web/src/components/Studio/StudioRightTool/StudioSetting/index.tsx
View file @
3bd1af4a
...
...
@@ -184,45 +184,37 @@ const StudioSetting = (props: any) => {
</
Select
>
</
Form
.
Item
>
<
Row
>
<
Col
span=
{
12
}
>
<
Form
.
Item
label=
"CheckPoint"
tooltip=
"设置Flink任务的检查点步长,0 代表不启用"
name=
"checkPoint"
className=
{
styles
.
form_item
}
>
<
InputNumber
min=
{
0
}
max=
{
999999
}
defaultValue=
{
0
}
/>
</
Form
.
Item
>
</
Col
>
<
Col
span=
{
12
}
>
<
Form
.
Item
label=
"
Parallelism
"
className=
{
styles
.
form_item
}
name=
"parallelism"
label=
"
任务并行度
"
className=
{
styles
.
form_item
}
name=
"parallelism"
tooltip=
"设置Flink任务的并行度,最小为 1"
>
<
InputNumber
min=
{
1
}
max=
{
9999
}
defaultValue=
{
1
}
/>
</
Form
.
Item
>
</
Col
>
</
Row
>
<
Row
>
<
Col
span=
{
12
}
>
<
Form
.
Item
label=
"Fragment"
className=
{
styles
.
form_item
}
name=
"fragment"
valuePropName=
"checked"
tooltip=
{
{
title
:
'【增强特性】 开启FlinkSql片段机制,使用“:=”进行定义(以“;”结束),“${}”进行调用'
,
icon
:
<
InfoCircleOutlined
/>}
}
label=
"Insert语句集"
className=
{
styles
.
form_item
}
name=
"statementSet"
valuePropName=
"checked"
tooltip=
{
{
title
:
'【增强特性】 开启语句集机制,将把多个 Insert 语句合成一个 JobGraph 再进行提交,Select 语句无效'
,
icon
:
<
InfoCircleOutlined
/>
}
}
>
<
Switch
checkedChildren=
"启用"
unCheckedChildren=
"禁用"
/>
</
Form
.
Item
>
</
Col
>
</
Row
>
<
Row
>
<
Col
span=
{
12
}
>
<
Form
.
Item
label=
"启用语句集"
className=
{
styles
.
form_item
}
name=
"statementSet"
valuePropName=
"checked"
tooltip=
{
{
title
:
'【增强特性】 开启语句集机制,将把多个 Insert 语句合成一个 JobGraph 再进行提交,Select 语句无效'
,
icon
:
<
InfoCircleOutlined
/>
}
}
label=
"全局变量"
className=
{
styles
.
form_item
}
name=
"fragment"
valuePropName=
"checked"
tooltip=
{
{
title
:
'【增强特性】 开启FlinkSql全局变量,使用“:=”进行定义(以“;”结束),“${}”进行调用'
,
icon
:
<
InfoCircleOutlined
/>}
}
>
<
Switch
checkedChildren=
"启用"
unCheckedChildren=
"禁用"
/>
</
Form
.
Item
>
</
Col
>
</
Row
>
<
Row
>
<
Col
span=
{
12
}
>
<
Form
.
Item
label=
"批模式"
className=
{
styles
.
form_item
}
name=
"batchModel"
valuePropName=
"checked"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment