|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
1. Prepare the RPM packages
|
|
|
|
|
|
- - It is generated by executing the command ```mvn -U clean install -Prpmbuild -Dmaven.test.skip=true -X``` in the project root directory (In the directory: dolphinscheduler-dist/target/rpm/apache-dolphinscheduler-incubating/RPMS/noarch )
|
|
|
+ - It is generated by executing the command ```mvn -U clean install -Prpmbuild -Dmaven.test.skip=true -X``` in the project root directory (In the directory: dolphinscheduler-dist/target/rpm/apache-dolphinscheduler/RPMS/noarch )
|
|
|
|
|
|
2. Create an installation for DS,who have read and write access to the installation directory (/opt/soft)
|
|
|
|
|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
- Manual installation (recommended):
|
|
|
- Copy the prepared RPM packages to each node of the cluster.
|
|
|
- - Execute with DS installation user: ```rpm -ivh apache-dolphinscheduler-incubating-xxx.noarch.rpm```
|
|
|
+ - Execute with DS installation user: ```rpm -ivh apache-dolphinscheduler-xxx.noarch.rpm```
|
|
|
- Mysql-connector-java packaged using the default POM file will not be included.
|
|
|
- The RPM package was packaged in the project with the installation path of /opt/soft.
|
|
|
If you use mysql as the database, you need add it manually.
|