You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2020/02/26 08:16:20 UTC

[incubator-dolphinscheduler-website] branch asf-site updated: Automated deployment: Wed Feb 26 08:16:09 UTC 2020 ab9ad30ff4df905ab74a105db98177e9a8794488

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-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c22984a  Automated deployment: Wed Feb 26 08:16:09 UTC 2020 ab9ad30ff4df905ab74a105db98177e9a8794488
c22984a is described below

commit c22984af71ef731ccf4f3a5764e3999a38040d22
Author: lgcareer <lg...@users.noreply.github.com>
AuthorDate: Wed Feb 26 08:16:09 2020 +0000

    Automated deployment: Wed Feb 26 08:16:09 UTC 2020 ab9ad30ff4df905ab74a105db98177e9a8794488
---
 zh-cn/docs/1.2.1/{ => user_doc}/architecture-design.html   | 0
 zh-cn/docs/1.2.1/{ => user_doc}/architecture-design.json   | 2 +-
 zh-cn/docs/1.2.1/{ => user_doc}/cluster-deployment.html    | 0
 zh-cn/docs/1.2.1/{ => user_doc}/cluster-deployment.json    | 2 +-
 zh-cn/docs/1.2.1/{ => user_doc}/hardware-environment.html  | 0
 zh-cn/docs/1.2.1/{ => user_doc}/hardware-environment.json  | 2 +-
 zh-cn/docs/1.2.1/{ => user_doc}/metadata-1.2.html          | 0
 zh-cn/docs/1.2.1/{ => user_doc}/metadata-1.2.json          | 2 +-
 zh-cn/docs/1.2.1/{ => user_doc}/plugin-development.html    | 0
 zh-cn/docs/1.2.1/{ => user_doc}/plugin-development.json    | 2 +-
 zh-cn/docs/1.2.1/{ => user_doc}/quick-start.html           | 0
 zh-cn/docs/1.2.1/{ => user_doc}/quick-start.json           | 2 +-
 zh-cn/docs/1.2.1/{ => user_doc}/standalone-deployment.html | 0
 zh-cn/docs/1.2.1/{ => user_doc}/standalone-deployment.json | 2 +-
 zh-cn/docs/1.2.1/{ => user_doc}/system-manual.html         | 0
 zh-cn/docs/1.2.1/{ => user_doc}/system-manual.json         | 2 +-
 zh-cn/docs/1.2.1/{ => user_doc}/upgrade.html               | 0
 zh-cn/docs/1.2.1/{ => user_doc}/upgrade.json               | 2 +-
 18 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/zh-cn/docs/1.2.1/architecture-design.html b/zh-cn/docs/1.2.1/user_doc/architecture-design.html
