Skip to content

Commit

Permalink
[FLINK-20354] Rework standalone docs page
Browse files Browse the repository at this point in the history
This closes apache#14346
  • Loading branch information
rmetzger committed Dec 15, 2020
1 parent 06c8164 commit 4ce5d03
Show file tree
Hide file tree
Showing 25 changed files with 831 additions and 1,023 deletions.
2 changes: 1 addition & 1 deletion docs/deployment/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ It connects to the running JobManager specified in `conf/flink-config.yaml`.
A prerequisite for the commands listed in this section to work is to have a running Flink deployment
like [Kubernetes]({% link deployment/resource-providers/native_kubernetes.md %}),
[YARN]({% link deployment/resource-providers/yarn.md %}) or any other option available. Feel free to
[start a Flink cluster locally]({% link deployment/resource-providers/standalone/local.md %}#start-a-local-flink-cluster)
[start a Flink cluster locally]({% link deployment/resource-providers/standalone/index.md %}#starting-a-standalone-cluster-session-mode)
to try the commands on your own machine.

### Submitting a Job
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/cli.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ It connects to the running JobManager specified in `conf/flink-config.yaml`.
A prerequisite for the commands listed in this section to work is to have a running Flink deployment
like [Kubernetes]({% link deployment/resource-providers/native_kubernetes.zh.md %}),
[YARN]({% link deployment/resource-providers/yarn.zh.md %}) or any other option available. Feel free to
[start a Flink cluster locally]({% link deployment/resource-providers/standalone/local.zh.md %}#start-a-local-flink-cluster)
[start a Flink cluster locally]({% link deployment/resource-providers/standalone/index.zh.md %}#starting-a-standalone-cluster-session-mode)
to try the commands on your own machine.

### Submitting a Job
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/repls/python_shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.

Flink comes with an integrated interactive Python Shell.
It can be used in a local setup as well as in a cluster setup.
See the [local setup page]({% link deployment/resource-providers/standalone/local.md %}) for more information about how to setup a local Flink.
See the [standalone resource provider page]({% link deployment/resource-providers/standalone/index.md %}) for more information about how to setup a local Flink.
You can also [build a local setup from source]({% link flinkDev/building.md %}).

<span class="label label-info">Note</span> The Python Shell will run the command “python”. Please refer to the Python Table API [installation guide]({% link dev/python/installation.md %}) on how to set up the Python execution environments.
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/repls/python_shell.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.

Flink附带了一个集成的交互式Python Shell。
它既能够运行在本地启动的local模式,也能够运行在集群启动的cluster模式下。
本地安装Flink,请看[本地安装]({% link deployment/resource-providers/standalone/local.zh.md %})页面。
本地安装Flink,请看[本地安装]({% link deployment/resource-providers/standalone/index.zh.md %})页面。
您也可以从源码安装Flink,请看[从源码构建 Flink]({% link flinkDev/building.zh.md %})页面。

<span class="label label-info">注意</span> Python Shell会调用“python”命令。关于Python执行环境的要求,请参考Python Table API[环境安装]({% link dev/python/installation.zh.md %})。
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/resource-providers/native_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Congratulations! You have successfully run a Flink application by deploying Flin

{% top %}

## Deployment Modes Supported by Flink on Kubernetes
## Deployment Modes

For production use, we recommend deploying Flink Applications in the [Application Mode]({% link deployment/index.md %}#application-mode), as these modes provide a better isolation for the Applications.

Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/resource-providers/native_kubernetes.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Congratulations! You have successfully run a Flink application by deploying Flin

{% top %}

## Deployment Modes Supported by Flink on Kubernetes
## Deployment Modes

For production use, we recommend deploying Flink Applications in the [Application Mode]({% link deployment/index.zh.md %}#application-mode), as these modes provide a better isolation for the Applications.

Expand Down
383 changes: 199 additions & 184 deletions docs/deployment/resource-providers/standalone/docker.md

Large diffs are not rendered by default.

381 changes: 198 additions & 183 deletions docs/deployment/resource-providers/standalone/docker.zh.md

Large diffs are not rendered by default.

268 changes: 163 additions & 105 deletions docs/deployment/resource-providers/standalone/index.md

Large diffs are not rendered by default.

220 changes: 127 additions & 93 deletions docs/deployment/resource-providers/standalone/kubernetes.md

Large diffs are not rendered by default.

219 changes: 126 additions & 93 deletions docs/deployment/resource-providers/standalone/kubernetes.zh.md

Large diffs are not rendered by default.

169 changes: 0 additions & 169 deletions docs/deployment/resource-providers/standalone/local.md

This file was deleted.

Loading

0 comments on commit 4ce5d03

Please sign in to comment.