Book Image

Pentaho Business Analytics Cookbook

By : Sergio Ramazzina
Book Image

Pentaho Business Analytics Cookbook

By: Sergio Ramazzina

Overview of this book

<p>Pentaho Business Analytics 5 is a complete open source business intelligence suite, providing data integration, OLAP, reporting, data visualization, and data mining features.&nbsp; Pentaho Business Analytics Cookbook provides you with a valuable and detailed set of recipes that illustrate all the features of Pentaho Business Analytics 5, the new version of the popular BI platform. The book provides clear illustrations and simple examples, helping you learn the core topics visually.</p>
Table of Contents (19 chapters)
Pentaho Business Analytics Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Using a JNDI connection for development


Let's show you how to configure a development JNDI data source on your development client. We will use this definition later on in the Managing JDBC database connections recipe to configure a JDBC connection inside the Pentaho Metadata Editor.

Getting ready

For this recipe, check the following conditions:

  1. Go to the Pentaho Metadata Editor directory and once there, go to the simple-jndi directory.

  2. Be sure the Pentaho Metadata Editor application is closed. If not, please close it before you start working on this recipe.

How to do it...

The following recipe shows you how to configure a JNDI connection to be used for development with the Pentaho Metadata Editor:

  1. Open the jdbc.properties file with your favorite editor. The jdbc.properties file contains a set of definitions for any of the development connections defined locally on our Pentaho Metadata Editor instance. By default, the file is filled with a set of demo connections that map to the standard Pentaho...