Components Catalogサーバーを設定 - 7.3

Talendインストールガイド

Version
7.3
Language
日本語
Operating system
Windows
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

手順

  1. <Components_Catalog_Path>\config\application.propertiesを開きます。
  2. Components Catalogエンドポイント用に公開されるデフォルトのポートを変更するには、次の行を編集します。
    server.port=8989
  3. Components Catalogエンドポイント用のコンテキストパスを変更するには、次の行を編集します。
    server.contextPath=/tcomp
    server.contextpathおよびserver.portプロパティは<Data_Preparation_Path>\config\application.propertiesファイルでtcomp.server.urlに定義したプロパティと一致させる必要があります。
  4. Components Catalogサーバーを、ビッグデータのコンテキストでTalend Data Preparationと共に使用できるようにするには、ファイルに次の行を追加します。
    hadoop.conf.dir=/path/to/Hadoop/configuration/directory
    このプロパティは、環境変数として設定することもできます。環境変数は、application.propertiesファイルで設定された値に優先します。
  5. セキュアなHadoopクラスターを備えた(ケルベロスを使用する)Components Catalogサーバーを使用するには、ファイルに次の行を追加します。
    krb5.config=/path/to/Kerberos/configuration/file/krb5.conf
    このプロパティは、環境変数として設定することもできます。環境変数は、application.propertiesファイルで設定された値に優先します。
  6. 変更をプロパティファイルに保存します。
  7. 変更を考慮して、Components Catalogを再起動します。この操作は、<Components_Catalog_Path>フォルダーにあるstart.shスクリプト使って行います。