0% found this document useful (0 votes)
420 views2 pages

Installing Talend On Ubuntu

To install Talend Open Studio for Data Integration on Ubuntu, the following steps are required: 1. Install Java and set the JAVA_PATH environment variable. 2. Download the latest version of Talend Open Studio from the Talend website and extract it to /usr/local/. 3. Download xulrunner from Eclipse and extract it to /usr/local/lib. 4. Modify the TOS_DI-linux-gtk-x86_64.ini file to specify the xulrunner path and make the binary executable. 5. Run the binary and accept downloads of additional packages to complete the installation.

Uploaded by

Pooja Ban
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
420 views2 pages

Installing Talend On Ubuntu

To install Talend Open Studio for Data Integration on Ubuntu, the following steps are required: 1. Install Java and set the JAVA_PATH environment variable. 2. Download the latest version of Talend Open Studio from the Talend website and extract it to /usr/local/. 3. Download xulrunner from Eclipse and extract it to /usr/local/lib. 4. Modify the TOS_DI-linux-gtk-x86_64.ini file to specify the xulrunner path and make the binary executable. 5. Run the binary and accept downloads of additional packages to complete the installation.

Uploaded by

Pooja Ban
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Installing Talend on Ubuntu

Prerequisites:
Prior to installing Talend Open Studio for Data Integration, we need to install the following
Programs:
1. Java on Linux.
2. Database client software for all external program installation like
specific bulk components.

Downloading and Installing:


1. Java is installed and JAVA_PATH is set.

2. Download Talend Data Integration (DI) open studio from


www.talend.com
TOS_DI-20150908_1633-V6.0.1 .zip and save it. (The most recent version that we
have installed)

3. Extract this zip file to any folder using Archive Manager to extract it to same
location, i.e., a new folder TOS_DI-20150908_1633-V6.0.1 is created.

4. Now move this new folder to a new location (here: /usr/local/) using the following
commands.
sudo mv /home/root123/Downloads/ TOS_DI-20150908_1633-V6.0.1 /usr/local/

Note: Here root123 is the name of my administrator of Ubuntu.


Please check the path of the folder while putting it in the command.

5. Download xulrunner from the website (We have download the tar file from the
website. Source:
https://eclipse.org/atf/old/downloads/base_files/manualXulrunner_section.php )

6. Extract downloaded tar file to /usr/local/lib - using the following commands,


1. cd /usr/local/lib
2. sudo tar -xvf <Exact location of the downloaded tar file>.

7. Modify TOS_DI-linux-gtk-x86_64.ini under TOS_DI-20150908_1633-V6.0.1 folder by


adding following line to the end of file and saved it. 
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/xulrunner
8. On Unix-like systems, add execution rights on the desired “TOS_DI-*” binary before
launching it.
On a standard Linux box, the command is:
1. chmod +x TOS_DI-linux-gtk-x86_64
2. ./ TOS_DI-linux-gtk-x86_64

Note: The file which you are selecting as the execution file should be the same as the file
you have modified in Step 7. Otherwise the Talend tool will not start in any case.

On successful execution of the above command, the Talend tool will start.
After loading some packages, it will ask you to select either a demo project or a new project.
Go according to your needs. After these it ask to permission to download so packages that
are need. (It includes: hive, Amazon, big data, and many more.....)Accept the lenience and
let the download start. After download, you Talend is ready to work.

You might also like