高级配置 - 7.3

Talend安装指南

Version
7.3
Language
中文(简体)
Operating system
Linux
Subscription type
订阅
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 DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
安装和升级
Last publication date
2022-10-30
适用产品...

Data Fabric

MDM Platform

如果 <$INSTALLDIR>/conf/mdm.conf 中的基本 Hazelcast 配置不足以满足您的实际使用,可以进行高级配置。

步骤

  1. 浏览至文件 <TomcatPath>/webapps/talendmdm/WEB-INF/beans.xml 并将其打开。
  2. 定位到 Hazelcast 配置部分。
     <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>
    请注意,beans.xml 中提供的参数的值将从 mdm.conf 文件中定义的对应部分抓取。
  3. 根据您的需要使用附加 Hazelcast 设置来更新文件 beans.xml。有关更多信息,请参阅 http://docs.hazelcast.org/docs/3.7/manual/html-single/index.html#discovering-cluster-members
  4. 将您的更改保存到 beans.xml 文件。