chenliang613 created FLINK-2777:
-----------------------------------
Summary: The description of programming_guide.html has some issues
Key: FLINK-2777
URL: https://issues.apache.org/jira/browse/FLINK-2777
Project: Flink
Issue Type: Bug
Reporter: chenliang613
Assignee: chenliang613
Priority: Minor
def createLocalEnvironment(parallelism: Int =
Runtime.getRuntime.availableProcessors()))
//issue1: In the end, there is a extra ")"
def createRemoteEnvironment(host: String, port: String, jarFiles: String*)
def createRemoteEnvironment(host: String, port: String, parallelism: Int,
jarFiles: String*)
//issue2: the parameter of port should be "Int", not "String"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)