Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1066#discussion_r38074069
  
    --- Diff: 
flink-java/src/main/java/org/apache/flink/api/java/ExecutionEnvironment.java ---
    @@ -1105,6 +1105,27 @@ public static ExecutionEnvironment 
createRemoteEnvironment(String host, int port
        }
     
        /**
    +    * Creates a {@link RemoteEnvironment}. The remote environment sends 
(parts of) the program
    +    * to a cluster for execution. Note that all file paths used in the 
program must be accessible from the
    +    * cluster. The custom configuration file is used to configure the 
default parallelism and Akka specific
    +    * configuration parameters for the JobClient only. Cluster 
configuration has to be done in the remotely
    +    * running Flink instance.
    --- End diff --
    
    Very good :-)


---
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.
---

Reply via email to