mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 05:09:48 +08:00
cancel spark task version check (#3406)
Co-authored-by: Eights-Li <yelli.hl@gmail.com>
This commit is contained in:
parent
bb9f81b725
commit
e4097a488c
@ -216,7 +216,7 @@ public class SparkParameters extends AbstractParameters {
|
||||
|
||||
@Override
|
||||
public boolean checkParameters() {
|
||||
return mainJar != null && programType != null && sparkVersion != null;
|
||||
return mainJar != null && programType != null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user