This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d13f94  [Improvement][Document] Describe the question Some low 
version of Mysql jdbc driver (#281)
3d13f94 is described below

commit 3d13f9485865dd65c81ed896c1cf40114601b314
Author: lisen <[email protected]>
AuthorDate: Fri Jan 22 13:57:25 2021 +0800

    [Improvement][Document] Describe the question Some low version of Mysql 
jdbc driver (#281)
---
 docs/en-us/1.3.4/user_doc/cluster-deployment.md    | 2 +-
 docs/en-us/1.3.4/user_doc/standalone-deployment.md | 2 +-
 docs/zh-cn/1.3.4/user_doc/cluster-deployment.md    | 2 +-
 docs/zh-cn/1.3.4/user_doc/standalone-deployment.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en-us/1.3.4/user_doc/cluster-deployment.md 
b/docs/en-us/1.3.4/user_doc/cluster-deployment.md
index 4f9a78e..bceb3ad 100644
--- a/docs/en-us/1.3.4/user_doc/cluster-deployment.md
+++ b/docs/en-us/1.3.4/user_doc/cluster-deployment.md
@@ -2,7 +2,7 @@
 
 # 1、Before you begin (please install requirement basic software by yourself)
 
- * PostgreSQL (8.2.15+) or MySQL (5.7)  :  Choose One
+ * PostgreSQL (8.2.15+) or MySQL (5.7)  :  Choose One, JDBC Driver 5.1.47+ is 
required if MySQL is used
  * [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) 
(1.8+) :  Required. Double-check configure JAVA_HOME and PATH environment 
variables in /etc/profile
  * ZooKeeper (3.4.6+) :Required
  * Hadoop (2.6+) or MinIO :Optional. If you need to upload a resource 
function, you can choose a local file directory as the upload folder for a 
single machine (this operation does not need to deploy Hadoop). Of course, you 
can also choose to upload to Hadoop or MinIO.
diff --git a/docs/en-us/1.3.4/user_doc/standalone-deployment.md 
b/docs/en-us/1.3.4/user_doc/standalone-deployment.md
index 0c20ba3..9cd61a8 100644
--- a/docs/en-us/1.3.4/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.4/user_doc/standalone-deployment.md
@@ -2,7 +2,7 @@
 
 # 1、Install basic softwares (please install required softwares by yourself)
 
- * PostgreSQL (8.2.15+) or MySQL (5.7)  :  Choose One
+ * PostgreSQL (8.2.15+) or MySQL (5.7)  :  Choose One, JDBC Driver 5.1.47+ is 
required if MySQL is used
  * [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) 
(1.8+) :  Required. Double-check configure JAVA_HOME and PATH environment 
variables in /etc/profile
  * ZooKeeper (3.4.6+) :Required
  * Hadoop (2.6+) or MinIO :Optional. If you need resource function, for 
Standalone Deployment you can choose a local directory as the upload 
destination (this does not need Hadoop deployed). Of course, you can also 
choose to upload to Hadoop or MinIO.
diff --git a/docs/zh-cn/1.3.4/user_doc/cluster-deployment.md 
b/docs/zh-cn/1.3.4/user_doc/cluster-deployment.md
index 6f67919..402b9ed 100644
--- a/docs/zh-cn/1.3.4/user_doc/cluster-deployment.md
+++ b/docs/zh-cn/1.3.4/user_doc/cluster-deployment.md
@@ -2,7 +2,7 @@
 
 # 1、基础软件安装(必装项请自行安装)
 
- * PostgreSQL (8.2.15+) or MySQL (5.7系列)  :  两者任选其一即可
+ * PostgreSQL (8.2.15+) or MySQL (5.7系列)  :  两者任选其一即可, 如MySQL则需要JDBC Driver 
5.1.47+
  * [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) 
(1.8+) :  必装,请安装好后在/etc/profile下配置 JAVA_HOME 及 PATH 变量
  * ZooKeeper (3.4.6+) :必装 
  * Hadoop (2.6+) or MinIO :选装,如果需要用到资源上传功能,可以选择上传到Hadoop or MinIO上
diff --git a/docs/zh-cn/1.3.4/user_doc/standalone-deployment.md 
b/docs/zh-cn/1.3.4/user_doc/standalone-deployment.md
index d294cfe..baea805 100644
--- a/docs/zh-cn/1.3.4/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.4/user_doc/standalone-deployment.md
@@ -2,7 +2,7 @@
 
 # 1、基础软件安装(必装项请自行安装)
 
- * PostgreSQL (8.2.15+) or MySQL (5.7系列)  :  两者任选其一即可
+ * PostgreSQL (8.2.15+) or MySQL (5.7系列)  :  两者任选其一即可, 如MySQL则需要JDBC Driver 
5.1.47+
  * [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) 
(1.8+) :  必装,请安装好后在/etc/profile下配置 JAVA_HOME 及 PATH 变量
  * ZooKeeper (3.4.6+) :必装 
  * Hadoop (2.6+) or MinIO :选装, 
如果需要用到资源上传功能,针对单机可以选择本地文件目录作为上传文件夹(此操作不需要部署Hadoop);当然也可以选择上传到Hadoop or MinIO集群上

Reply via email to