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
df5b2ec1
Commit
df5b2ec1
authored
Jun 15, 2022
by
zhu-mingye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op ClusterConfiguration page placeholder
parent
6cdc9fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ClusterConfigurationForm.tsx
...sterConfiguration/components/ClusterConfigurationForm.tsx
+2
-2
No files found.
dlink-web/src/pages/ClusterConfiguration/components/ClusterConfigurationForm.tsx
View file @
df5b2ec1
...
...
@@ -91,7 +91,7 @@ const ClusterConfigurationForm: React.FC<ClusterConfigurationFormProps> = (props
rules=
{
[{
required
:
true
,
message
:
'请输入 hadoop 配置文件路径!'
}]
}
help=
"指定配置文件路径(末尾无/),需要包含以下文件:core-site.xml,hdfs-site.xml,yarn-site.xml"
>
<
Input
placeholder=
"值如 /
usr/local/dlink
/conf"
/>
<
Input
placeholder=
"值如 /
etc/hadoop
/conf"
/>
</
Form
.
Item
>
<
Divider
orientation=
"left"
plain
>
自定义配置(高优先级)
</
Divider
>
{
buildConfig
(
HADOOP_CONFIG_LIST
)
}
...
...
@@ -184,7 +184,7 @@ const ClusterConfigurationForm: React.FC<ClusterConfigurationFormProps> = (props
rules=
{
[{
required
:
true
,
message
:
'请输入 flink-conf.yaml 路径!'
}]
}
help=
"指定 flink-conf.yaml 的路径(末尾无/)"
>
<
Input
placeholder=
"值如 /
usr/local/d
link/conf"
/>
<
Input
placeholder=
"值如 /
opt/module/f
link/conf"
/>
</
Form
.
Item
>
<
Divider
orientation=
"left"
plain
>
自定义配置(高优先级)
</
Divider
>
{
buildConfig
(
FLINK_CONFIG_LIST
)
}
...
...
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