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

    https://github.com/apache/flink/pull/427#discussion_r27566259
  
    --- Diff: 
flink-java/src/main/java/org/apache/flink/api/java/ExecutionEnvironment.java ---
    @@ -1058,6 +1059,20 @@ public static LocalEnvironment 
createLocalEnvironment(int parallelism) {
                lee.setParallelism(parallelism);
                return lee;
        }
    +
    +   /**
    +    * Creates a {@link LocalEnvironment}. The local execution environment 
will run the program in a
    +    * multi-threaded fashion in the same JVM as the environment was 
created in. It will use the
    +    * degree of parallelism specified in the parameter.
    --- End diff --
    
    degree of parllelism has been renamed recently


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

Reply via email to