Configuring Talend Data Preparation after installation - 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

Procedure

  1. Open the <Data_Preparation_Path>/config/application.properties file and edit the following Talend Data Preparation properties:
    Field Action
    public.ip Enter the hostname you want to use to access Talend Data Preparation.
    server.port Enter the port you want to use for Talend Data Preparation user interface.
    iam.ip Enter the URL to your Talend Identity and Access Management instance.
    security.oauth2.client.clientId Enter the Talend Identity and Access Management OIDC client identifier.
    security.oauth2.client.clientSecret Enter the Talend Identity and Access Management OIDC client password.
    iam.scim.url Make sure that Talend Identity and Access Management port is correct.
    app.products[0].id=TDS

    app.products[0].name=Data Stewardship

    app.products[0].url=<place_your_tds_url_here>

    Enter the URL to your Talend Data Stewardship instance.

    All the passwords entered in the properties file are encrypted when you start your Talend Data Preparation instance.

  2. Update the following fields with your MongoDB settings:
    Field Description
    spring.data.mongodb.host Host name of your MongoDB instance
    spring.data.mongodb.port Port number of your MongoDB instance
    spring.data.mongodb.database Name of the database on which Talend Data Preparation is connected, dataprep by default. The database is created when you first launch Talend Data Preparation.
    spring.data.mongodb.username Username used to connect to the database
    spring.data.mongodb.password Password used to connect to the database
  3. To enable the interaction between Talend Data Preparation and the Components Catalog service, edit the following line with your Components Catalog server host and port:
    tcomp.server.url=http://<tcomp_host>:<tcomp_port>/tcomp
  4. To enable the app switcher after installing Talend Data Preparation and Talend Data Stewardship, uncomment the following lines and add the URL to your Talend Data Stewardship instance:
    app.products[0].id=TDS
    app.products[0].name=Data Stewardship
    app.products[0].url=<place_your_tds_url_here>

    You must also add the URL to your Talend Data Preparation instance to the configuration file for Talend Data Stewardship. For more information, see the section about configuring Talend Data Stewardship after installation.

  5. By default, audit logs are enabled. You must specify the correct appender.http.url parameter in the audit.properties file, or disable audit logs. For more information, see Enabling and configuring audit capabilities in Talend Data Preparation.
  6. Available in:

    Big Data Platform

    Data Fabric

    Data Management Platform

    Data Services Platform

    MDM Platform

    Real-Time Big Data Platform

    To configure the access to Talend Dictionary Service, edit the following fields:
    Field Description
    dataquality.semantic.list.enable Set the value of this parameter to true in order to display the semantic type management interface in Talend Data Preparation.
    dataquality.server.url Enter the URL to your Talend Dictionary Service instance, http://<local machine ip>:8187/ for example.
    tsd.enabled Set the value of this parameter to true in order to enable the interaction between Talend Data Preparation and Talend Dictionary Service
    tsd.maven.connector.s3Repository.bucket-url Enter the URL of your MinIO or S3 repository bucket.

    For example: s3://talend-app-shared.

    tsd.maven.connector.s3Repository.base-path Enter the base path of your MinIO or S3 repository. This property is optional and can be left empty.

    For example: semantic-types-repository.

    tsd.maven.connector.s3Repository.username Enter the username of your MinIO or S3 repository.

    For example: username123.

    tsd.maven.connector.s3Repository.password Enter the password of your MinIO or S3 repository.

    For example: password123.

    tsd.maven.connector.s3Repository.s3.region Enter the region of your MinIO or S3 repository.

    For example: us-east-1.

    tsd.maven.connector.s3Repository.s3.endpoint Enter the URL of your MinIO or S3 repository server.

    For example: https://minio-company.com.

    tsd.dictionary-provider-facade.producer-url Enter the URL to your Talend Dictionary Service instance.
    spring.cloud.stream.kafka.binder.brokers Enter the host corresponding to your Kafka broker.
  7. To enable the semantic types, edit the following lines: dataquality.semantic.list.enable=true and dataquality.server.url=http://<local machine ip>:8187/.
  8. Before starting Talend Data Preparation, launch, in this order:
    1. Apache Kafka
    2. MongoDB
    3. MinIO
  9. Execute the start.sh file to start your Talend Data Preparation instance.