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 170a4ef Automated deployment: Mon Apr 13 08:57:10 UTC 2020
317036566d3fd895b061ff349961787872e3945d
170a4ef is described below
commit 170a4ef766911b59e676d36b9999c126449438fb
Author: dailidong <[email protected]>
AuthorDate: Mon Apr 13 08:57:11 2020 +0000
Automated deployment: Mon Apr 13 08:57:10 UTC 2020
317036566d3fd895b061ff349961787872e3945d
---
en-us/docs/1.2.0/user_doc/cluster-deployment.html | 1 +
en-us/docs/1.2.0/user_doc/cluster-deployment.json | 2 +-
en-us/docs/1.2.0/user_doc/standalone-deployment.html | 1 +
en-us/docs/1.2.0/user_doc/standalone-deployment.json | 2 +-
zh-cn/docs/1.2.0/user_doc/cluster-deployment.html | 2 ++
zh-cn/docs/1.2.0/user_doc/cluster-deployment.json | 2 +-
zh-cn/docs/1.2.0/user_doc/standalone-deployment.html | 1 +
zh-cn/docs/1.2.0/user_doc/standalone-deployment.json | 2 +-
zh-cn/docs/1.2.1/user_doc/cluster-deployment.html | 1 +
zh-cn/docs/1.2.1/user_doc/cluster-deployment.json | 2 +-
zh-cn/docs/1.2.1/user_doc/standalone-deployment.html | 1 +
zh-cn/docs/1.2.1/user_doc/standalone-deployment.json | 2 +-
12 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/en-us/docs/1.2.0/user_doc/cluster-deployment.html
b/en-us/docs/1.2.0/user_doc/cluster-deployment.html
index 27ca50a..db64417 100644
--- a/en-us/docs/1.2.0/user_doc/cluster-deployment.html
+++ b/en-us/docs/1.2.0/user_doc/cluster-deployment.html
@@ -48,6 +48,7 @@ echo "dolphinscheduler123" | passwd --stdin dolphinscheduler
<span class="hljs-meta">
#</span><span class="bash"> Configure sudo passwordless</span>
echo 'dolphinscheduler ALL=(ALL) NOPASSWD: NOPASSWD: ALL' >>
/etc/sudoers
+sed -i 's/Defaults requirett/#Defaults requirett/g' /etc/sudoers
</code></pre>
<pre><code> Notes:
- Because the task execution service is based on 'sudo -u {linux-user}' to
switch between different Linux users to implement multi-tenant running jobs,
the deployment user needs to have sudo permissions and is passwordless. The
first-time learners who can ignore it if they don't understand.
diff --git a/en-us/docs/1.2.0/user_doc/cluster-deployment.json
b/en-us/docs/1.2.0/user_doc/cluster-deployment.json
index 334b528..6b99d8b 100644
--- a/en-us/docs/1.2.0/user_doc/cluster-deployment.json
+++ b/en-us/docs/1.2.0/user_doc/cluster-deployment.json
@@ -1,6 +1,6 @@
{
"filename": "cluster-deployment.md",
- "__html": "<h1>Cluster Deployment</h1>\n<p>DolphinScheduler Cluster
deployment is divided into two parts: backend deployment and frontend
deployment.</p>\n<h1>1、Backend Deployment</h1>\n<h3>1.1: Before you begin
(please install requirement basic software by
yourself)</h3>\n<ul>\n<li>PostgreSQL (8.2.15+) or Mysql (5.7): Choose
One</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>
(1.8+): Required. Double-check configure JAVA_HOME and PATH [...]
+ "__html": "<h1>Cluster Deployment</h1>\n<p>DolphinScheduler Cluster
deployment is divided into two parts: backend deployment and frontend
deployment.</p>\n<h1>1、Backend Deployment</h1>\n<h3>1.1: Before you begin
(please install requirement basic software by
yourself)</h3>\n<ul>\n<li>PostgreSQL (8.2.15+) or Mysql (5.7): Choose
One</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>
(1.8+): Required. Double-check configure JAVA_HOME and PATH [...]
"link": "/en-us/docs/1.2.0/user_doc/cluster-deployment.html",
"meta": {}
}
\ No newline at end of file
diff --git a/en-us/docs/1.2.0/user_doc/standalone-deployment.html
b/en-us/docs/1.2.0/user_doc/standalone-deployment.html
index 1c066b8..db3031e 100644
--- a/en-us/docs/1.2.0/user_doc/standalone-deployment.html
+++ b/en-us/docs/1.2.0/user_doc/standalone-deployment.html
@@ -48,6 +48,7 @@ echo "dolphinscheduler" | passwd --stdin dolphinscheduler
<span class="hljs-meta">
#</span><span class="bash"> setup sudo passwordless</span>
sed -i '$adolphinscheduler ALL=(ALL) NOPASSWD: NOPASSWD: ALL' /etc/sudoers
+sed -i 's/Defaults requirett/#Defaults requirett/g' /etc/sudoers
<span class="hljs-meta">
#</span><span class="bash"> Modify the directory permissions so that the
deployment user has operation permissions on the dolphinscheduler-backend
directory </span>
chown -R dolphinscheduler:dolphinscheduler dolphinscheduler-backend
diff --git a/en-us/docs/1.2.0/user_doc/standalone-deployment.json
b/en-us/docs/1.2.0/user_doc/standalone-deployment.json
index f634301..9e26dbb 100644
--- a/en-us/docs/1.2.0/user_doc/standalone-deployment.json
+++ b/en-us/docs/1.2.0/user_doc/standalone-deployment.json
@@ -1,6 +1,6 @@
{
"filename": "standalone-deployment.md",
- "__html": "<h1>Standalone Deployment</h1>\n<p>DolphinScheduler Standalone
deployment is divided into two parts: backend deployment and frontend
deployment.</p>\n<h1>1. Backend Deployment</h1>\n<h3>1.1: Before you begin
(please install requirement basic software by
yourself)</h3>\n<ul>\n<li>PostgreSQL (8.2.15+) or Mysql (5.6 or 5.7): Choose
One</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>
(1.8+): Required. Double-check configure JAVA [...]
+ "__html": "<h1>Standalone Deployment</h1>\n<p>DolphinScheduler Standalone
deployment is divided into two parts: backend deployment and frontend
deployment.</p>\n<h1>1. Backend Deployment</h1>\n<h3>1.1: Before you begin
(please install requirement basic software by
yourself)</h3>\n<ul>\n<li>PostgreSQL (8.2.15+) or Mysql (5.6 or 5.7): Choose
One</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>
(1.8+): Required. Double-check configure JAVA [...]
"link": "/en-us/docs/1.2.0/user_doc/standalone-deployment.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.0/user_doc/cluster-deployment.html
b/zh-cn/docs/1.2.0/user_doc/cluster-deployment.html
index c705df0..2670d93 100644
--- a/zh-cn/docs/1.2.0/user_doc/cluster-deployment.html
+++ b/zh-cn/docs/1.2.0/user_doc/cluster-deployment.html
@@ -48,6 +48,8 @@ echo "dolphinscheduler123" | passwd --stdin dolphinscheduler
<span class="hljs-meta">
#</span><span class="bash"> 配置sudo免密</span>
echo 'dolphinscheduler ALL=(ALL) NOPASSWD: NOPASSWD: ALL' >>
/etc/sudoers
+sed -i 's/Defaults requirett/#Defaults requirett/g' /etc/sudoers
+
</code></pre>
<pre><code> 注意:
- 因为是以 sudo -u {linux-user} 切换不同linux用户的方式来实现多租户运行作业,所以部署用户需要有 sudo 权限,而且是免密的。
diff --git a/zh-cn/docs/1.2.0/user_doc/cluster-deployment.json
b/zh-cn/docs/1.2.0/user_doc/cluster-deployment.json
index 7500592..04470d0 100644
--- a/zh-cn/docs/1.2.0/user_doc/cluster-deployment.json
+++ b/zh-cn/docs/1.2.0/user_doc/cluster-deployment.json
@@ -1,6 +1,6 @@
{
"filename": "cluster-deployment.md",
- "__html":
"<h1>集群部署(Cluster)</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.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<pre><code class=\"language [...]
+ "__html":
"<h1>集群部署(Cluster)</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.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<pre><code class=\"language [...]
"link": "/zh-cn/docs/1.2.0/user_doc/cluster-deployment.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.0/user_doc/standalone-deployment.html
b/zh-cn/docs/1.2.0/user_doc/standalone-deployment.html
index b9c0a9c..2221a11 100644
--- a/zh-cn/docs/1.2.0/user_doc/standalone-deployment.html
+++ b/zh-cn/docs/1.2.0/user_doc/standalone-deployment.html
@@ -48,6 +48,7 @@ echo "dolphinscheduler" | passwd --stdin dolphinscheduler
<span class="hljs-meta">
#</span><span class="bash"> 配置sudo免密</span>
sed -i '$adolphinscheduler ALL=(ALL) NOPASSWD: NOPASSWD: ALL' /etc/sudoers
+sed -i 's/Defaults requirett/#Defaults requirett/g' /etc/sudoers
<span class="hljs-meta">
#</span><span class="bash"> 修改目录权限,使得部署用户对dolphinscheduler-backend目录有操作权限
</span>
chown -R dolphinscheduler:dolphinscheduler dolphinscheduler-backend
diff --git a/zh-cn/docs/1.2.0/user_doc/standalone-deployment.json
b/zh-cn/docs/1.2.0/user_doc/standalone-deployment.json
index a670096..4d54a98 100644
--- a/zh-cn/docs/1.2.0/user_doc/standalone-deployment.json
+++ b/zh-cn/docs/1.2.0/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.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 or Mi [...]
+ "__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.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 or Mi [...]
"link": "/zh-cn/docs/1.2.0/user_doc/standalone-deployment.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/user_doc/cluster-deployment.html
b/zh-cn/docs/1.2.1/user_doc/cluster-deployment.html
index 7498fbb..c045a35 100644
--- a/zh-cn/docs/1.2.1/user_doc/cluster-deployment.html
+++ b/zh-cn/docs/1.2.1/user_doc/cluster-deployment.html
@@ -48,6 +48,7 @@ echo "dolphinscheduler123" | passwd --stdin dolphinscheduler
<span class="hljs-meta">
#</span><span class="bash"> 配置sudo免密</span>
echo 'dolphinscheduler ALL=(ALL) NOPASSWD: NOPASSWD: ALL' >>
/etc/sudoers
+sed -i 's/Defaults requirett/#Defaults requirett/g' /etc/sudoers
</code></pre>
<pre><code> 注意:
- 因为是以 sudo -u {linux-user} 切换不同linux用户的方式来实现多租户运行作业,所以部署用户需要有 sudo 权限,而且是免密的。
diff --git a/zh-cn/docs/1.2.1/user_doc/cluster-deployment.json
b/zh-cn/docs/1.2.1/user_doc/cluster-deployment.json
index cd59185..743b7e6 100644
--- a/zh-cn/docs/1.2.1/user_doc/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 [...]
+ "__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/user_doc/cluster-deployment.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/user_doc/standalone-deployment.html
b/zh-cn/docs/1.2.1/user_doc/standalone-deployment.html
index 9d9e0cc..0b2cd73 100644
--- a/zh-cn/docs/1.2.1/user_doc/standalone-deployment.html
+++ b/zh-cn/docs/1.2.1/user_doc/standalone-deployment.html
@@ -48,6 +48,7 @@ echo "dolphinscheduler" | passwd --stdin dolphinscheduler
<span class="hljs-meta">
#</span><span class="bash"> 配置sudo免密</span>
sed -i '$adolphinscheduler ALL=(ALL) NOPASSWD: NOPASSWD: ALL' /etc/sudoers
+sed -i 's/Defaults requirett/#Defaults requirett/g' /etc/sudoers
<span class="hljs-meta">
#</span><span class="bash"> 修改目录权限,使得部署用户对dolphinscheduler-backend目录有操作权限
</span>
chown -R dolphinscheduler:dolphinscheduler dolphinscheduler-backend
diff --git a/zh-cn/docs/1.2.1/user_doc/standalone-deployment.json
b/zh-cn/docs/1.2.1/user_doc/standalone-deployment.json
index 756cfa8..bbbcc91 100644
--- a/zh-cn/docs/1.2.1/user_doc/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 [...]
+ "__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/user_doc/standalone-deployment.html",
"meta": {}
}
\ No newline at end of file