Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

Use a Custom SegmentCache SPI

Parent article
If you want to develop your own implementation of the SegmentCache SPI, you will have to follow the basic plan presented in this article.

Perform the following steps to develop your implementation:

Procedure

  1. Create a Java class that implements mondrian.spi.SegmentCache.

  2. Compile your class and make it available in Mondrian’s classpath.

  3. Edit mondrian.properties and set mondrian.olap.SegmentCache to your class name.

  4. Start the Pentaho Server or Mondrian engine.

Results

This is only a high-level overview. If you need more specific advice, contact your Pentaho support representative and inquire about developer assistance.