You are on page 1of 13

Talend For DI & BD Certification training www.edureka.

co/talend-for-big-data

Talend Open Studio – Big Data


Installation Guide

© Brain4ce Education Solutions Pvt. Ltd.


Installation Guide www.edureka.co/talend-for-big-data

Talend Open Studio – Big Data


Installation Guide for Talend Open Studio – Big Data

Installation Guide for MYSQL Server

© Brain4ce Education Solutions Pvt. Ltd Page 1


Installation Guide www.edureka.co/talend-for-big-data

Talend Open Studio – Big Data


➢ Step 1: Go to: https://www.talend.com/download

© Brain4ce Education Solutions Pvt. Ltd Page 2


Installation Guide www.edureka.co/talend-for-big-data

➢ Step 2: Go to Talend Open Studio Products and Select Open Studio for Big Data.

➢ Step 3: Download the Open Studio for Big Data. The page would show the new
version for Talend Open Studio. Click on Download. The zip file will get
downloaded.

© Brain4ce Education Solutions Pvt. Ltd Page 3


Installation Guide www.edureka.co/talend-for-big-data

➢ Step 4: Extract the zip file. Go to the location where the file had been extracted. The
file would contain binaries for every platform i.e. Windows, Linux and MacOS.

➢ Step 5: Click on TOS_BD-linux-gtk-x86_64 (Linux Systems) or TOS_BD-win-x86_64.exe


(Windows System) to launch the Studio. For 32GB, click on TOS_BD-win32-x86.exe
(Windows System).

© Brain4ce Education Solutions Pvt. Ltd Page 4


Installation Guide www.edureka.co/talend-for-big-data

➢ Step 6: Click on “Create a New Project”, give the project name. Click on “Create” button
to create the project.

➢ Step 7: Click on “Finish”.

© Brain4ce Education Solutions Pvt. Ltd Page 5


Installation Guide www.edureka.co/talend-for-big-data

➢ Step 8: Skip the step.

➢ Step 9: Your Open Studio will open.

© Brain4ce Education Solutions Pvt. Ltd Page 6


Installation Guide www.edureka.co/talend-for-big-data

➢ Step 10: Close the welcome tab at the top and you will get the Talend Open Studio
page.

© Brain4ce Education Solutions Pvt. Ltd Page 7


Installation Guide www.edureka.co/talend-for-big-data

Install MYSQL Server


➢ Step 1: Go to website and copy the desired version of MYSQL
server.
https://dev.mysql.com/downloads/repo/yum/

➢ Step 2: locate the desired version, and update it as needed.

Locate the desired


version, and update it
as needed
Verify the integrity of
the download by
running md5sum and
comparing it with the
corresponding MD5
value listed on the site

Compare this output


with the appropriate
MD5 value on the site:

© Brain4ce Education Solutions Pvt. Ltd Page 8


Installation Guide www.edureka.co/talend-for-big-data

➢ Step 3: After verifying, move on the next step to install the package.

$ sudo rpm -ivh mysql57-community-release-el7-11.noarch.rpm

➢ Step 4: This adds two new MySQL yum repositories, and you can now use them to
install MySQL server:

$ sudo yum install mysql-server

➢ Step 5: Press y to confirm to proceed again Press y to download it and complete


the install.

➢ Step 6: We start the daemon with the following command:

$ sudo systemctl start mysqld

➢ Step 7: To be sure about the status that we have succeeded we use the
command:

$ sudo systemctl status mysqld

© Brain4ce Education Solutions Pvt. Ltd Page 9


Installation Guide www.edureka.co/talend-for-big-data

➢ Step 8: If MySQL has successfully started, the output should contain Active: active
(running).

➢ Step 9: During the installation process, a temporary password is generated for the
MySQL root user. Locate it in the mysqld.log with this command:
$ sudo grep 'temporary password' /var/log/mysqld.log

➢ Step 10: Use this command to run the security script:

$ sudo mysql_secure_installation

© Brain4ce Education Solutions Pvt. Ltd Page 10


Installation Guide www.edureka.co/talend-for-big-data

➢ Step 11: The previous command will prompt for the default root password. Enter
the old password and then set new password which should have 12-charactes
with at least one uppercase letter, one lowercase letter, one number and one
special character. Re-enter it when prompted.

➢ Step 12: Select appropriate answers.

© Brain4ce Education Solutions Pvt. Ltd Page 11


Installation Guide www.edureka.co/talend-for-big-data

➢ Step 13: We can verify our installation and get information about it by connecting
with the mysql admin tool.

This indicates that installation was success-full

© Brain4ce Education Solutions Pvt. Ltd Page 12

You might also like