Github user chiwanpark commented on a diff in the pull request:
https://github.com/apache/flink/pull/1106#discussion_r41504146
--- Diff: docs/apis/scala_shell.md ---
@@ -30,15 +30,16 @@ Flink and setting up a cluster please refer to
To use the shell with an integrated Flink cluster just execute:
~~~bash
-bin/start-scala-shell.sh
+bin/start-scala-shell.sh local
~~~
in the root directory of your binary Flink directory.
-To use it with a running cluster you can supply the host and port of the
JobManager with:
+To use it with a running cluster start the scala shell with the keyword
remote
--- End diff --
Adding comma and quotation marks would be helpful to make readable like
following:
```
To use it with a running cluster, start the scala shell with the keyword
"remote"
```
---
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 [email protected] or file a JIRA ticket
with INFRA.
---