similarity index 100%
rename from zh-cn/docs/1.2.1/architecture-design.html
rename to zh-cn/docs/1.2.1/user_doc/architecture-design.html
diff --git a/zh-cn/docs/1.2.1/architecture-design.json b/zh-cn/docs/1.2.1/user_doc/architecture-design.json
similarity index 99%
rename from zh-cn/docs/1.2.1/architecture-design.json
rename to zh-cn/docs/1.2.1/user_doc/architecture-design.json
index 466c6a9..7ef733a 100644
--- a/zh-cn/docs/1.2.1/architecture-design.json
+++ b/zh-cn/docs/1.2.1/user_doc/architecture-design.json
@@ -1,6 +1,6 @@
 {
   "filename": "architecture-design.md",
   "__html": "<h2>系统架构设计</h2>\n<p>在对调度系统架构说明之前,我们先来认识一下调度系统常用的名词</p>\n<h3>1.名词解释</h3>\n<p><strong>DAG:</strong> 全称Directed Acyclic Graph,简称DAG。工作流中的Task任务以有向无环图的形式组装起来,从入度为零的节点进行拓扑遍历,直到无后继节点为止。举例如下图:</p>\n<p align=\"center\">\n  <img src=\"/img/dag_examples_cn.jpg\" alt=\"dag示例\"  width=\"60%\" />\n  <p align=\"center\">\n        <em>dag示例</em>\n  </p>\n</p>\n<p><strong>流程定义</strong>:通过拖拽任务节点并建立任务节点的关联所形成的可视化<strong>DAG</strong></p>\n<p><strong>流程实例</strong>:流程实例是流程定义的实例化,可以通过手动启动或定时调度生成, [...]
-  "link": "/zh-cn/docs/1.2.1/architecture-design.html",
+  "link": "/zh-cn/docs/1.2.1/user_doc/architecture-design.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/cluster-deployment.html b/zh-cn/docs/1.2.1/user_doc/cluster-deployment.html
similarity index 100%
rename from zh-cn/docs/1.2.1/cluster-deployment.html
rename to zh-cn/docs/1.2.1/user_doc/cluster-deployment.html
diff --git a/zh-cn/docs/1.2.1/cluster-deployment.json b/zh-cn/docs/1.2.1/user_doc/cluster-deployment.json
similarity index 99%
rename from zh-cn/docs/1.2.1/cluster-deployment.json
rename to zh-cn/docs/1.2.1/user_doc/cluster-deployment.json
index e2c0518..fc58507 100644
--- a/zh-cn/docs/1.2.1/cluster-deployment.json
+++ b/zh-cn/docs/1.2.1/user_doc/cluster-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "cluster-deployment.md",
   "__html": "<h1>集群部署(Cluster)</h1>\n<p>1.2.1之前DolphinScheduler集群部署分为后端部署和前端部署两部分,1.2.1合并了前后端:</p>\n<h1>1、集群部署</h1>\n<h3>1.1 : 基础软件安装(必装项请自行安装)</h3>\n<ul>\n<li>PostgreSQL (8.2.15+) or Mysql (5.6或者5.7系列)  :  两者任选其一即可</li>\n<li><a href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a> (1.8+) :  必装,请安装好后在/etc/profile下配置 JAVA_HOME 及 PATH 变量</li>\n<li>ZooKeeper (3.4.6+) :必装</li>\n<li>Hadoop (2.6+) or MinIO :选装,如果需要用到资源上传功能,可以选择上传到Hadoop or MinIO上</li>\n</ul>\n<pr [...]
-  "link": "/zh-cn/docs/1.2.1/cluster-deployment.html",
+  "link": "/zh-cn/docs/1.2.1/user_doc/cluster-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/hardware-environment.html b/zh-cn/docs/1.2.1/user_doc/hardware-environment.html
similarity index 100%
rename from zh-cn/docs/1.2.1/hardware-environment.html
rename to zh-cn/docs/1.2.1/user_doc/hardware-environment.html
diff --git a/zh-cn/docs/1.2.1/hardware-environment.json b/zh-cn/docs/1.2.1/user_doc/hardware-environment.json
similarity index 97%
rename from zh-cn/docs/1.2.1/hardware-environment.json
rename to zh-cn/docs/1.2.1/user_doc/hardware-environment.json
index a4e0212..4c40164 100644
--- a/zh-cn/docs/1.2.1/hardware-environment.json
+++ b/zh-cn/docs/1.2.1/user_doc/hardware-environment.json
@@ -1,6 +1,6 @@
 {
   "filename": "hardware-environment.md",
   "__html": "<h1>软硬件环境建议配置</h1>\n<p>DolphinScheduler 作为一款开源分布式工作流任务调度系统,可以很好的部署和运行在 Intel 架构服务器环境及主流虚拟化环境下,并支持主流的Linux操作系统环境。</p>\n<h2>1. Linux 操作系统版本要求</h2>\n<table>\n<thead>\n<tr>\n<th style=\"text-align:left\">操作系统</th>\n<th style=\"text-align:center\">版本</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td style=\"text-align:left\">Red Hat Enterprise Linux</td>\n<td style=\"text-align:center\">7.0 及以上</td>\n</tr>\n<tr>\n<td style=\"text-align:left\">CentOS</td>\n<td style=\"text-align:center\"> [...]
-  "link": "/zh-cn/docs/1.2.1/hardware-environment.html",
+  "link": "/zh-cn/docs/1.2.1/user_doc/hardware-environment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/metadata-1.2.html b/zh-cn/docs/1.2.1/user_doc/metadata-1.2.html
similarity index 100%
rename from zh-cn/docs/1.2.1/metadata-1.2.html
rename to zh-cn/docs/1.2.1/user_doc/metadata-1.2.html
diff --git a/zh-cn/docs/1.2.1/metadata-1.2.json b/zh-cn/docs/1.2.1/user_doc/metadata-1.2.json
similarity index 99%
rename from zh-cn/docs/1.2.1/metadata-1.2.json
rename to zh-cn/docs/1.2.1/user_doc/metadata-1.2.json
index 726d80c..f45381d 100644
--- a/zh-cn/docs/1.2.1/metadata-1.2.json
+++ b/zh-cn/docs/1.2.1/user_doc/metadata-1.2.json
@@ -1,6 +1,6 @@
 {
   "filename": "metadata-1.2.md",
   "__html": "<h1>Dolphin Scheduler 1.2元数据文档</h1>\n<p><a name=\"25Ald\"></a></p>\n<h3>表概览</h3>\n<table>\n<thead>\n<tr>\n<th style=\"text-align:center\">表名</th>\n<th style=\"text-align:center\">表信息</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td style=\"text-align:center\">t_ds_access_token</td>\n<td style=\"text-align:center\">访问ds后端的token</td>\n</tr>\n<tr>\n<td style=\"text-align:center\">t_ds_alert</td>\n<td style=\"text-align:center\">告警信息</td>\n</tr>\n<tr>\n<td style=\"text-align:center\">t [...]
-  "link": "/zh-cn/docs/1.2.1/metadata-1.2.html",
+  "link": "/zh-cn/docs/1.2.1/user_doc/metadata-1.2.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/plugin-development.html b/zh-cn/docs/1.2.1/user_doc/plugin-development.html
similarity index 100%
rename from zh-cn/docs/1.2.1/plugin-development.html
rename to zh-cn/docs/1.2.1/user_doc/plugin-development.html
diff --git a/zh-cn/docs/1.2.1/plugin-development.json b/zh-cn/docs/1.2.1/user_doc/plugin-development.json
similarity index 97%
rename from zh-cn/docs/1.2.1/plugin-development.json
rename to zh-cn/docs/1.2.1/user_doc/plugin-development.json
index 90b28a1..d7deed8 100644
--- a/zh-cn/docs/1.2.1/plugin-development.json
+++ b/zh-cn/docs/1.2.1/user_doc/plugin-development.json
@@ -1,6 +1,6 @@
 {
   "filename": "plugin-development.md",
   "__html": "<h2>任务插件开发</h2>\n<p>提醒:目前任务插件开发暂不支持热部署</p>\n<h3>基于SHELL的任务</h3>\n<h4>基于YARN的计算(参见MapReduceTask)</h4>\n<ul>\n<li>需要在 <strong>cn.dolphinscheduler.server.worker.task</strong> 下的 <strong>TaskManager</strong> 类中创建自定义任务(也需在TaskType注册对应的任务类型)</li>\n<li>需要继承<strong>cn.dolphinscheduler.server.worker.task</strong> 下的 <strong>AbstractYarnTask</strong></li>\n<li>构造方法调度 <strong>AbstractYarnTask</strong> 构造方法</li>\n<li>继承 <strong>AbstractParameters</strong> 自定义任务参数实体</li>\n<li>重写 <strong> [...]
-  "link": "/zh-cn/docs/1.2.1/plugin-development.html",
+  "link": "/zh-cn/docs/1.2.1/user_doc/plugin-development.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/quick-start.html b/zh-cn/docs/1.2.1/user_doc/quick-start.html
similarity index 100%
rename from zh-cn/docs/1.2.1/quick-start.html
rename to zh-cn/docs/1.2.1/user_doc/quick-start.html
diff --git a/zh-cn/docs/1.2.1/quick-start.json b/zh-cn/docs/1.2.1/user_doc/quick-start.json
similarity index 96%
rename from zh-cn/docs/1.2.1/quick-start.json
rename to zh-cn/docs/1.2.1/user_doc/quick-start.json
index b747709..50deb0e 100644
--- a/zh-cn/docs/1.2.1/quick-start.json
+++ b/zh-cn/docs/1.2.1/user_doc/quick-start.json
@@ -1,6 +1,6 @@
 {
   "filename": "quick-start.md",
   "__html": "<h1>快速上手</h1>\n<ul>\n<li>管理员用户登录\n<blockquote>\n<p>地址:192.168.xx.xx:8888 用户名密码:admin/dolphinscheduler123</p>\n</blockquote>\n</li>\n</ul>\n<p align=\"center\">\n   <img src=\"/img/login.png\" width=\"60%\" />\n </p>\n<ul>\n<li>创建队列</li>\n</ul>\n<p align=\"center\">\n   <img src=\"/img/create-queue.png\" width=\"60%\" />\n </p>\n<ul>\n<li>创建租户</li>\n</ul>\n   <p align=\"center\">\n    <img src=\"/img/addtenant.png\" width=\"60%\" />\n  </p>\n<ul>\n<li>创建普通用户</li>\n</ul>\n<p a [...]
-  "link": "/zh-cn/docs/1.2.1/quick-start.html",
+  "link": "/zh-cn/docs/1.2.1/user_doc/quick-start.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/standalone-deployment.html b/zh-cn/docs/1.2.1/user_doc/standalone-deployment.html
similarity index 100%
rename from zh-cn/docs/1.2.1/standalone-deployment.html
rename to zh-cn/docs/1.2.1/user_doc/standalone-deployment.html
diff --git a/zh-cn/docs/1.2.1/standalone-deployment.json b/zh-cn/docs/1.2.1/user_doc/standalone-deployment.json
similarity index 99%
rename from zh-cn/docs/1.2.1/standalone-deployment.json
rename to zh-cn/docs/1.2.1/user_doc/standalone-deployment.json
index b1fa7e8..e0f0092 100644
--- a/zh-cn/docs/1.2.1/standalone-deployment.json
+++ b/zh-cn/docs/1.2.1/user_doc/standalone-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone-deployment.md",
   "__html": "<h1>单机部署(Standalone)</h1>\n<p>DolphinScheduler单机部署分为后端部署和前端部署两部分:</p>\n<h1>1、后端部署</h1>\n<h3>1.1 : 基础软件安装(必装项请自行安装)</h3>\n<ul>\n<li>PostgreSQL (8.2.15+) or Mysql (5.6或者5.7系列)  :  两者任选其一即可</li>\n<li><a href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a> (1.8+) :  必装,请安装好后在/etc/profile下配置 JAVA_HOME 及 PATH 变量</li>\n<li>ZooKeeper (3.4.6+) :必装</li>\n<li>Hadoop (2.6+) or MinIO :选装, 如果需要用到资源上传功能,针对单机可以选择本地文件目录作为上传文件夹(此操作不需要部署Hadoop);当然也可以选择上传到Hadoop  [...]
-  "link": "/zh-cn/docs/1.2.1/standalone-deployment.html",
+  "link": "/zh-cn/docs/1.2.1/user_doc/standalone-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/system-manual.html b/zh-cn/docs/1.2.1/user_doc/system-manual.html
similarity index 100%
rename from zh-cn/docs/1.2.1/system-manual.html
rename to zh-cn/docs/1.2.1/user_doc/system-manual.html
diff --git a/zh-cn/docs/1.2.1/system-manual.json b/zh-cn/docs/1.2.1/user_doc/system-manual.json
similarity index 99%
rename from zh-cn/docs/1.2.1/system-manual.json
rename to zh-cn/docs/1.2.1/user_doc/system-manual.json
index 5e97ba5..3186139 100644
--- a/zh-cn/docs/1.2.1/system-manual.json
+++ b/zh-cn/docs/1.2.1/user_doc/system-manual.json
@@ -1,6 +1,6 @@
 {
   "filename": "system-manual.md",
   "__html": "<h1>系统使用手册</h1>\n<h2>快速上手</h2>\n<blockquote>\n<p>请参照<a href=\"quick-start.html\">快速上手</a></p>\n</blockquote>\n<h2>操作指南</h2>\n<h3>1. 首页</h3>\n<p>首页包含用户所有项目的任务状态统计、流程状态统计、工作流定义统计。\n<p align=\"center\">\n<img src=\"/img/home.png\" width=\"80%\" />\n</p></p>\n<h3>2. 项目管理</h3>\n<h4>2.1 创建项目</h4>\n<ul>\n<li>\n<p>点击&quot;项目管理&quot;进入项目管理页面,点击“创建项目”按钮,输入项目名称,项目描述,点击“提交”,创建新的项目。</p>\n<p align=\"center\">\n    <img src=\"/img/project.png\" width=\"80%\" />\n</p>\n</li>\n</ul>\n<h4>2.2 [...]
-  "link": "/zh-cn/docs/1.2.1/system-manual.html",
+  "link": "/zh-cn/docs/1.2.1/user_doc/system-manual.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/upgrade.html b/zh-cn/docs/1.2.1/user_doc/upgrade.html
similarity index 100%
rename from zh-cn/docs/1.2.1/upgrade.html
rename to zh-cn/docs/1.2.1/user_doc/upgrade.html
diff --git a/zh-cn/docs/1.2.1/upgrade.json b/zh-cn/docs/1.2.1/user_doc/upgrade.json
similarity index 95%
rename from zh-cn/docs/1.2.1/upgrade.json
rename to zh-cn/docs/1.2.1/user_doc/upgrade.json
index 54ea9c4..cf6b391 100644
--- a/zh-cn/docs/1.2.1/upgrade.json
+++ b/zh-cn/docs/1.2.1/user_doc/upgrade.json
@@ -1,6 +1,6 @@
 {
   "filename": "upgrade.md",
   "__html": "<h1>DolphinScheduler升级文档</h1>\n<h2>1. 备份上一版本文件和数据库</h2>\n<h2>2. 停止dolphinscheduler所有服务</h2>\n<p><code>sh ./script/stop-all.sh</code></p>\n<h2>3. 下载新版本的安装包</h2>\n<ul>\n<li><a href=\"https://dolphinscheduler.apache.org/en-us/docs/user_doc/download.html\">下载</a>, 下载最新版本的前后端安装包(dolphinscheduler-backend、dolphinscheduler-ui)</li>\n<li>以下升级操作都需要在新版本的目录进行</li>\n</ul>\n<h2>4. 数据库升级</h2>\n<ul>\n<li>修改conf/application-dao.properties中的下列属性</li>\n</ul>\n<pre><code>    spring.datasource.u [...]
-  "link": "/zh-cn/docs/1.2.1/upgrade.html",
+  "link": "/zh-cn/docs/1.2.1/user_doc/upgrade.html",
   "meta": {}
 }
\ No newline at end of file