Running Pentaho Data Integration on Mac OSX
Run Pentaho Data Integration on Mac OSX. The following procedure works with all the latest OSX versions.
My local configuration
- OSX Mojave
- OpenJDK 11
Procedure
- Download pdi-ce-8.1.0.0-365.zip from https://sourceforge.net/projects/pentaho/
- Unzip it
- Using the terminal,
cd
into the unzipped directory - Run the application
open Data\ Integration.app
If you get the following error:
LSOpenURLsWithRole() failed with error -10810 for the file Data Integration.app
then run the following command (it is permissions related):
sudo xattr -dr com.apple.quarantine Data\ Integration.app
Make sure that you are allowed to run applications from any vendor in the System Preferences > Security screen.
Try to run it again:
open Data\ Integration.app