jeesmon commented on code in PR #370: URL: https://github.com/apache/flink-kubernetes-operator/pull/370#discussion_r977593522
########## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/validation/DefaultValidator.java: ########## @@ -180,10 +180,6 @@ private Optional<String> validateJobSpec( return Optional.empty(); } - if (StringUtils.isNullOrWhitespaceOnly(job.getJarURI())) { - return Optional.of("Jar URI must be defined"); - } Review Comment: Thanks @gyfora for confirming. That's exactly what I did when I tested. I was going to test it again this morning but you already did it :) -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org