You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/09/29 21:04:05 UTC

[jira] [Closed] (FLINK-2777) The description of programming_guide.html has some issues

     [ https://issues.apache.org/jira/browse/FLINK-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen closed FLINK-2777.
-------------------------------

> 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
>          Components: Documentation
>            Reporter: chenliang613
>            Assignee: chenliang613
>            Priority: Minor
>             Fix For: 0.10
>
>
> 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)