Installing Talend Data Stewardship manually - 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
This procedure contains the steps to manually install Talend Data Stewardship on your machine.

Before you begin

  • Talend Identity and Access Management is installed and running.
  • Talend Administration Center is installed and running.
  • A Talend Data Stewardship user exists in Talend Administration Center. For more information, see .
  • There are no other instance of MongoDB installed on your machine.

  • If you want to benefit from Talend Dictionary Service to display, create, or update semantic types in Talend Data Stewardship, download the latest MinIO version from this page and follow the MinIO documentation for installation, or install an S3 repository.

Procedure

  1. Download Apache Kafka from https://kafka.apache.org/downloads and install it. For more information on how to install it, see Apache Kafka documentation.
    For more information on the supported Apache Kafka version, see Compatible messaging systems.
  2. Download a MongoDB instance from https://www.mongodb.com/download-center and install it. For more information on how to install it, see MongoDB documentation.
    For more information on the supported MongoDB databases, see Compatible databases.
    If you want to secure connections with MongoDB using SSL, MongoDB Enterprise Server has to be manually installed on your machine. For more information, see https://docs.mongodb.com/v4.0/security/.
  3. Add mongo to the PATH environment variable.
  4. Create the tds database in MongoDB using the following command: use tds.
  5. Create the following user for the tds database in MongoDB:
    • Username: tds-user

    • Password: duser

    To do this, you can use the following command:
    db.createUser( { user: "tds-user", pwd: "duser", roles: [{ role: "readWrite", db: "tds"}]})
  6. Download Apache Tomcat from http://tomcat.apache.org/download-80.cgi and install it. For more information on how to install it, see Apache Tomcat documentation.
    For production environments, it is recommended to use a separate Tomcat instance for Talend Data Stewardship.
  7. Stop your Tomcat instance if it was automatically started.
  8. Unzip the Talend-DataStewardship-VA.B.C.zip to a TDS_files folder.
  9. Remove the contents of the <Tomcat>/webapps/ folder.
  10. Create a <Tomcat>/app folder and copy the .war files from TDS_files.
  11. Copy the files contained in TDS_files/context to <Tomcat>/conf/Catalina/localhost.
  12. Copy the configuration file contained in TDS_files/config to <Tomcat>/conf.