Github user sachingoel0101 commented on a diff in the pull request:
https://github.com/apache/flink/pull/1214#discussion_r44126978
--- Diff:
flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java
---
@@ -114,15 +115,33 @@ public Client getClient() {
public List<URL> getClasspaths(){
return classpathsToAttach;
}
-
+
+ public ClassLoader getUserCodeClassLoader() {
+ return userCodeClassLoader;
+ }
+
+ public void setCurrentPlan(FlinkPlan plan) {
--- End diff --
Fair enough. Changed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---