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 b56cd3d  Automated deployment: Wed Jul 22 03:47:18 UTC 2020 
addcdce9df34bd2a8b16641179e16c21ff4d4aa2
b56cd3d is described below

commit b56cd3da5f15f51ccd0eec55e7791d1cec653fb7
Author: xingchun-chen <[email protected]>
AuthorDate: Wed Jul 22 03:47:18 2020 +0000

    Automated deployment: Wed Jul 22 03:47:18 UTC 2020 
addcdce9df34bd2a8b16641179e16c21ff4d4aa2
---
 en-us/docs/1.3.1/user_doc/cluster-deployment.html    | 6 +++---
 en-us/docs/1.3.1/user_doc/cluster-deployment.json    | 2 +-
 en-us/docs/1.3.1/user_doc/standalone-deployment.html | 6 +++---
 en-us/docs/1.3.1/user_doc/standalone-deployment.json | 2 +-
 zh-cn/docs/1.3.1/user_doc/cluster-deployment.html    | 6 +++---
 zh-cn/docs/1.3.1/user_doc/cluster-deployment.json    | 2 +-
 zh-cn/docs/1.3.1/user_doc/standalone-deployment.html | 6 +++---
 zh-cn/docs/1.3.1/user_doc/standalone-deployment.json | 2 +-
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/en-us/docs/1.3.1/user_doc/cluster-deployment.html 
b/en-us/docs/1.3.1/user_doc/cluster-deployment.html
index 1ee906a..4568d2e 100644
--- a/en-us/docs/1.3.1/user_doc/cluster-deployment.html
+++ b/en-us/docs/1.3.1/user_doc/cluster-deployment.html
@@ -114,8 +114,8 @@ done
 </code></pre>
 </li>
 <li>
-<p>On ds1, modify the directory permissions so that the deployment user has 
operation permissions on the dolphinscheduler-backend directory.</p>
-<pre><code class="language-shell">sudo chown -R 
dolphinscheduler:dolphinscheduler dolphinscheduler-backend
+<p>On ds1, modify the directory permissions so that the deployment user has 
operation permissions on the dolphinscheduler-bin directory.</p>
+<pre><code class="language-shell">sudo chown -R 
dolphinscheduler:dolphinscheduler dolphinscheduler-bin
 </code></pre>
 </li>
 </ul>
@@ -123,7 +123,7 @@ done
 <ul>
 <li>Into the database. The default database is PostgreSQL. If you select 
MySQL, you need to add the mysql-connector-java driver package to the lib 
directory of DolphinScheduler.</li>
 </ul>
-<pre><code>mysql -uroot -p
+<pre><code>mysql -h192.168.xx.xx -P3306 -uroot -p
 </code></pre>
 <ul>
 <li>After entering the database command line window, execute the database 
initialization command and set the user and password. <strong>Note: {user} and 
{password} need to be replaced with a specific database username and 
password</strong></li>
diff --git a/en-us/docs/1.3.1/user_doc/cluster-deployment.json 
b/en-us/docs/1.3.1/user_doc/cluster-deployment.json
index 72a58e6..54c44b9 100644
--- a/en-us/docs/1.3.1/user_doc/cluster-deployment.json
+++ b/en-us/docs/1.3.1/user_doc/cluster-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "cluster-deployment.md",
-  "__html": "<h1>Cluster Deployment</h1>\n<h1>1、Before you begin (please 
install requirement basic software by yourself)</h1>\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 environment 
variables in /etc/profile</li>\n<li>ZooKeeper (3.4.6+) 
:Required</li>\n<li>Hadoop (2.6+) or MinIO :Optional. If you need to upload a 
[...]
+  "__html": "<h1>Cluster Deployment</h1>\n<h1>1、Before you begin (please 
install requirement basic software by yourself)</h1>\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 environment 
variables in /etc/profile</li>\n<li>ZooKeeper (3.4.6+) 
:Required</li>\n<li>Hadoop (2.6+) or MinIO :Optional. If you need to upload a 
[...]
   "link": "/en-us/docs/1.3.1/user_doc/cluster-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/1.3.1/user_doc/standalone-deployment.html 
