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/09 06:18:26 UTC

[GitHub] hequn8128 commented on a change in pull request #7437: [FLINK-11278] [docs] Add documentation for TableAPI&SQL in scala-shell

hequn8128 commented on a change in pull request #7437: [FLINK-11278] [docs] Add documentation for TableAPI&SQL in scala-shell
URL: https://github.com/apache/flink/pull/7437#discussion_r246269302
 
 

 ##########
 File path: docs/ops/scala_shell.md
 ##########
 @@ -36,9 +36,10 @@ cluster, please see the Setup section below.
 
 ## Usage
 
-The shell supports Batch and Streaming.
-Two different ExecutionEnvironments are automatically prebound after startup.
-Use "benv" and "senv" to access the Batch and Streaming environment respectively.
+The shell supports Batch, Streaming, Table API and SQL. 
+Four different Environments are automatically prebound after startup. 
+Use “benv” and “senv” to access the Batch and Streaming ExecutionEnvironment respectively. 
+Use "btenv" and “stenv” to access BatchTableEnvironment and StreamTableEnvironment respectively.
 
 Review comment:
   Wrong double quotation marks for stenv

----------------------------------------------------------------
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