gyfora commented on code in PR #370:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/370#discussion_r976840850
##########
flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/parameters/StandaloneKubernetesJobManagerParameters.java:
##########
@@ -87,4 +88,8 @@ public Boolean getAllowNonRestoredState() {
}
return null;
}
+
+ public Boolean isPipelineClasspathDefined() {
+ return flinkConfig.contains(PipelineOptions.CLASSPATHS);
+ }
Review Comment:
I agree that we should keep it, but did you look at the changes @usamj ? The
questions is whether the change makes sense or not to support this feature
--
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]