User Tools

Site Tools


Sidebar

pentaho

Install

Step 1. Download Pentaho Data Integration from Sourceforge

Step 2. Install Java 8

To run Pentaho Data Integration on Ubuntu, Java 8 is required. Higher versions of Java like 9 or 11 will cause this error.

“Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable
 modules.”

To install Java 8, open your terminal and type in these commands at the shell prompt:

sudo apt update
sudo apt install openjdk-8-jdk

If you are running Bullsey:

wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
sudo apt-get update && sudo apt-get install adoptopenjdk-8-hotspot

The terminal will ask you to confirm your download, type “y” to confirm. To confirm you have Java installed, type

java -version

Step 3: Open the Pentaho Data Integration App

Now that Java 8 is installed, we can run the Pentaho Data Integration app. In your terminal, change directories to the folder you extracted the sourceforge files to.

Extract files to a folder on your desktop called “pentaho” so your terminal looks like: To run spoon.sh, type

./spoon.sh

in your terminal. That will begin the process of starting the app.

Maria db jar file

https://downloads.mariadb.com/Connectors/java/connector-java-2.7.3/
pentaho.txt · Last modified: 2022/06/14 06:41 by vissie