|
@@ -22,7 +22,7 @@ data-quality.jar.name=dolphinscheduler-data-quality-dev-SNAPSHOT.jar
|
|
- Please fill in `data-quality.jar.name` according to the actual package name.
|
|
- Please fill in `data-quality.jar.name` according to the actual package name.
|
|
- If you package `data-quality` separately, remember to modify the package name to be consistent with `data-quality.jar.name`.
|
|
- If you package `data-quality` separately, remember to modify the package name to be consistent with `data-quality.jar.name`.
|
|
- If the old version is upgraded and used, you need to execute the `sql` update script to initialize the database before running.
|
|
- If the old version is upgraded and used, you need to execute the `sql` update script to initialize the database before running.
|
|
-- If you want to use `MySQL` data, you need to comment out the `scope` of `MySQL` in `pom.xml`.
|
|
+- `dolphinscheduler-data-quality-dev-SNAPSHOT.jar` was built with no dependencies. If a `JDBC` driver is required, you can set the `-jars` parameter in the `node settings` `Option Parameters`, e.g. `--jars /lib/jars/mysql-connector-java-8.0.16.jar`.
|
|
- Currently only `MySQL`, `PostgreSQL` and `HIVE` data sources have been tested, other data sources have not been tested yet.
|
|
- Currently only `MySQL`, `PostgreSQL` and `HIVE` data sources have been tested, other data sources have not been tested yet.
|
|
- `Spark` needs to be configured to read `Hive` metadata, `Spark` does not use `jdbc` to read `Hive`.
|
|
- `Spark` needs to be configured to read `Hive` metadata, `Spark` does not use `jdbc` to read `Hive`.
|
|
|
|
|