Configuring Pentaho Data Integration (PDI) / Kettle community edition on Windows:
This short tutorial will focus on Setting up a PDI server to ingest data from RangerMSP into Neo4j.You should first setup and configure a working Neo4j 4.x server (it can be on the same server).
What you need to before you begin
|
System Requirements:
|
- Verify the JAVA_HOME system variable. For my installation I used the OpenJDK so the path was C:\Program Files\AdoptOpenJDK\jre-8.0.265.01-hotspot
- Extract the archive into the folder you want to be your installation folder
- Navigate to the installation folder and run spoon.bat
- IF you see the _PENTAHO_JAVA variable point to a JAVA version other than 8 then prepend a proper path to the JAVA version 8 at the beginning of the spoon.bat:SET JAVA_HOME =C:\Program Files\AdoptOpenJDK\jre-8.0.265.01-hotspot
- BE PATIENT. It takes a little while to load. After a moment you should see the Pentaho Data Integration splash screen:
- Ok - now we need some connectivity. You want to query a Microsoft SQL Server database right? Of course you do! Why not?
First Download the Microsoft JDBC driver for MS SQL Server.
Extract the contents. - Copy the mssql-jdbc.x.y.z.jre8.jar into the \lib folder of your PDI installation folder (assuming you are using JAVA JRE/JDK v8. That's it! next time you launch spoon it will have the SQL jdbc driver available.
For some more data connectivity examples see the following:
No comments:
Post a Comment
Have a comment? Would love to hear it!