You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2020/12/26 11:26:20 UTC

[incubator-dolphinscheduler-website] branch master updated: [docs] Specify MySQL version when database initialize in release 1.3.3

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

chenxingchun 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 93184ed  [docs] Specify MySQL version when database initialize in release 1.3.3
     new 9a91e87  Merge pull request #232 from c-f-cooper/master
93184ed is described below

commit 93184ed9058125bd38e0640c0644204849cace42
Author: cooper <13...@qq.com>
AuthorDate: Sat Dec 26 13:48:09 2020 +0800

    [docs] Specify MySQL version when database initialize in release 1.3.3
---
 docs/en-us/1.3.3/user_doc/cluster-deployment.md    | 2 +-
 docs/en-us/1.3.3/user_doc/standalone-deployment.md | 2 +-
 docs/zh-cn/1.3.3/user_doc/cluster-deployment.md    | 2 +-
 docs/zh-cn/1.3.3/user_doc/standalone-deployment.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en-us/1.3.3/user_doc/cluster-deployment.md b/docs/en-us/1.3.3/user_doc/cluster-deployment.md
index 2f60920..91b2550 100644
--- a/docs/en-us/1.3.3/user_doc/cluster-deployment.md
+++ b/docs/en-us/1.3.3/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,<font color="#dd0000">If use MySQL,It is strongly recommended that MySQL version is 5.7 or higher</font>
  * [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.3/user_doc/standalone-deployment.md b/docs/en-us/1.3.3/user_doc/standalone-deployment.md
index c1e9378..513d6d1 100644
--- a/docs/en-us/1.3.3/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.3/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,<font color="#dd0000">If use MySQL,It is strongly recommended that MySQL version is 5.7 or higher</font>
  * [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.3/user_doc/cluster-deployment.md b/docs/zh-cn/1.3.3/user_doc/cluster-deployment.md
index f71db9b..8d8a51b 100644
--- a/docs/zh-cn/1.3.3/user_doc/cluster-deployment.md
+++ b/docs/zh-cn/1.3.3/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系列)  :  两者任选其一即可,<font color="#dd0000">如果使用MySQL,强烈建议,MySQL的版本为5.7或更高</font>
  * [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.3/user_doc/standalone-deployment.md b/docs/zh-cn/1.3.3/user_doc/standalone-deployment.md
index 9b5a6a5..42872d9 100644
--- a/docs/zh-cn/1.3.3/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.3/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系列)  :  两者任选其一即可,<font color="#dd0000">如果使用MySQL,强烈建议,MySQL的版本为5.7或更高</font>
  * [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集群上