b/en-us/docs/1.3.1/user_doc/standalone-deployment.html
index b7d557a..f2b20a9 100644
--- a/en-us/docs/1.3.1/user_doc/standalone-deployment.html
+++ b/en-us/docs/1.3.1/user_doc/standalone-deployment.html
@@ -114,8 +114,8 @@ done
 </code></pre>
 </li>
 <li>
-<p>On ds1, modify the directory permissions so that the deployment user has 
operation permissions on the dolphinscheduler-backend directory.</p>
-<pre><code class="language-shell">sudo chown -R 
dolphinscheduler:dolphinscheduler dolphinscheduler-backend
+<p>On ds1, modify the directory permissions so that the deployment user has 
operation permissions on the dolphinscheduler-bin directory.</p>
+<pre><code class="language-shell">sudo chown -R 
dolphinscheduler:dolphinscheduler dolphinscheduler-bin
 </code></pre>
 </li>
 </ul>
@@ -123,7 +123,7 @@ done
 <ul>
 <li>Into the database. The default database is PostgreSQL. If you select 
MySQL, you need to add the mysql-connector-java driver package to the lib 
directory of DolphinScheduler.</li>
 </ul>
-<pre><code>mysql -uroot -p
+<pre><code>mysql -h192.168.xx.xx -P3306 -uroot -p
 </code></pre>
 <ul>
 <li>After entering the database command line window, execute the database 
initialization command and set the user and password. <strong>Note: {user} and 
{password} need to be replaced with a specific database username and 
password</strong></li>
diff --git a/en-us/docs/1.3.1/user_doc/standalone-deployment.json 
b/en-us/docs/1.3.1/user_doc/standalone-deployment.json
index 2b6b5f2..882a4f9 100644
--- a/en-us/docs/1.3.1/user_doc/standalone-deployment.json
+++ b/en-us/docs/1.3.1/user_doc/standalone-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone-deployment.md",
-  "__html": "<h1>Standalone Deployment</h1>\n<h1>1、Before you begin (please 
install requirement basic software by yourself)</h1>\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 environment 
variables in /etc/profile</li>\n<li>ZooKeeper (3.4.6+) 
:Required</li>\n<li>Hadoop (2.6+) or MinIO :Optional. If you need to uploa [...]
+  "__html": "<h1>Standalone Deployment</h1>\n<h1>1、Before you begin (please 
install requirement basic software by yourself)</h1>\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 environment 
variables in /etc/profile</li>\n<li>ZooKeeper (3.4.6+) 
:Required</li>\n<li>Hadoop (2.6+) or MinIO :Optional. If you need to uploa [...]
   "link": "/en-us/docs/1.3.1/user_doc/standalone-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.1/user_doc/cluster-deployment.html 
b/zh-cn/docs/1.3.1/user_doc/cluster-deployment.html
index 01ce297..5f36001 100644
--- a/zh-cn/docs/1.3.1/user_doc/cluster-deployment.html
+++ b/zh-cn/docs/1.3.1/user_doc/cluster-deployment.html
@@ -114,8 +114,8 @@ done
 </code></pre>
 </li>
 <li>
-<p>在ds1上,修改目录权限,使得部署用户对dolphinscheduler-backend目录有操作权限</p>
-<pre><code class="language-shell">sudo chown -R 
dolphinscheduler:dolphinscheduler dolphinscheduler-backend
+<p>在ds1上,修改目录权限,使得部署用户对dolphinscheduler-bin目录有操作权限</p>
+<pre><code class="language-shell">sudo chown -R 
dolphinscheduler:dolphinscheduler dolphinscheduler-bin
 </code></pre>
 </li>
 </ul>
@@ -123,7 +123,7 @@ done
 <ul>
 
