Advanced configuration - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

MDM Platform

If the basic Hazelcast configuration in <$INSTALLDIR>/conf/mdm.conf is not enough for your practical usage, you can make the advanced configuration

Procedure

  1. Browse to the file <TomcatPath>/webapps/talendmdm/WEB-INF/beans.xml and open it.
  2. Locate the Hazelcast configuration part.
     <hz:config id="hzConfig">
            <hz:network port="${hz.network.port}" port-auto-increment="${hz.network.port-auto-increment}">
                <hz:join>
                    <hz:multicast enabled="${hz.multicast.enabled}"/>
                    <hz:tcp-ip enabled="${hz.tcp-ip.enabled}">
                        <hz:members>${hz.members}</hz:members>
                    </hz:tcp-ip>
                </hz:join>
            </hz:network>
        </hz:config>
    Note that the values of the parameters provided in beans.xml will be fetched from their counterparts defined in the mdm.conf file.
  3. Update the file beans.xml with additional Hazelcast settings according to your needs. For more information, refer to http://docs.hazelcast.org/docs/3.7/manual/html-single/index.html#discovering-cluster-members.
  4. Save your changes to the beans.xml file.