Configuring the Components Catalog server - Cloud

Talend Cloud Hybrid Installation Guide

Version
Cloud
Language
English
EnrichDitaval
Linux
Product
Talend Cloud
Module
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Content
Installation and Upgrade

Procedure

  1. Open the <Components_Catalog_Path>/config/application.properties file.
  2. To change the default port exposed for the Components Catalog endpoints, edit the following line:
    server.port=8989
  3. To change the context path for the Components Catalog endpoints, edit the following line:
    server.contextPath=/tcomp
    Note that the server.contextpath and server.port properties must match the properties defined for tcomp.server.url in the <Data_Preparation_Path>/config/application.properties file.
  4. To enable the Components Catalog server for use with Talend Data Preparation in a Big Data context, add the following line to the file:
    hadoop.conf.dir=/path/to/Hadoop/configuration/directory
    This property can also be set as an environment variable. Environment variables take precedence over values set in the application.properties file.
  5. To use the Components Catalog server with a secure Hadoop cluster (using Kerberos), add the following line to the file:
    krb5.config=/path/to/Kerberos/configuration/file/krb5.conf
    This property can also be set as an environment variable. Environment variables take precedence over values set in the application.properties file.
  6. Save your changes to the properties file.
  7. Restart Components Catalog for your changes to be taken into account. You can do so using the start.sh script in the <Components_Catalog_Path> folder.