Skip to content

Commit

Permalink
Merge pull request #222 from c-f-cooper/master
Browse files Browse the repository at this point in the history
[DS-3766][docs] Specify MySQL version when database initialize
  • Loading branch information
xingchun-chen authored Dec 24, 2020
2 parents 8c2c10d + 0e27387 commit 850fd64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/en-us/1.3.2/user_doc/cluster-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/1.3.2/user_doc/standalone-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/1.3.2/user_doc/cluster-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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上
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/1.3.2/user_doc/standalone-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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集群上
Expand Down

0 comments on commit 850fd64

Please sign in to comment.