This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new a90bdfe Automated deployment: Wed Jul 7 03:56:47 UTC 2021 e03f2833bc86fb7bdb791831eb148d17873a2497 a90bdfe is described below commit a90bdfec24d762d75fc39d6c7b2fbf416430cf28 Author: dockerzhang <dockerzh...@users.noreply.github.com> AuthorDate: Wed Jul 7 03:56:47 2021 +0000 Automated deployment: Wed Jul 7 03:56:47 UTC 2021 e03f2833bc86fb7bdb791831eb148d17873a2497 --- docs/en-us/modules/sort/introduction.md | 2 +- docs/en-us/modules/sort/protocol_introduction.md | 6 ++++-- docs/en-us/modules/sort/quick_start.md | 7 ++----- docs/zh-cn/modules/sort/introduction.md | 2 +- docs/zh-cn/modules/sort/protocol_introduction.md | 6 ++++-- docs/zh-cn/modules/sort/quick_start.md | 7 ++----- en-us/docs/modules/sort/introduction.html | 2 +- en-us/docs/modules/sort/introduction.json | 2 +- en-us/docs/modules/sort/introduction.md | 2 +- en-us/docs/modules/sort/protocol_introduction.html | 5 +++-- en-us/docs/modules/sort/protocol_introduction.json | 4 ++-- en-us/docs/modules/sort/protocol_introduction.md | 6 ++++-- en-us/docs/modules/sort/quick_start.html | 8 +++----- en-us/docs/modules/sort/quick_start.json | 4 ++-- en-us/docs/modules/sort/quick_start.md | 7 ++----- zh-cn/docs/modules/sort/introduction.html | 2 +- zh-cn/docs/modules/sort/introduction.json | 2 +- zh-cn/docs/modules/sort/introduction.md | 2 +- zh-cn/docs/modules/sort/protocol_introduction.html | 5 +++-- zh-cn/docs/modules/sort/protocol_introduction.json | 4 ++-- zh-cn/docs/modules/sort/protocol_introduction.md | 6 ++++-- zh-cn/docs/modules/sort/quick_start.html | 6 ++---- zh-cn/docs/modules/sort/quick_start.json | 4 ++-- zh-cn/docs/modules/sort/quick_start.md | 7 ++----- 24 files changed, 51 insertions(+), 57 deletions(-) diff --git a/docs/en-us/modules/sort/introduction.md b/docs/en-us/modules/sort/introduction.md index 0ea4b8f..a59e24f 100644 --- a/docs/en-us/modules/sort/introduction.md +++ b/docs/en-us/modules/sort/introduction.md @@ -1,5 +1,5 @@ --- -title: Introduction - Apache InLong-sort +Introduction - Apache InLong-sort --- # overview diff --git a/docs/en-us/modules/sort/protocol_introduction.md b/docs/en-us/modules/sort/protocol_introduction.md index 332df2a..d6f96dc 100644 --- a/docs/en-us/modules/sort/protocol_introduction.md +++ b/docs/en-us/modules/sort/protocol_introduction.md @@ -1,9 +1,11 @@ --- -title: Protocol Introduction - Apache InLong-sort +Protocol Introduction - Apache InLong-sort --- # Overview -当前inlong-sort的元数据管理依赖inlong-manager。inlong-sort与inlong-manager之间通过zk进行元数据的交互。 +Currently the metadata management of inlong-sort relies on inlong-manager. + +Metadata interaction between inlong-sort and inlong-manager is performed via ZK. # Zookeeper's path structure diff --git a/docs/en-us/modules/sort/quick_start.md b/docs/en-us/modules/sort/quick_start.md index 9f4363f..9765adc 100644 --- a/docs/en-us/modules/sort/quick_start.md +++ b/docs/en-us/modules/sort/quick_start.md @@ -1,5 +1,5 @@ --- -title: Quick Start - Apache InLong-sort +Quick Start - Apache InLong-sort --- # Requirements @@ -8,7 +8,7 @@ title: Quick Start - Apache InLong-sort - Flink 1.9.3 - Zookeeper -#Set up flink environment +## Set up flink environment Currently inlong-sort is based on flink, before you run an inlong-sort application, you need to set up flink environment. @@ -18,9 +18,6 @@ Currently, inlong-sort relys on flink-1.9.3. Chose `flink-1.9.3-bin-scala_2.11.t Once your flink environment is set up, you can visit web ui of flink, whose address is stored in `/${your_flink_path}/conf/masters`. -# Zookeeper -Inlong-sort uses zookeeper to manage its meta data. Make sure your zk is prepared before starting your inlong-sort application. - #Compile inlong-sort - `cd /your_path/Inlong/inlong-sort` - `mvn clean package` diff --git a/docs/zh-cn/modules/sort/introduction.md b/docs/zh-cn/modules/sort/introduction.md index 6697409..3065e40 100644 --- a/docs/zh-cn/modules/sort/introduction.md +++ b/docs/zh-cn/modules/sort/introduction.md @@ -1,5 +1,5 @@ --- -title: 介绍 - Apache InLong-sort +介绍 - Apache InLong-sort --- # 简介 diff --git a/docs/zh-cn/modules/sort/protocol_introduction.md b/docs/zh-cn/modules/sort/protocol_introduction.md index 055a380..2f2e5ff 100644 --- a/docs/zh-cn/modules/sort/protocol_introduction.md +++ b/docs/zh-cn/modules/sort/protocol_introduction.md @@ -1,9 +1,11 @@ --- -title: 协议介绍 - Apache InLong-sort +协议介绍 - Apache InLong-sort --- # 前言 -当前inlong-sort的元数据管理依赖inlong-manager。inlong-sort与inlong-manager之间通过zk进行元数据的交互。 +当前inlong-sort的元数据管理依赖inlong-manager。 + +inlong-sort与inlong-manager之间通过zk进行元数据的交互。 # Zookeeper结构 diff --git a/docs/zh-cn/modules/sort/quick_start.md b/docs/zh-cn/modules/sort/quick_start.md index 5af07f7..fcf3cb5 100644 --- a/docs/zh-cn/modules/sort/quick_start.md +++ b/docs/zh-cn/modules/sort/quick_start.md @@ -1,5 +1,5 @@ --- -title: 快速开始 - Apache InLong-sort +快速开始 - Apache InLong-sort --- # 环境要求 @@ -8,7 +8,7 @@ title: 快速开始 - Apache InLong-sort - Flink 1.9.3 - Zookeeper -# 配置flink运行环境 +## 配置flink运行环境 当前inlong-sort是基于flink的一个应用,因此运行inlong-sort应用前,需要准备好flink环境。 [如何配置flink环境](https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/deployment/cluster_setup.html "how to set up flink environment") @@ -17,9 +17,6 @@ title: 快速开始 - Apache InLong-sort flink环境配置完成后,可以通过浏览器访问flink的web ui,对应的地址是`/{flink部署路径}/conf/masters`文件中的地址 -# Zookeeper -当前inlong-sort依赖zk与inlong-manager进行元数据的交互及管理。运行inlong-sort前,请务必确认zk环境准备就绪。 - # 编译 - 步骤一:进入inlong-sort的目录 `cd /your_path/Inlong/inlong-sort` diff --git a/en-us/docs/modules/sort/introduction.html b/en-us/docs/modules/sort/introduction.html index 654aa28..c387c9a 100644 --- a/en-us/docs/modules/sort/introduction.html +++ b/en-us/docs/modules/sort/introduction.html @@ -7,7 +7,7 @@ <meta name="keywords" content="introduction" /> <meta name="description" content="introduction" /> <!-- 网页标签标题 --> - <title>Introduction - Apache InLong-sort</title> + <title>introduction</title> <link rel="shortcut icon" href="/img/apache.ico"/> <link rel="stylesheet" href="/build/documentation.css" /> </head> diff --git a/en-us/docs/modules/sort/introduction.json b/en-us/docs/modules/sort/introduction.json index 10b706c..9518092 100644 --- a/en-us/docs/modules/sort/introduction.json +++ b/en-us/docs/modules/sort/introduction.json @@ -3,6 +3,6 @@ "__html": "<h1>overview</h1>\n<p>Inlong-sort is used to extract data from different source systems, then transforms the data and finally loads the data into diffrent storage systems.\nInlong-sort is simply an Flink application, and relys on Inlong-manager to manage meta data(such as the source informations and storage informations)</p>\n<p>#features</p>\n<h2>multi-tenancy</h2>\n<p>Inlong-sort is an multi-tenancy system, which means you can extract data from different sources(these sour [...] "link": "/en-us/docs/modules/sort/introduction.html", "meta": { - "title": "Introduction - Apache InLong-sort" + "Introduction - Apache InLong-sort": "" } } \ No newline at end of file diff --git a/en-us/docs/modules/sort/introduction.md b/en-us/docs/modules/sort/introduction.md index 0ea4b8f..a59e24f 100644 --- a/en-us/docs/modules/sort/introduction.md +++ b/en-us/docs/modules/sort/introduction.md @@ -1,5 +1,5 @@ --- -title: Introduction - Apache InLong-sort +Introduction - Apache InLong-sort --- # overview diff --git a/en-us/docs/modules/sort/protocol_introduction.html b/en-us/docs/modules/sort/protocol_introduction.html index 6efb5b3..7159b6b 100644 --- a/en-us/docs/modules/sort/protocol_introduction.html +++ b/en-us/docs/modules/sort/protocol_introduction.html @@ -7,13 +7,14 @@ <meta name="keywords" content="protocol_introduction" /> <meta name="description" content="protocol_introduction" /> <!-- 网页标签标题 --> - <title>Protocol Introduction - Apache InLong-sort</title> + <title>protocol_introduction</title> <link rel="shortcut icon" href="/img/apache.ico"/> <link rel="stylesheet" href="/build/documentation.css" /> </head> <body> <div id="root"><div class="documentation-page" data-reactroot=""><header class="header-container header-container-normal"><div class="header-body"><a href="/en-us/index.html"><a href="//www.apache.org"><img class="logo apache" style="width:120px" src="/img/asf_logo.svg"/></a><div class="logo-split"></div><img class="logo tube" style="width:120px;top:12px;position:absolute" src="/img/Tube logo.svg"/></a><div class="search search-normal"><span class="icon-search"></span></div><span class= [...] -<p>当前inlong-sort的元数据管理依赖inlong-manager。inlong-sort与inlong-manager之间通过zk进行元数据的交互。</p> +<p>Currently the metadata management of inlong-sort relies on inlong-manager.</p> +<p>Metadata interaction between inlong-sort and inlong-manager is performed via ZK.</p> <h1>Zookeeper's path structure</h1> <p><img src="img.png" alt="img.png"></p> <p>Cluster represents a flink job. Multiple flows can be handled in the same cluster, but these flows must be homogeneous (source is the same as sink).</p> diff --git a/en-us/docs/modules/sort/protocol_introduction.json b/en-us/docs/modules/sort/protocol_introduction.json index 9668f42..3a8d70c 100644 --- a/en-us/docs/modules/sort/protocol_introduction.json +++ b/en-us/docs/modules/sort/protocol_introduction.json @@ -1,8 +1,8 @@ { "filename": "protocol_introduction.md", - "__html": "<h1>Overview</h1>\n<p>当前inlong-sort的元数据管理依赖inlong-manager。inlong-sort与inlong-manager之间通过zk进行元数据的交互。</p>\n<h1>Zookeeper's path structure</h1>\n<p><img src=\"img.png\" alt=\"img.png\"></p>\n<p>Cluster represents a flink job. Multiple flows can be handled in the same cluster, but these flows must be homogeneous (source is the same as sink).</p>\n<p>The DataFlow represents a specific flow, and each flow is identified by a globally unique ID. The flow consists of source + sink.</ [...] + "__html": "<h1>Overview</h1>\n<p>Currently the metadata management of inlong-sort relies on inlong-manager.</p>\n<p>Metadata interaction between inlong-sort and inlong-manager is performed via ZK.</p>\n<h1>Zookeeper's path structure</h1>\n<p><img src=\"img.png\" alt=\"img.png\"></p>\n<p>Cluster represents a flink job. Multiple flows can be handled in the same cluster, but these flows must be homogeneous (source is the same as sink).</p>\n<p>The DataFlow represents a specific flow, and [...] "link": "/en-us/docs/modules/sort/protocol_introduction.html", "meta": { - "title": "Protocol Introduction - Apache InLong-sort" + "Protocol Introduction - Apache InLong-sort": "" } } \ No newline at end of file diff --git a/en-us/docs/modules/sort/protocol_introduction.md b/en-us/docs/modules/sort/protocol_introduction.md index 332df2a..d6f96dc 100644 --- a/en-us/docs/modules/sort/protocol_introduction.md +++ b/en-us/docs/modules/sort/protocol_introduction.md @@ -1,9 +1,11 @@ --- -title: Protocol Introduction - Apache InLong-sort +Protocol Introduction - Apache InLong-sort --- # Overview -当前inlong-sort的元数据管理依赖inlong-manager。inlong-sort与inlong-manager之间通过zk进行元数据的交互。 +Currently the metadata management of inlong-sort relies on inlong-manager. + +Metadata interaction between inlong-sort and inlong-manager is performed via ZK. # Zookeeper's path structure diff --git a/en-us/docs/modules/sort/quick_start.html b/en-us/docs/modules/sort/quick_start.html index fe1f7bc..5273229 100644 --- a/en-us/docs/modules/sort/quick_start.html +++ b/en-us/docs/modules/sort/quick_start.html @@ -7,7 +7,7 @@ <meta name="keywords" content="quick_start" /> <meta name="description" content="quick_start" /> <!-- 网页标签标题 --> - <title>Quick Start - Apache InLong-sort</title> + <title>quick_start</title> <link rel="shortcut icon" href="/img/apache.ico"/> <link rel="stylesheet" href="/build/documentation.css" /> </head> @@ -19,14 +19,12 @@ <li>Flink 1.9.3</li> <li>Zookeeper</li> </ul> -<p>#Set up flink environment -Currently inlong-sort is based on flink, before you run an inlong-sort application, +<h2>Set up flink environment</h2> +<p>Currently inlong-sort is based on flink, before you run an inlong-sort application, you need to set up flink environment.</p> <p><a href="https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/deployment/cluster_setup.html" target="_blank">how to set up flink environment</a></p> <p>Currently, inlong-sort relys on flink-1.9.3. Chose <code>flink-1.9.3-bin-scala_2.11.tgz</code> when downloading package.</p> <p>Once your flink environment is set up, you can visit web ui of flink, whose address is stored in <code>/${your_flink_path}/conf/masters</code>.</p> -<h1>Zookeeper</h1> -<p>Inlong-sort uses zookeeper to manage its meta data. Make sure your zk is prepared before starting your inlong-sort application.</p> <p>#Compile inlong-sort</p> <ul> <li><code>cd /your_path/Inlong/inlong-sort</code></li> diff --git a/en-us/docs/modules/sort/quick_start.json b/en-us/docs/modules/sort/quick_start.json index a1d3838..939e0da 100644 --- a/en-us/docs/modules/sort/quick_start.json +++ b/en-us/docs/modules/sort/quick_start.json @@ -1,8 +1,8 @@ { "filename": "quick_start.md", - "__html": "<h1>Requirements</h1>\n<ul>\n<li>Java JDK 1.8</li>\n<li>Maven 3.6+</li>\n<li>Flink 1.9.3</li>\n<li>Zookeeper</li>\n</ul>\n<p>#Set up flink environment\nCurrently inlong-sort is based on flink, before you run an inlong-sort application,\nyou need to set up flink environment.</p>\n<p><a href=\"https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/deployment/cluster_setup.html\" target=\"_blank\">how to set up flink environment</a></p>\n<p>Currently, inlong-sort relys [...] + "__html": "<h1>Requirements</h1>\n<ul>\n<li>Java JDK 1.8</li>\n<li>Maven 3.6+</li>\n<li>Flink 1.9.3</li>\n<li>Zookeeper</li>\n</ul>\n<h2>Set up flink environment</h2>\n<p>Currently inlong-sort is based on flink, before you run an inlong-sort application,\nyou need to set up flink environment.</p>\n<p><a href=\"https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/deployment/cluster_setup.html\" target=\"_blank\">how to set up flink environment</a></p>\n<p>Currently, inlong-so [...] "link": "/en-us/docs/modules/sort/quick_start.html", "meta": { - "title": "Quick Start - Apache InLong-sort" + "Quick Start - Apache InLong-sort": "" } } \ No newline at end of file diff --git a/en-us/docs/modules/sort/quick_start.md b/en-us/docs/modules/sort/quick_start.md index 9f4363f..9765adc 100644 --- a/en-us/docs/modules/sort/quick_start.md +++ b/en-us/docs/modules/sort/quick_start.md @@ -1,5 +1,5 @@ --- -title: Quick Start - Apache InLong-sort +Quick Start - Apache InLong-sort --- # Requirements @@ -8,7 +8,7 @@ title: Quick Start - Apache InLong-sort - Flink 1.9.3 - Zookeeper -#Set up flink environment +## Set up flink environment Currently inlong-sort is based on flink, before you run an inlong-sort application, you need to set up flink environment. @@ -18,9 +18,6 @@ Currently, inlong-sort relys on flink-1.9.3. Chose `flink-1.9.3-bin-scala_2.11.t Once your flink environment is set up, you can visit web ui of flink, whose address is stored in `/${your_flink_path}/conf/masters`. -# Zookeeper -Inlong-sort uses zookeeper to manage its meta data. Make sure your zk is prepared before starting your inlong-sort application. - #Compile inlong-sort - `cd /your_path/Inlong/inlong-sort` - `mvn clean package` diff --git a/zh-cn/docs/modules/sort/introduction.html b/zh-cn/docs/modules/sort/introduction.html index 818c3d3..6fde4d0 100644 --- a/zh-cn/docs/modules/sort/introduction.html +++ b/zh-cn/docs/modules/sort/introduction.html @@ -7,7 +7,7 @@ <meta name="keywords" content="introduction" /> <meta name="description" content="introduction" /> <!-- 网页标签标题 --> - <title>介绍 - Apache InLong-sort</title> + <title>introduction</title> <link rel="shortcut icon" href="/img/apache.ico"/> <link rel="stylesheet" href="/build/documentation.css" /> </head> diff --git a/zh-cn/docs/modules/sort/introduction.json b/zh-cn/docs/modules/sort/introduction.json index f1a586f..621c79e 100644 --- a/zh-cn/docs/modules/sort/introduction.json +++ b/zh-cn/docs/modules/sort/introduction.json @@ -3,6 +3,6 @@ "__html": "<h1>简介</h1>\n<p>inlong-sort是一个基于flink的ETL系统,支持多种数据源,支持简单的字段抽取,支持多种存储系统。\ninlong-sort依赖inlong-manager进行系统元数据的管理,元数据依赖zk进行存储及同步。</p>\n<h1>特性</h1>\n<h2>多租户系统</h2>\n<p>inlong-sort支持多租户,一个inlong-sort的作业中可以包含多个同构的数据源,以及多个同构的存储系统。\n并且针对不同的数据源,可以定义不同的数据格式以及字段抽取方式。\n多租户系统依赖inlong-manager的元数据管理,用户只需要在inlong-manager的前端页面进行相应的配置,即可实现。\n举例:以tubemq为source,hive为存储为例,同一个inlong-sort的作业可以订阅多个topic的tubemq数据,并且每个topic的数据可以写入不同的hive集群。</p>\n<h2>支持热更新元数据</h2>\n<p>inlong-sort支持热更新元数据,比如更新数据源的信息,数据 [...] "link": "/zh-cn/docs/modules/sort/introduction.html", "meta": { - "title": "介绍 - Apache InLong-sort" + "介绍 - Apache InLong-sort": "" } } \ No newline at end of file diff --git a/zh-cn/docs/modules/sort/introduction.md b/zh-cn/docs/modules/sort/introduction.md index 6697409..3065e40 100644 --- a/zh-cn/docs/modules/sort/introduction.md +++ b/zh-cn/docs/modules/sort/introduction.md @@ -1,5 +1,5 @@ --- -title: 介绍 - Apache InLong-sort +介绍 - Apache InLong-sort --- # 简介 diff --git a/zh-cn/docs/modules/sort/protocol_introduction.html b/zh-cn/docs/modules/sort/protocol_introduction.html index 8a6784e..73654d8 100644 --- a/zh-cn/docs/modules/sort/protocol_introduction.html +++ b/zh-cn/docs/modules/sort/protocol_introduction.html @@ -7,13 +7,14 @@ <meta name="keywords" content="protocol_introduction" /> <meta name="description" content="protocol_introduction" /> <!-- 网页标签标题 --> - <title>协议介绍 - Apache InLong-sort</title> + <title>protocol_introduction</title> <link rel="shortcut icon" href="/img/apache.ico"/> <link rel="stylesheet" href="/build/documentation.css" /> </head> <body> <div id="root"><div class="documentation-page" data-reactroot=""><header class="header-container header-container-normal"><div class="header-body"><a href="/zh-cn/index.html"><a href="//www.apache.org"><img class="logo apache" style="width:120px" src="/img/asf_logo.svg"/></a><div class="logo-split"></div><img class="logo tube" style="width:120px;top:12px;position:absolute" src="/img/Tube logo.svg"/></a><div class="search search-normal"><span class="icon-search"></span></div><span class= [...] -<p>当前inlong-sort的元数据管理依赖inlong-manager。inlong-sort与inlong-manager之间通过zk进行元数据的交互。</p> +<p>当前inlong-sort的元数据管理依赖inlong-manager。</p> +<p>inlong-sort与inlong-manager之间通过zk进行元数据的交互。</p> <h1>Zookeeper结构</h1> <p><img src="img.png" alt="img.png"></p> <p>cluster代表一个flink作业,同一个cluster中可以处理多个流向,但是这些流向必须是同构的(source与sink相同)。</p> diff --git a/zh-cn/docs/modules/sort/protocol_introduction.json b/zh-cn/docs/modules/sort/protocol_introduction.json index 241ab4f..8af5a80 100644 --- a/zh-cn/docs/modules/sort/protocol_introduction.json +++ b/zh-cn/docs/modules/sort/protocol_introduction.json @@ -1,8 +1,8 @@ { "filename": "protocol_introduction.md", - "__html": "<h1>前言</h1>\n<p>当前inlong-sort的元数据管理依赖inlong-manager。inlong-sort与inlong-manager之间通过zk进行元数据的交互。</p>\n<h1>Zookeeper结构</h1>\n<p><img src=\"img.png\" alt=\"img.png\"></p>\n<p>cluster代表一个flink作业,同一个cluster中可以处理多个流向,但是这些流向必须是同构的(source与sink相同)。</p>\n<p>dataflow代表一个具体的流向,每个流向有一个全局唯一的id来标识。流向由source + sink组成。</p>\n<p>上图中上方的一条路径用来表示某个cluster中运行了哪些dataflow的作业,节点下均不含元数据。</p>\n<p>下方的路径用来存储dataflow的具体信息,即真正的元数据存放。</p>\n<p>元数据管理逻辑可以查看类<code>org.apache.inlong.sort.meta.MetaManager</code></p [...] + "__html": "<h1>前言</h1>\n<p>当前inlong-sort的元数据管理依赖inlong-manager。</p>\n<p>inlong-sort与inlong-manager之间通过zk进行元数据的交互。</p>\n<h1>Zookeeper结构</h1>\n<p><img src=\"img.png\" alt=\"img.png\"></p>\n<p>cluster代表一个flink作业,同一个cluster中可以处理多个流向,但是这些流向必须是同构的(source与sink相同)。</p>\n<p>dataflow代表一个具体的流向,每个流向有一个全局唯一的id来标识。流向由source + sink组成。</p>\n<p>上图中上方的一条路径用来表示某个cluster中运行了哪些dataflow的作业,节点下均不含元数据。</p>\n<p>下方的路径用来存储dataflow的具体信息,即真正的元数据存放。</p>\n<p>元数据管理逻辑可以查看类<code>org.apache.inlong.sort.meta.MetaManager< [...] "link": "/zh-cn/docs/modules/sort/protocol_introduction.html", "meta": { - "title": "协议介绍 - Apache InLong-sort" + "协议介绍 - Apache InLong-sort": "" } } \ No newline at end of file diff --git a/zh-cn/docs/modules/sort/protocol_introduction.md b/zh-cn/docs/modules/sort/protocol_introduction.md index 055a380..2f2e5ff 100644 --- a/zh-cn/docs/modules/sort/protocol_introduction.md +++ b/zh-cn/docs/modules/sort/protocol_introduction.md @@ -1,9 +1,11 @@ --- -title: 协议介绍 - Apache InLong-sort +协议介绍 - Apache InLong-sort --- # 前言 -当前inlong-sort的元数据管理依赖inlong-manager。inlong-sort与inlong-manager之间通过zk进行元数据的交互。 +当前inlong-sort的元数据管理依赖inlong-manager。 + +inlong-sort与inlong-manager之间通过zk进行元数据的交互。 # Zookeeper结构 diff --git a/zh-cn/docs/modules/sort/quick_start.html b/zh-cn/docs/modules/sort/quick_start.html index e4b90cb..3a73c0a 100644 --- a/zh-cn/docs/modules/sort/quick_start.html +++ b/zh-cn/docs/modules/sort/quick_start.html @@ -7,7 +7,7 @@ <meta name="keywords" content="quick_start" /> <meta name="description" content="quick_start" /> <!-- 网页标签标题 --> - <title>快速开始 - Apache InLong-sort</title> + <title>quick_start</title> <link rel="shortcut icon" href="/img/apache.ico"/> <link rel="stylesheet" href="/build/documentation.css" /> </head> @@ -19,13 +19,11 @@ <li>Flink 1.9.3</li> <li>Zookeeper</li> </ul> -<h1>配置flink运行环境</h1> +<h2>配置flink运行环境</h2> <p>当前inlong-sort是基于flink的一个应用,因此运行inlong-sort应用前,需要准备好flink环境。</p> <p><a href="https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/deployment/cluster_setup.html" title="how to set up flink environment">如何配置flink环境</a></p> <p>由于当前inlong-sort依赖的是flink1.9.3版本,因此在下载部署包时,请选择<code>flink-1.9.3-bin-scala_2.11.tgz</code></p> <p>flink环境配置完成后,可以通过浏览器访问flink的web ui,对应的地址是<code>/{flink部署路径}/conf/masters</code>文件中的地址</p> -<h1>Zookeeper</h1> -<p>当前inlong-sort依赖zk与inlong-manager进行元数据的交互及管理。运行inlong-sort前,请务必确认zk环境准备就绪。</p> <h1>编译</h1> <ul> <li>步骤一:进入inlong-sort的目录 diff --git a/zh-cn/docs/modules/sort/quick_start.json b/zh-cn/docs/modules/sort/quick_start.json index 1dfa828..2724042 100644 --- a/zh-cn/docs/modules/sort/quick_start.json +++ b/zh-cn/docs/modules/sort/quick_start.json @@ -1,8 +1,8 @@ { "filename": "quick_start.md", - "__html": "<h1>环境要求</h1>\n<ul>\n<li>Java JDK 1.8</li>\n<li>Maven 3.6+</li>\n<li>Flink 1.9.3</li>\n<li>Zookeeper</li>\n</ul>\n<h1>配置flink运行环境</h1>\n<p>当前inlong-sort是基于flink的一个应用,因此运行inlong-sort应用前,需要准备好flink环境。</p>\n<p><a href=\"https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/deployment/cluster_setup.html\" title=\"how to set up flink environment\">如何配置flink环境</a></p>\n<p>由于当前inlong-sort依赖的是flink1.9.3版本,因此在下载部署包时,请选择<code>flink-1.9.3-bin-scala_2.11.tgz</code></p>\n<p>fli [...] + "__html": "<h1>环境要求</h1>\n<ul>\n<li>Java JDK 1.8</li>\n<li>Maven 3.6+</li>\n<li>Flink 1.9.3</li>\n<li>Zookeeper</li>\n</ul>\n<h2>配置flink运行环境</h2>\n<p>当前inlong-sort是基于flink的一个应用,因此运行inlong-sort应用前,需要准备好flink环境。</p>\n<p><a href=\"https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/deployment/cluster_setup.html\" title=\"how to set up flink environment\">如何配置flink环境</a></p>\n<p>由于当前inlong-sort依赖的是flink1.9.3版本,因此在下载部署包时,请选择<code>flink-1.9.3-bin-scala_2.11.tgz</code></p>\n<p>fli [...] "link": "/zh-cn/docs/modules/sort/quick_start.html", "meta": { - "title": "快速开始 - Apache InLong-sort" + "快速开始 - Apache InLong-sort": "" } } \ No newline at end of file diff --git a/zh-cn/docs/modules/sort/quick_start.md b/zh-cn/docs/modules/sort/quick_start.md index 5af07f7..fcf3cb5 100644 --- a/zh-cn/docs/modules/sort/quick_start.md +++ b/zh-cn/docs/modules/sort/quick_start.md @@ -1,5 +1,5 @@ --- -title: 快速开始 - Apache InLong-sort +快速开始 - Apache InLong-sort --- # 环境要求 @@ -8,7 +8,7 @@ title: 快速开始 - Apache InLong-sort - Flink 1.9.3 - Zookeeper -# 配置flink运行环境 +## 配置flink运行环境 当前inlong-sort是基于flink的一个应用,因此运行inlong-sort应用前,需要准备好flink环境。 [如何配置flink环境](https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/deployment/cluster_setup.html "how to set up flink environment") @@ -17,9 +17,6 @@ title: 快速开始 - Apache InLong-sort flink环境配置完成后,可以通过浏览器访问flink的web ui,对应的地址是`/{flink部署路径}/conf/masters`文件中的地址 -# Zookeeper -当前inlong-sort依赖zk与inlong-manager进行元数据的交互及管理。运行inlong-sort前,请务必确认zk环境准备就绪。 - # 编译 - 步骤一:进入inlong-sort的目录 `cd /your_path/Inlong/inlong-sort`