未验证 提交 e4097a48 编写于 作者: Y Yelli 提交者: GitHub

cancel spark task version check (#3406)

Co-authored-by: NEights-Li <yelli.hl@gmail.com>
上级 bb9f81b7
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册