You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ji...@apache.org on 2019/05/24 07:55:53 UTC

[flink] branch master updated: [hotfix][docs] fix config.zh.md file path error

This is an automated email from the ASF dual-hosted git repository.

jincheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 07efbde  [hotfix][docs] fix config.zh.md file path error
07efbde is described below

commit 07efbde1ebe6a081680a9f62af439b18a8458b9d
Author: sunjincheng121 <su...@gmail.com>
AuthorDate: Fri May 24 14:46:18 2019 +0800

    [hotfix][docs] fix config.zh.md file path error
    
    This is closes #8528
---
 docs/ops/config.zh.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/ops/config.zh.md b/docs/ops/config.zh.md
index 80452b2..f79c1a2 100644
--- a/docs/ops/config.zh.md
+++ b/docs/ops/config.zh.md
@@ -100,11 +100,15 @@ The default fraction for managed memory can be adjusted using the taskmanager.me
 
 {% include generated/security_configuration.html %}
 
+### Network Environment
+
+{% include generated/network_environment_configuration.html %}
+
 ### Network communication (via Netty)
 
 These parameters allow for advanced tuning. The default values are sufficient when running concurrent high-throughput jobs on a large cluster.
 
-{% include generated/netty_configuration.html %}
+{% include generated/network_netty_configuration.html %}
 
 ### Web Frontend