You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/07/19 06:11:54 UTC

[incubator-inlong-website] branch master updated: [INLONG-754] add sort app name in quick_start file (#96)

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

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d9de57  [INLONG-754] add sort app name in quick_start file (#96)
3d9de57 is described below

commit 3d9de57e1802972036b8afeab35dcf800a43d345
Author: healchow <he...@gmail.com>
AuthorDate: Mon Jul 19 14:11:49 2021 +0800

    [INLONG-754] add sort app name in quick_start file (#96)
    
    Co-authored-by: healzhou <he...@tencent.com>
---
 docs/en-us/modules/manager/quick_start.md | 2 ++
 docs/zh-cn/modules/manager/quick_start.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/en-us/modules/manager/quick_start.md b/docs/en-us/modules/manager/quick_start.md
index 13d2217..9510c06 100644
--- a/docs/en-us/modules/manager/quick_start.md
+++ b/docs/en-us/modules/manager/quick_start.md
@@ -98,6 +98,7 @@ The dev configuration is specified above, then modify the `conf/application-dev.
      zk:
        url: 127.0.0.1:2181
        root: inlong_hive
+   sort.appName: inlong_app # The app name for Sort, default is 'inlong_app'
    ```
 
 ## 3.3 Start the service
@@ -161,6 +162,7 @@ The dev configuration is specified above, then modify the `conf/application-dev.
      zk:
        url: 127.0.0.1:2181
        root: inlong_hive
+   sort.appName: inlong_app # The app name for Sort, default is 'inlong_app'
    ```
 
 ## 4.3 Start the service
diff --git a/docs/zh-cn/modules/manager/quick_start.md b/docs/zh-cn/modules/manager/quick_start.md
index 036db76..56caf8d 100644
--- a/docs/zh-cn/modules/manager/quick_start.md
+++ b/docs/zh-cn/modules/manager/quick_start.md
@@ -90,6 +90,7 @@ spring:
      zk:
        url: 127.0.0.1:2181
        root: inlong_hive
+   sort.appName: inlong_app # Sort 应用名称,即设置 Sort 的 cluster-id 参数,默认值为"inlong_app"
    ```
 
 ## 3.3 启动服务
@@ -148,6 +149,7 @@ spring:
      zk:
        url: 127.0.0.1:2181
        root: inlong_hive
+   sort.appName: inlong_app # Sort 应用名称,即设置 Sort 的 cluster-id 参数,默认值为"inlong_app"
    ```
 
 ## 4.3 启动服务