Talend Data Preparation Installer is a convenient way of installing your Talend Data Preparation. Talend Data Preparation Installer comes with an embedded MongoDB server and can also install Talend Data Preparation as a service.
Note
Talend does not offer support for the embedded MongoDB server. For MongoDB help and support, see https://www.mongodb.com/resource-center.
For the manual installation procedure, see Installing Talend Data Preparation manually.
Prerequisites:
Java is installed and configured on your machine. For more information, see Java.
Talend Administration Center is installed and running. For more information, see Using Talend Installer graphical installation mode or Installing and configuring Talend Administration Center.
A Data Preparation user exists in Talend Administration Center. For more information, see Talend Administration Center User Guide.
To install your Talend Data Preparation with the Talend Data Preparation Installer, proceed as follows:
Download the TalendDataPreparation-A-B-C-linux-x64-installer.run file.
Make the TalendDataPreparation-A-B-C-linux-x64-installer.run file executable with the following command:
chmod +x TalendDataPreparation-A-B-C-linux-x64-installer.run
Launch the Talend Data Preparation Installer with the following command:
./TalendDataPreparation-A-B-C-linux-x64-installer.run
If you want to install Talend Data Preparation as a service, run this command as super user.
Accept the License Agreement.
Choose the directory where you want your Talend Data Preparation to be installed and click Forward.
In the Choose MongoDB installation part, choose whether you want to use the embedded MongoDB instance or use an external one.
If you select the the first option, the installer generates the
AdminUser.txt
file at the root of the MongoDB installation folder. It contains the credentials for a user with the administrator rights. In addition, the installer creates the following user for thedataprep
database in MongoDB:username:
dataprep_user
password:
duser
role:
dbOwner
If you select the second option, the next screen prompts you for your MongoDB connection parameters.
Note
Talend does not offer support for the embedded MongoDB server. For MongoDB help and support, see https://www.mongodb.com/resource-center.
In the TAC URL field, enter the URL to your Talend Administration Center followed by a slash (/).
In the TAC user and TAC password fields, enter the username and password of the Data Preparation user you defined in Talend Administration Center.
In the Service Public IP field, enter the URL you want to use to access Talend Data Preparation.
In the UI port field, enter the port you want to use for Talend Data Preparation user interface.
Select the Install Data Preparation Server as a system service check box if you want to install Talend Data Preparation as a service.
Click Forward to launch the installation.