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
c8062706
Commit
c8062706
authored
Nov 16, 2021
by
wenmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端环境和执行bug修复
parent
a855a376
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
JobManager.java
dlink-core/src/main/java/com/dlink/job/JobManager.java
+2
-2
package.json
dlink-web/package.json
+1
-1
No files found.
dlink-core/src/main/java/com/dlink/job/JobManager.java
View file @
c8062706
...
@@ -95,8 +95,8 @@ public class JobManager extends RunTime {
...
@@ -95,8 +95,8 @@ public class JobManager extends RunTime {
}
}
public
static
boolean
useGateway
(
String
type
){
public
static
boolean
useGateway
(
String
type
){
return
!(
GatewayType
.
STANDALONE
.
equalsValue
(
type
)||
return
(
GatewayType
.
YARN_PER_JOB
.
equalsValue
(
type
)||
GatewayType
.
YARN_
SESS
ION
.
equalsValue
(
type
));
GatewayType
.
YARN_
APPLICAT
ION
.
equalsValue
(
type
));
}
}
private
Executor
createExecutor
()
{
private
Executor
createExecutor
()
{
...
...
dlink-web/package.json
View file @
c8062706
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
"react-dom"
:
"^17.0.0"
,
"react-dom"
:
"^17.0.0"
,
"react-helmet-async"
:
"^1.0.4"
,
"react-helmet-async"
:
"^1.0.4"
,
"react-monaco-editor"
:
"^0.43.0"
,
"react-monaco-editor"
:
"^0.43.0"
,
"umi"
:
"^3.
4
.0"
,
"umi"
:
"^3.
5
.0"
,
"umi-request"
:
"^1.0.8"
"umi-request"
:
"^1.0.8"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
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