-
Notifications
You must be signed in to change notification settings - Fork 5
Patch
xiaoyao9184 edited this page Apr 16, 2021
·
1 revision
Generally, the functions in the PDI engine package are incomplete. For example, if the database is not supported, we need to copy the JDBC driver package to the PDI engine directory. The KPT project holds third-party dependent libraries in the project.
In the KPT project you will find the following directories:
├─.pdi/ patch directory
├─patch.PatchPDI.bat patch script
└─patch.PatchPDI.sh patch script
- Put the needed files in the
.pdi
directory - Run the
patch.PatchPDI.bat
/patch.PatchPDI.bat
script
For example: Put mssql-jdbc-9.2.0.jre8.jar
in the .pdi/lib/
directory, and will add mssql driver for PDI
The CI & CD script in the KPT project already supports the automatic running of the patch.PatchPDI.bat
/patch.PatchPDI.bat
script during deployment