You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2017/06/25 15:10:47 UTC

[GitHub] flink pull request #3554: Detached (Remote)StreamEnvironment execution

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

    https://github.com/apache/flink/pull/3554#discussion_r123901226
  
    --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/RemoteStreamEnvironment.java ---
    @@ -25,229 +25,205 @@
     import java.util.Arrays;
     import java.util.Collections;
     import java.util.List;
    -
     import org.apache.flink.annotation.Public;
     import org.apache.flink.api.common.InvalidProgramException;
     import org.apache.flink.api.common.JobExecutionResult;
    +import org.apache.flink.api.common.JobSubmissionResult;
     import org.apache.flink.api.java.ExecutionEnvironment;
     import org.apache.flink.client.program.ClusterClient;
     import org.apache.flink.client.program.JobWithJars;
     import org.apache.flink.client.program.ProgramInvocationException;
     import org.apache.flink.client.program.StandaloneClusterClient;
     import org.apache.flink.configuration.ConfigConstants;
     import org.apache.flink.configuration.Configuration;
    -
     import org.apache.flink.streaming.api.graph.StreamGraph;
     import org.slf4j.Logger;
     import org.slf4j.LoggerFactory;
     
     @Public
     public class RemoteStreamEnvironment extends StreamExecutionEnvironment {
    -	
    -	private static final Logger LOG = LoggerFactory.getLogger(RemoteStreamEnvironment.class);
    -
    -	/** The hostname of the JobManager */
    -	private final String host;
    -
    -	/** The port of the JobManager main actor system */
    --- End diff --
    
    please revert the auto-formatting here.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---