Skip to main content

Pentaho+ documentation is moving!

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

 

Hitachi Vantara Lumada and Pentaho Documentation

Modify the JGroups configuration

Parent article

The default Infinispan configuration uses JGroups to distribute the cache across all Mondrian instances it finds on the local network. If you want to modify how those communications are done, you must edit the JGroups configuration file.

NoteThe segment cache features explained in this section are for very large OLAP deployments.

Each node might require a different configuration; the default configuration is highly portable.

If you are deploying this plugin on Amazon EC2, JGroups has a special configuration file that you copied to your /WEB-INF/classes/ directory when you installed the Analysis Enterprise Edition package. Additionally, default JGroups configuration files are inside of the JAR archive.

NoteFine-grained JGroups configuration is covered in the JGroups documentation; you should read through it before making changes.

To switch implementations, edit infinispan-config.xml and make the modification appropriate to your communication method:

Communication TypeConfiguration Entry
UDP communication
<property name="configurationFile" value="jgroups-udp.xml"/>
TCP communication
<property name="configurationFile" value="jgroups-tcp.xml"/>
Amazon EC2
<property name="configurationFile" value="jgroups-ec2.xml"/>