<li>进入数据库,默认数据库是PostgreSQL,如选择MySQL的话,后续需要添加mysql-connector-java驱动包到DolphinScheduler的lib目录下,这里以MySQL为例</li>
 </ul>
-<pre><code>mysql -uroot -p
+<pre><code>mysql -h192.168.xx.xx -P3306 -uroot -p
 </code></pre>
 <ul>
 <li>进入数据库命令行窗口后,执行数据库初始化命令,设置访问账号和密码。<strong>注: {user} 和 {password} 
需要替换为具体的数据库用户名和密码</strong></li>
diff --git a/zh-cn/docs/1.3.1/user_doc/cluster-deployment.json 
b/zh-cn/docs/1.3.1/user_doc/cluster-deployment.json
index adc7fc0..731d481 100644
--- a/zh-cn/docs/1.3.1/user_doc/cluster-deployment.json
+++ b/zh-cn/docs/1.3.1/user_doc/cluster-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "cluster-deployment.md",
-  "__html": 
"<h1>集群部署(Cluster)</h1>\n<h1>1、基础软件安装(必装项请自行安装)</h1>\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-markdown\"> 
注意:DolphinScheduler本身不依赖Hadoop、Hive、Spark,仅是会调用他们的Cl [...]
+  "__html": 
"<h1>集群部署(Cluster)</h1>\n<h1>1、基础软件安装(必装项请自行安装)</h1>\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-markdown\"> 
注意:DolphinScheduler本身不依赖Hadoop、Hive、Spark,仅是会调用他们的Cl [...]
   "link": "/zh-cn/docs/1.3.1/user_doc/cluster-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.1/user_doc/standalone-deployment.html 
b/zh-cn/docs/1.3.1/user_doc/standalone-deployment.html
index 22a38d9..6ef09ef 100644
--- a/zh-cn/docs/1.3.1/user_doc/standalone-deployment.html
+++ b/zh-cn/docs/1.3.1/user_doc/standalone-deployment.html
@@ -48,8 +48,8 @@ echo "dolphinscheduler" | passwd --stdin dolphinscheduler
 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
+#</span><span class="bash"> 修改目录权限,使得部署用户对dolphinscheduler-bin目录有操作权限</span>
+chown -R dolphinscheduler:dolphinscheduler dolphinscheduler-bin
 </code></pre>
 <pre><code> 注意:
  - 因为任务执行服务是以 sudo -u {linux-user} 切换不同linux用户的方式来实现多租户运行作业,所以部署用户需要有 sudo 
权限,而且是免密的。初学习者不理解的话,完全可以暂时忽略这一点
@@ -71,7 +71,7 @@ chmod 600 ~/.ssh/authorized_keys
 <ul>
 
<li>进入数据库,默认数据库是PostgreSQL,如选择MySQL的话,后续需要添加mysql-connector-java驱动包到DolphinScheduler的lib目录下</li>
 </ul>
-<pre><code>mysql -uroot -p
+<pre><code>mysql -h192.168.xx.xx -P3306 -uroot -p
 </code></pre>
 <ul>
 <li>
diff --git a/zh-cn/docs/1.3.1/user_doc/standalone-deployment.json 
b/zh-cn/docs/1.3.1/user_doc/standalone-deployment.json
index 9367d17..8261df6 100644
--- a/zh-cn/docs/1.3.1/user_doc/standalone-deployment.json
+++ b/zh-cn/docs/1.3.1/user_doc/standalone-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone-deployment.md",
-  "__html": 
"<h1>单机部署(Standalone)</h1>\n<h1>1、基础软件安装(必装项请自行安装)</h1>\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 
MinIO集群上</li>\n</ul>\n<pre><code class=\"language-markdown\"> 注意:Do [...]
+  "__html": 
"<h1>单机部署(Standalone)</h1>\n<h1>1、基础软件安装(必装项请自行安装)</h1>\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 
MinIO集群上</li>\n</ul>\n<pre><code class=\"language-markdown\"> 注意:Do [...]
   "link": "/zh-cn/docs/1.3.1/user_doc/standalone-deployment.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to