whb-bigdata commented on code in PR #1747:
URL:
https://github.com/apache/incubator-seatunnel/pull/1747#discussion_r858323646
##########
seatunnel-core/seatunnel-core-spark/src/main/java/org/apache/seatunnel/SparkStarter.java:
##########
@@ -230,6 +232,18 @@ protected List<String> buildFinal() {
appendFiles(commands, this.files);
appendSparkConf(commands, this.sparkConf);
appendAppJar(commands);
+ if (this.commandArgs.getDeployMode().getName() == "cluster") {
Review Comment:
can you help me review the code and if ok approve that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]