Install Client Pdi
Install Client Pdi
This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA,
documentation revision August 28, 2013, copyright © 2013 Pentaho Corporation. No part may be reprinted without
written permission from Pentaho Corporation. All trademarks are the property of their respective owners.
Trademarks
Pentaho (TM) and the Pentaho logo are registered trademarks of Pentaho Corporation. All other trademarks are the
property of their respective owners. Trademarked names may appear throughout this document. Rather than list
the names and entities that own the trademarks or insert a trademark symbol with each mention of the trademarked
name, Pentaho states that it is using the names for editorial purposes only and to the benefit of the trademark
owner, with no intention of infringing upon that trademark.
Contact Us
Global Headquarters Pentaho Corporation
Citadel International, Suite 340
5950 Hazeltine National Drive
Orlando, FL 32822
Phone: +1 407 812-OPEN (6736)
Fax: +1 407 517-4575
http://www.pentaho.com
Sales Inquiries: [email protected]
| TOC | 3
Contents
Installation of DI Design Tool and Plugins Introduction............................................................. 4
Overview of DI Design Tool and Plugin Installation Process.....................................................5
Prepare Environment.................................................................................................................6
Install Java JRE or JDK................................................................................................................................ 6
Set Environment Variables........................................................................................................................... 6
Set Windows PENTAHO_JAVA_HOME Variable..............................................................................6
Set Linux PENTAHO_JAVA_HOME Variable....................................................................................7
Install DI Design Tool and Plugins.............................................................................................8
Choose Installation Method.......................................................................................................................... 8
Install the Design Tool and Plugins.............................................................................................................. 8
Use the Wizard to Install DI Design Tool and Instaview Plugin......................................................... 8
Use the Manual Method to Install DI Design Tool, Utilities, and Plugins........................................... 8
Next Steps............................................................................................................................... 11
| Installation of DI Design Tool and Plugins Introduction | 4
Prerequisites
Before you begin, you must have installed DI Server on the same computer on which you plan to install the design tool
and plugins, or on a server computer that is on your network.
Expertise
The topics in this section are written for anyone who wants to install the DI design tool and plugins.
Tools
You must supply a workstation that meets the hardware and software requirements indicated in the Supported
Technologies section.
Login Credentials
All of the tasks in this section require that you have the appropriate permissions and accesses required to install
software on the computer.
| Overview of DI Design Tool and Plugin Installation Process | 5
To use Pentaho Data Integration to extract data, transform it into a useful format, and load it for analysis, you need
to install the Spoon design tool along with the Kitchen, Pan, and Carte utilities. When you install the design tool and
utilities, several plugins are also automatically installed such as Big Data, Instaview, and Marketplace. Follow the
guidepost to make sure you complete the entire process.
• Prepare Environment: Prepare the computer on which you want to install the design tool and plugins.
• Install Design Tools and Plugins: Use the wizard or manual process to install the design tool and plugins.
• Next Steps: Determine what to do after the design tool and plugins have been installed.
| Prepare Environment | 6
Prepare Environment
To prepare the computer on which you plan to install the DI design tool and plugins, complete these tasks.
• Install Java JRE or JDK.
• Set environment variables.
java -version
4. If the version of Java does not match the version needed to run Pentaho software, check your system to see if there
are other versions of Java installed.
5. If the version of Java that you need to run Pentaho software is not on your system, download it from the Oracle site
and install it.
C:\Program Files\Java\jre7
d) Click OK.
5. Click Apply Changes.
6. Log out, then log back in.
| Prepare Environment | 7
7. To verify that the variables have been properly set, open a Command window and type this.
echo %PENTAHO_JAVA_HOME%
gedit /etc/environment
3. Indicate where you installed Java in your /etc/environment file by typing this.
Note: Substitute /usr/lib/jvm/java-7-sun with the location of the JRE or JDK you installed on your system.
export PENTAHO_JAVA_HOME=/usr/lib/jvm/java-7-sun
There is one DI design tool (Spoon) and many plugins, including Instaview and Big Data. This step, which explains how
to install them, consists of these tasks.
• Choose Installation Method
• Use the Wizard or Manual methods to install the design tool and plugins.
• Summary The Wizard is the easiest way to install The manual method allows you to
the DI Design Tool and Plugins. The manually copy design tool and plugin
Wizard allows you to install design installation files to any directory on the
tools and plugins on the server or client server or client workstations.
workstations.
• Recommendation This is the preferred method. Use Use for rapid development. Use this
for the Pentaho Trial Download, method if you want to manually install
evaluating, and rapid development. design tools in any directory.
Now that you have selected the installation method, follow the instructions in that section to install the design tool and
plugins.
• Wizard Installation Method
• Manual Installation Method
Use the Manual Method to Install DI Design Tool, Utilities, and Plugins
There are three different manual methods.
| Install DI Design Tool and Plugins | 9
1. Download the "Jul2012-SP2" version of MonetDB and install it on your computing environment. See MonetDB's
documentation if you need help completing this step.
2. Configure Instaview/Kettle to use Monetdb.
For Windows
a) In <user home>/.kettle/spoonrc, add these properties.
MonetDBDatabaseName=pentaho-instaview
MonetDBDefaultBufferSize=100000
MonetDBDefaultEncoding=UTF-8
MonetDBDefaultLogFile=
MonetDBDefaultSchemaName=
MonetDBDefaultTableName=tmp_agile_data
| Install DI Design Tool and Plugins | 10
#port that monet db is running on, 50000 is the default for Monetdb
MonetDBPort=50000
MonetDBProcessName=mserver5.exe
b) In <user home>/.kettle/kettle.properties, add these properties:
AgileBIDatabase=AgileBI
MonetDBDefaultBufferSize=100000
MonetDBDefaultEncoding=UTF-8
MonetDBDefaultLogFile=
#port that monet db is running on, 50000 is the default for MonetDB
MonetDBPort=50000
b) In <user home>/.kettle/kettle.properties, add these properties:
AgileBIDatabase=AgileBI
For any OS
a) Create a .monetdb file in your user home folder, /home/<userName>/.monetdb.
b) Add these two entries:
user=monetdb
password=monetdb
| Next Steps | 11
Next Steps
Now that you have installed the Spoon design tool, the utilities, and the plugins, it is now time for you to configure the
design tool.
Learn More
• Work through the Getting Started with DI tutorial.
• Try Instant Template-Based Analysis with Instaview.
• Learn more about how to Create DI Solutions.
• Work with Big Data.