This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
pentaho [2022/05/23 04:45] – created vissie | pentaho [2022/06/14 06:41] (current) – vissie | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====Install===== | =====Install===== | ||
- | Step 1. Download Pentaho Data Integration from Sourceforge | + | ====Step 1. Download Pentaho Data Integration from Sourceforge==== |
You can download the files from this link: | You can download the files from this link: | ||
| | ||
+ | | ||
- | Step 2. Install Java 8 | + | ====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 | To run Pentaho Data Integration on Ubuntu, Java 8 is required. Higher versions of Java like 9 or 11 will cause this | ||
error. | error. | ||
Line 12: | Line 13: | ||
sudo apt update | sudo apt update | ||
sudo apt install openjdk-8-jdk | sudo apt install openjdk-8-jdk | ||
+ | | ||
+ | If you are running Bullsey: | ||
+ | wget -qO - https:// | ||
+ | sudo add-apt-repository --yes https:// | ||
+ | sudo apt-get update && sudo apt-get install adoptopenjdk-8-hotspot | ||
+ | | ||
The terminal will ask you to confirm your download, type “y” to confirm. | The terminal will ask you to confirm your download, type “y” to confirm. | ||
To confirm you have Java installed, type | To confirm you have Java installed, type | ||
java -version | 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:// | ||
+ |