You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/10 08:46:44 UTC

[GitHub] tillrohrmann closed pull request #7443: [hotfix][docs] The CLI doc could not properly shown due to markdown i…

tillrohrmann closed pull request #7443: [hotfix][docs] The CLI doc could not properly shown due to markdown i…
URL: https://github.com/apache/flink/pull/7443
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/ops/cli.md b/docs/ops/cli.md
index 9af5c5b5333..974b14b1fdc 100644
--- a/docs/ops/cli.md
+++ b/docs/ops/cli.md
@@ -30,11 +30,6 @@ distributed setups. It is located under `<flink-home>/bin/flink`
 and connects by default to the running Flink master (JobManager) that was
 started from the same installation directory.
 
-A prerequisite to using the command line interface is that the Flink
-master (JobManager) has been started (via
-`<flink-home>/bin/start-cluster.sh`) or that a YARN environment is
-available.
-
 The command line can be used to
 
 - submit jobs for execution,
@@ -44,6 +39,11 @@ The command line can be used to
 - trigger and dispose savepoints, and
 - modify a running job
 
+A prerequisite to using the command line interface is that the Flink
+master (JobManager) has been started (via
+`<flink-home>/bin/start-cluster.sh`) or that a YARN environment is
+available.
+
 * This will be replaced by the TOC
 {:toc}
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services