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 2021/05/06 09:52:38 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: da2d421a1f9a47d624075da021d85b0bd9af2986

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1571fd5  Automated deployment: da2d421a1f9a47d624075da021d85b0bd9af2986
1571fd5 is described below

commit 1571fd5600344c47d391c45b03b0c2f20c546b5a
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Thu May 6 09:52:29 2021 +0000

    Automated deployment: da2d421a1f9a47d624075da021d85b0bd9af2986
---
 en-us/docs/1.3.5/user_doc/system-manual.html | 42 ++++++++++++++++++++--------
 en-us/docs/1.3.5/user_doc/system-manual.json |  2 +-
 zh-cn/docs/1.3.5/user_doc/quick-start.html   |  3 +-
 zh-cn/docs/1.3.5/user_doc/quick-start.json   |  2 +-
 zh-cn/docs/1.3.5/user_doc/system-manual.html |  4 +--
 zh-cn/docs/1.3.5/user_doc/system-manual.json |  2 +-
 6 files changed, 37 insertions(+), 18 deletions(-)

diff --git a/en-us/docs/1.3.5/user_doc/system-manual.html b/en-us/docs/1.3.5/user_doc/system-manual.html
index c4f1f51..7eea958 100644
--- a/en-us/docs/1.3.5/user_doc/system-manual.html
+++ b/en-us/docs/1.3.5/user_doc/system-manual.html
@@ -291,7 +291,8 @@ conf/common/hadoop.properties
    <img src="/img/file-manage-en.png" width="80%" />
  </p>
 <ul>
-<li>Create a file
+<li>
+<p>Create a file</p>
 <blockquote>
 <p>The file format supports the following types: txt, log, sh, conf, cfg, py, java, sql, xml, hql, properties</p>
 </blockquote>
@@ -331,7 +332,8 @@ conf/common/hadoop.properties
    <img src="/img/file_rename_en.png" width="80%" />
  </p>
 <ul>
-<li>delete
+<li>
+<p>delete</p>
 <blockquote>
 <p>File list -&gt; Click the &quot;Delete&quot; button to delete the specified file</p>
 </blockquote>
@@ -344,7 +346,8 @@ conf/common/hadoop.properties
 Operation function: rename, download, delete.</p>
 </blockquote>
 <ul>
-<li>Upload udf resources
+<li>
+<p>Upload udf resources</p>
 <blockquote>
 <p>Same as uploading files.</p>
 </blockquote>
@@ -352,7 +355,8 @@ Operation function: rename, download, delete.</p>
 </ul>
 <h4>3.3.2 Function management</h4>
 <ul>
-<li>Create UDF function
+<li>
+<p>Create UDF function</p>
 <blockquote>
 <p>Click &quot;Create UDF Function&quot;, enter the udf function parameters, select the udf resource, and click &quot;Submit&quot; to create the udf function.</p>
 </blockquote>
@@ -725,7 +729,8 @@ worker.groups=default,test
 </ul>
 <h4>7.2 Sub-process node</h4>
 <ul>
-<li>The sub-process node is to execute a certain external workflow definition as a task node.
+<li>
+<p>The sub-process node is to execute a certain external workflow definition as a task node.</p>
 <blockquote>
 <p>Drag the <img src="https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_SUB_PROCESS.png" alt="PNG"> task node in the toolbar to the drawing board, as shown in the following figure:</p>
 </blockquote>
@@ -771,7 +776,8 @@ worker.groups=default,test
  </p>
 <h4>7.4 Stored procedure node</h4>
 <ul>
-<li>According to the selected data source, execute the stored procedure.
+<li>
+<p>According to the selected data source, execute the stored procedure.</p>
 <blockquote>
 <p>Drag in the toolbar<img src="https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PROCEDURE.png" alt="PNG">The task node to the drawing board, as shown in the following figure:</p>
 </blockquote>
@@ -861,13 +867,25 @@ worker.groups=default,test
    <img src="/img/mr_edit_en.png" width="80%" />
  </p>
 <ul>
-<li>Program type: select Python language</li>
-<li>Main jar package: is the Python jar package for running MR</li>
-<li>Other parameters: support -D, -mapper, -reducer, -input -output format, here you can set the input of user-defined parameters, such as:</li>
+<li>
+<p>Program type: select Python language</p>
+</li>
+<li>
+<p>Main jar package: is the Python jar package for running MR</p>
+</li>
+<li>
+<p>Other parameters: support -D, -mapper, -reducer, -input -output format, here you can set the input of user-defined parameters, such as:</p>
+<ul>
 <li>-mapper &quot;<a href="http://mapper.py">mapper.py</a> 1&quot; -file <a href="http://mapper.py">mapper.py</a> -reducer <a href="http://reducer.py">reducer.py</a> -file <a href="http://reducer.py">reducer.py</a> –input /journey/words.txt -output /journey/out/mr/${currentTimeMillis}</li>
 <li>The <a href="http://mapper.py">mapper.py</a> 1 after -mapper is two parameters, the first parameter is <a href="http://mapper.py">mapper.py</a>, and the second parameter is 1</li>
-<li>Resource: If the resource file is referenced in other parameters, you need to select and specify in the resource</li>
-<li>User-defined parameter: It is a user-defined parameter of the MR part, which will replace the content with ${variable} in the script</li>
+</ul>
+</li>
+<li>
+<p>Resource: If the resource file is referenced in other parameters, you need to select and specify in the resource</p>
+</li>
+<li>
+<p>User-defined parameter: It is a user-defined parameter of the MR part, which will replace the content with ${variable} in the script</p>
+</li>
 </ul>
 <h4>7.8 Python Node</h4>
 <ul>
@@ -966,7 +984,7 @@ worker.groups=default,test
 <p>Custom parameters: SQL task type, and stored procedure is a custom parameter order to set values for the method. The custom parameter type and data type are the same as the stored procedure task type. The difference is that the SQL task type custom parameter will replace the ${variable} in the SQL statement.</p>
 </li>
 </ul>
-<h4>8. parameter</h4>
+<h3>8. parameter</h3>
 <h4>8.1 System parameters</h4>
 <table>
     <tr><th>variable</th><th>meaning</th></tr>
diff --git a/en-us/docs/1.3.5/user_doc/system-manual.json b/en-us/docs/1.3.5/user_doc/system-manual.json
index 6af7ee2..a0aafff 100644
--- a/en-us/docs/1.3.5/user_doc/system-manual.json
+++ b/en-us/docs/1.3.5/user_doc/system-manual.json
@@ -1,6 +1,6 @@
 {
   "filename": "system-manual.md",
-  "__html": "<h1>System User Manual</h1>\n<h2>Get started quickly</h2>\n<blockquote>\n<p>Please refer to <a href=\"quick-start.html\">Quick Start</a></p>\n</blockquote>\n<h2>Operation guide</h2>\n<h3>1. Home</h3>\n<p>The home page contains task status statistics, process status statistics, and workflow definition statistics for all projects of the user.</p>\n<p align=\"center\">\n<img src=\"/img/home_en.png\" width=\"80%\" />\n</p>\n<h3>2. Project management</h3>\n<h4>2.1 Create project< [...]
+  "__html": "<h1>System User Manual</h1>\n<h2>Get started quickly</h2>\n<blockquote>\n<p>Please refer to <a href=\"quick-start.html\">Quick Start</a></p>\n</blockquote>\n<h2>Operation guide</h2>\n<h3>1. Home</h3>\n<p>The home page contains task status statistics, process status statistics, and workflow definition statistics for all projects of the user.</p>\n<p align=\"center\">\n<img src=\"/img/home_en.png\" width=\"80%\" />\n</p>\n<h3>2. Project management</h3>\n<h4>2.1 Create project< [...]
   "link": "/dist/en-us/docs/1.3.5/user_doc/system-manual.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.5/user_doc/quick-start.html b/zh-cn/docs/1.3.5/user_doc/quick-start.html
index 0598cf7..d79dee0 100644
--- a/zh-cn/docs/1.3.5/user_doc/quick-start.html
+++ b/zh-cn/docs/1.3.5/user_doc/quick-start.html
@@ -12,7 +12,8 @@
 <body>
   <div id="root"><div class="md2html docs-page" data-reactroot=""><header class="header-container header-container-dark"><div class="header-body"><a href="/zh-cn/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div class="search search-dark"><span class="icon-search"></span></div><span class="language-switch language-switch-dark">En</span><div class="header-menu"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass ant-menu-l [...]
 <ul>
-<li>管理员用户登录
+<li>
+<p>管理员用户登录</p>
 <blockquote>
 <p>地址:<a href="http://192.168.xx.xx:12345/dolphinscheduler">http://192.168.xx.xx:12345/dolphinscheduler</a> 用户名密码:admin/dolphinscheduler123</p>
 </blockquote>
diff --git a/zh-cn/docs/1.3.5/user_doc/quick-start.json b/zh-cn/docs/1.3.5/user_doc/quick-start.json
index b3fc1e9..a49b4fb 100644
--- a/zh-cn/docs/1.3.5/user_doc/quick-start.json
+++ b/zh-cn/docs/1.3.5/user_doc/quick-start.json
@@ -1,6 +1,6 @@
 {
   "filename": "quick-start.md",
-  "__html": "<h1>快速上手</h1>\n<ul>\n<li>管理员用户登录\n<blockquote>\n<p>地址:<a href=\"http://192.168.xx.xx:12345/dolphinscheduler\">http://192.168.xx.xx:12345/dolphinscheduler</a> 用户名密码: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 sr [...]
+  "__html": "<h1>快速上手</h1>\n<ul>\n<li>\n<p>管理员用户登录</p>\n<blockquote>\n<p>地址:<a href=\"http://192.168.xx.xx:12345/dolphinscheduler\">http://192.168.xx.xx:12345/dolphinscheduler</a> 用户名密码: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   [...]
   "link": "/dist/zh-cn/docs/1.3.5/user_doc/quick-start.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.5/user_doc/system-manual.html b/zh-cn/docs/1.3.5/user_doc/system-manual.html
index f6c8e8b..535fb72 100644
--- a/zh-cn/docs/1.3.5/user_doc/system-manual.html
+++ b/zh-cn/docs/1.3.5/user_doc/system-manual.html
@@ -841,10 +841,10 @@ worker.groups=default,test
 <ul>
 <li>-mapper  &quot;<a href="http://mapper.py">mapper.py</a> 1&quot;  -file <a href="http://mapper.py">mapper.py</a>   -reducer <a href="http://reducer.py">reducer.py</a>  -file <a href="http://reducer.py">reducer.py</a> –input /journey/words.txt -output /journey/out/mr/${currentTimeMillis}</li>
 <li>其中 -mapper 后的 <a href="http://mapper.py">mapper.py</a> 1是两个参数,<a href="http://xn--mapper-9m7iglm85bf76bbzbb87i.py">第一个参数是mapper.py</a>,第二个参数是1</li>
-<li>资源: 如果其他参数中引用了资源文件,需要在资源中选择指定</li>
-<li>自定义参数:是MR局部的用户自定义参数,会替换脚本中以${变量}的内容</li>
 </ul>
 </li>
+<li>资源: 如果其他参数中引用了资源文件,需要在资源中选择指定</li>
+<li>自定义参数:是MR局部的用户自定义参数,会替换脚本中以${变量}的内容</li>
 </ul>
 <h4>7.8 Python节点</h4>
 <ul>
diff --git a/zh-cn/docs/1.3.5/user_doc/system-manual.json b/zh-cn/docs/1.3.5/user_doc/system-manual.json
index ea99629..822925d 100644
--- a/zh-cn/docs/1.3.5/user_doc/system-manual.json
+++ b/zh-cn/docs/1.3.5/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 [...]
+  "__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": "/dist/zh-cn/docs/1.3.5/user_doc/system-manual.html",
   "meta": {}
 }
\ No newline at end of file