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
ced1f7e2
Commit
ced1f7e2
authored
Nov 25, 2021
by
godkaikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jar application 问题修复
parent
6e231b00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+1
-0
TaskServiceImpl.java
...src/main/java/com/dlink/service/impl/TaskServiceImpl.java
+1
-1
No files found.
README.md
View file @
ced1f7e2
...
...
@@ -47,6 +47,7 @@ DataLink 开源项目及社区正在建设,希望本项目可以帮助你更
| | yarn session SQL提交 | 已实现 |
| | yarn per-job SQL提交 | 已实现 |
| | yarn application SQL提交 | 已实现 |
| | yarn application Jar提交 | 已实现 |
| | 作业 Cancel | 已实现 |
| | 作业 SavePoint Cancel,Stop,Trigger | 已实现 |
| | 作业从 SavePoint 恢复 | 已实现 |
...
...
dlink-admin/src/main/java/com/dlink/service/impl/TaskServiceImpl.java
View file @
ced1f7e2
...
...
@@ -64,7 +64,7 @@ public class TaskServiceImpl extends SuperServiceImpl<TaskMapper, Task> implemen
config
.
setAddress
(
clusterService
.
buildEnvironmentAddress
(
config
.
isUseRemote
(),
task
.
getClusterId
()));
}
else
{
Map
<
String
,
Object
>
gatewayConfig
=
clusterConfigurationService
.
getGatewayConfig
(
task
.
getClusterConfigurationId
());
if
(
GatewayType
.
YARN_APPLICATION
.
equals
(
config
.
getType
()))
{
if
(
GatewayType
.
YARN_APPLICATION
.
equals
Value
(
config
.
getType
()))
{
if
(!
isJarTask
)
{
SystemConfiguration
systemConfiguration
=
SystemConfiguration
.
getInstances
();
gatewayConfig
.
put
(
"userJarPath"
,
systemConfiguration
.
getSqlSubmitJarPath
());
...
...
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