Running Pentaho Data Integration on Mac OSX

By Andres Jaimes

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

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

References