User Tools

Site Tools


pentaho

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pentaho [2022/05/23 04:45] – created vissiepentaho [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:
  https://sourceforge.net/projects/pentaho/  https://sourceforge.net/projects/pentaho/
 + https://downloads.sourceforge.net/projects/pentaho/Pentaho-9.3/client-tools/pci-ce-9.3.0.0-428.zip
  
-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://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. 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://downloads.mariadb.com/Connectors/java/connector-java-2.7.3/
 +
pentaho.1653306346.txt.gz · Last modified: 2022/05/23 04:45 by vissie