Installing Talend Dictionary Service from the RPM repository (deprecated)
Install Talend Dictionary Service with its
default configuration using RPM.
Before you begin
- Import the PGP key to validate the signature of the installation files. See Importing the PGP key (deprecated).
- Talend Dictionary Service requires Java 11. You can use either Oracle Java or OpenJDK.
- Make sure that the JAVA_HOME variable is correctly set to the Java home directory.
For example: /usr/java/jdk11.0.13-amd64.Information noteTip: You can set it in the /root/.bashrc file by adding the following line to it: export JAVA_HOME=$(dirname $(dirname $(readlink -e /usr/bin/java))).
- Make sure that Tomcat is already installed. You can either Installing and configuring Tomcat with RPM (deprecated) or use your own installation of Tomcat. In the latter case, make sure that the Tomcat path is correctly set in your environment variables, as explained in Talend Dictionary Service RPM configuration parameters (deprecated).
- The talend-mongodb service must be installed and running before installing Talend Dictionary Service to make sure that the built-in semantic types are created.
About this task
The default installation also installs the following dependencies:
- which
- coreutils
- sed
- gawk
In case of custom installation, these dependencies must be installed beforehand.