[
https://issues.apache.org/jira/browse/FLINK-9284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16465962#comment-16465962
]
Triones Deng commented on FLINK-9284:
-------------------------------------
[~Zentol] see the example link. there are two place where -m option used. and
only one place use port.
{code:java}
./bin/flink run -m myJMHost:6123 \
./examples/batch/WordCount.jar \
--input file:///home/user/hamlet.txt --output
file:///home/user/wordcount_out
{code}
now the flink code make use of 8081 for http port and rest port. I think here
we can change 6123 to 8081 to submit the job. anything wrong please feel free
to correct me
> Update CLI page
> ---------------
>
> Key: FLINK-9284
> URL: https://issues.apache.org/jira/browse/FLINK-9284
> Project: Flink
> Issue Type: Improvement
> Components: Client, Documentation
> Affects Versions: 1.5.0
> Reporter: Chesnay Schepler
> Assignee: Triones Deng
> Priority: Critical
> Fix For: 1.5.0
>
>
> The [CLI|https://ci.apache.org/projects/flink/flink-docs-master/ops/cli.html]
> page must be updated for 1.5.
> The
> [examples|https://ci.apache.org/projects/flink/flink-docs-master/ops/cli.html#examples]
> using the {{-m}} option must be updated to use {{8081}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)