Commit c8062706 authored by wenmo's avatar wenmo

前端环境和执行bug修复

parent a855a376
...@@ -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_SESSION.equalsValue(type)); GatewayType.YARN_APPLICATION.equalsValue(type));
} }
private Executor createExecutor() { private Executor createExecutor() {
......
...@@ -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": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment