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 2022/08/01 05:28:24 UTC

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

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 a1b375560 Automated deployment: 615ed08846ef65139d22d20cf5a9be19c05c7298
a1b375560 is described below

commit a1b375560c11fec65b2f1eea0c32ae66e2dfa907
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Mon Aug 1 05:28:20 2022 +0000

    Automated deployment: 615ed08846ef65139d22d20cf5a9be19c05c7298
---
 en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html | 2 +-
 en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json | 2 +-
 en-us/docs/dev/user_doc/guide/installation/standalone.html     | 2 +-
 en-us/docs/dev/user_doc/guide/installation/standalone.json     | 2 +-
 zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html | 2 +-
 zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json | 2 +-
 zh-cn/docs/dev/user_doc/guide/installation/standalone.html     | 2 +-
 zh-cn/docs/dev/user_doc/guide/installation/standalone.json     | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
index 384091ab3..c389188dd 100644
--- a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
@@ -16,7 +16,7 @@
 <h2>Preparation</h2>
 <p>Pseudo-cluster deployment of DolphinScheduler requires external software support:</p>
 <ul>
-<li>JDK:Download <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+), and configure <code>JAVA_HOME</code> to and <code>PATH</code> variable. You can skip this step, if it already exists in your environment.</li>
+<li>JDK:download <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+), install and configure environment variable <code>JAVA_HOME</code> and append <code>bin</code> dir (included in <code>JAVA_HOME</code>) to <code>PATH</code> variable. You can skip this step if it already exists in your environment.</li>
 <li>Binary package: Download the DolphinScheduler binary package at <a href="https://dolphinscheduler.apache.org/en-us/download/download.html">download page</a></li>
 <li>Database: <a href="https://www.postgresql.org/download/">PostgreSQL</a> (8.2.15+) or <a href="https://dev.mysql.com/downloads/mysql/">MySQL</a> (5.7+), you can choose one of the two, such as MySQL requires JDBC Driver 8.0.16</li>
 <li>Registry Center: <a href="https://zookeeper.apache.org/releases.html">ZooKeeper</a> (3.4.6+),<a href="https://zookeeper.apache.org/releases.html">download link</a></li>
diff --git a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
index 5851bea4f..1753ea8a9 100644
--- a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of the pseudo-cluster deployment is to deploy the DolphinScheduler service on a single machine. In this mode, DolphinScheduler's master, worker, API server, are all on the same machine.</p>\n<p>If you are a new hand and want to experience DolphinScheduler functions, we recommend you install follow <a href=\"standalone.md\">Standalone deployment</a>. If you want to experience more complete functions and schedule massive tasks [...]
+  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of the pseudo-cluster deployment is to deploy the DolphinScheduler service on a single machine. In this mode, DolphinScheduler's master, worker, API server, are all on the same machine.</p>\n<p>If you are a new hand and want to experience DolphinScheduler functions, we recommend you install follow <a href=\"standalone.md\">Standalone deployment</a>. If you want to experience more complete functions and schedule massive tasks [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/installation/standalone.html b/en-us/docs/dev/user_doc/guide/installation/standalone.html
index dc8f12cbb..c8bac58ae 100644
--- a/en-us/docs/dev/user_doc/guide/installation/standalone.html
+++ b/en-us/docs/dev/user_doc/guide/installation/standalone.html
@@ -19,7 +19,7 @@ When Standalone stops or restarts, in-memory H2 database will clear up. To use S
 </blockquote>
 <h2>Preparation</h2>
 <ul>
-<li>JDK:download <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+), and configure <code>JAVA_HOME</code> to and <code>PATH</code> variable. You can skip this step if it already exists in your environment.</li>
+<li>JDK:download <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+), install and configure environment variable <code>JAVA_HOME</code> and append <code>bin</code> dir (included in <code>JAVA_HOME</code>) to <code>PATH</code> variable. You can skip this step if it already exists in your environment.</li>
 <li>Binary package: download the DolphinScheduler binary package at <a href="https://dolphinscheduler.apache.org/en-us/download/download.html">download page</a>.</li>
 </ul>
 <h2>Start DolphinScheduler Standalone Server</h2>
diff --git a/en-us/docs/dev/user_doc/guide/installation/standalone.json b/en-us/docs/dev/user_doc/guide/installation/standalone.json
index 06a2831a3..457b42a33 100644
--- a/en-us/docs/dev/user_doc/guide/installation/standalone.json
+++ b/en-us/docs/dev/user_doc/guide/installation/standalone.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone.md",
-  "__html": "<h1>Standalone</h1>\n<p>Standalone only for quick experience for DolphinScheduler.</p>\n<p>If you are a new hand and want to experience DolphinScheduler functions, we recommend you install follow Standalone deployment. If you want to experience more complete functions and schedule massive tasks, we recommend you install follow <a href=\"pseudo-cluster.md\">pseudo-cluster deployment</a>. If you want to deploy DolphinScheduler in production, we recommend you follow <a href=\"c [...]
+  "__html": "<h1>Standalone</h1>\n<p>Standalone only for quick experience for DolphinScheduler.</p>\n<p>If you are a new hand and want to experience DolphinScheduler functions, we recommend you install follow Standalone deployment. If you want to experience more complete functions and schedule massive tasks, we recommend you install follow <a href=\"pseudo-cluster.md\">pseudo-cluster deployment</a>. If you want to deploy DolphinScheduler in production, we recommend you follow <a href=\"c [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/installation/standalone.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
index 29b7b4e38..7772d904b 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
@@ -16,7 +16,7 @@
 <h2>前置准备工作</h2>
 <p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>
 <ul>
-<li>JDK:下载<a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+),并将 JAVA_HOME 配置到以及 PATH 变量中。如果你的环境中已存在,可以跳过这步。</li>
+<li>JDK:下载<a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+),安装并配置 <code>JAVA_HOME</code> 环境变量,并将其下的 <code>bin</code> 目录追加到 <code>PATH</code> 环境变量中。如果你的环境中已存在,可以跳过这步。</li>
 <li>二进制包:在<a href="https://dolphinscheduler.apache.org/zh-cn/download/download.html">下载页面</a>下载 DolphinScheduler 二进制包</li>
 <li>数据库:<a href="https://www.postgresql.org/download/">PostgreSQL</a> (8.2.15+) 或者 <a href="https://dev.mysql.com/downloads/mysql/">MySQL</a> (5.7+),两者任选其一即可,如 MySQL 则需要 JDBC Driver 8.0.16</li>
 <li>注册中心:<a href="https://zookeeper.apache.org/releases.html">ZooKeeper</a> (3.4.6+),<a href="https://zookeeper.apache.org/releases.html">下载地址</a></li>
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
index 1634a6d55..6e3cfb638 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下master、worker、api server 都在同一台机器上</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a href=\"https://www.oracle.com/technetwork/java/javase/dow [...]
+  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下master、worker、api server 都在同一台机器上</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a href=\"https://www.oracle.com/technetwork/java/javase/dow [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/standalone.html b/zh-cn/docs/dev/user_doc/guide/installation/standalone.html
index f6529fb0a..32adaa43e 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/standalone.html
+++ b/zh-cn/docs/dev/user_doc/guide/installation/standalone.html
@@ -19,7 +19,7 @@
 </blockquote>
 <h2>前置准备工作</h2>
 <ul>
-<li>JDK:下载<a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+),并将 <code>JAVA_HOME</code> 配置到以及 <code>PATH</code> 变量中。如果你的环境中已存在,可以跳过这步。</li>
+<li>JDK:下载<a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+),安装并配置 <code>JAVA_HOME</code> 环境变量,并将其下的 <code>bin</code> 目录追加到 <code>PATH</code> 环境变量中。如果你的环境中已存在,可以跳过这步。</li>
 <li>二进制包:在<a href="https://dolphinscheduler.apache.org/zh-cn/download/download.html">下载页面</a>下载 DolphinScheduler 二进制包</li>
 </ul>
 <h2>启动 DolphinScheduler Standalone Server</h2>
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/standalone.json b/zh-cn/docs/dev/user_doc/guide/installation/standalone.json
index d345a65a4..0e836288b 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/standalone.json
+++ b/zh-cn/docs/dev/user_doc/guide/installation/standalone.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone.md",
-  "__html": "<h1>Standalone极速体验版</h1>\n<p>Standalone 仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用Standalone方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<blockquote>\n<p><strong><em>注意:</em></strong> Standalone仅建议20个以下工作流使用,因为其采用内存式的H2 Database, Zookeeper Testing Server,任务过多可能导致不稳定,并且如果重启或者停止standalone-server会导致内存中数据库里的数据清空。\n如果您要连接外部数据库,比如m [...]
+  "__html": "<h1>Standalone极速体验版</h1>\n<p>Standalone 仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用Standalone方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<blockquote>\n<p><strong><em>注意:</em></strong> Standalone仅建议20个以下工作流使用,因为其采用内存式的H2 Database, Zookeeper Testing Server,任务过多可能导致不稳定,并且如果重启或者停止standalone-server会导致内存中数据库里的数据清空。\n如果您要连接外部数据库,比如m [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/installation/standalone.html",
   "meta": {}
 }
\ No newline at end of file