Talend Open Studio/Talend Open Profiler Installation Guide

Both Talend Open Studio (data integration tool) and Talend Open Profiler (Data profiling tool) are based on Eclipse RCP. Therefore their installation procedure is identical.

Prerequisites

To use Talend Open Studio properly, you first need to install the following programs.

On Windows

:!: On Windows XP and Windows Server 2003, the GDI is already installed. However, on Windows 2000, this installation is required. The GDI can be downloaded from Microsoft website. For further information, visit Eclipse’s FAQ.

On Linux

:!: On some Linux distributions, the xulrunner package is required for the Welcome page to display properly.

Download & install

Download

Get the archive file from the download section of Talend website. Once the download is complete, extract the archive files on your hard drive.

Configure

If you want to tune the memory allocation for your JVM, you only need to edit the .ini file corresponding to your executable file. For example:

  • For Talend Open Studio on Windows, edit the file: TalendOpenStudio-win32-x86.ini,
  • For Talend Open Studio on Linux, edit the file: TalendOpenStudio-linux-gtk-x86.ini.

The default values are:

 -vmargs -Xms40m -Xmx500m -XX:MaxPermSize=128m 

If you only have 512Mo of memory on your computer, you can specify the memory allocation as following:

-vmargs -Xms40m -Xmx256m -XX:MaxPermSize=64m, for example.

Learn more on http://java.sun.com/docs/hotspot/HotSpotFAQ.html

Launch

On Windows, double-click the executable file to launch Talend Open Studio.

On Unix-like systems, add execution rights on the desired “TalendOpenStudio-*” binary before launching it.
On a standard Linux box, the command is:

$ chmod +x TalendOpenStudio-linux-gtk-x86
$ ./TalendOpenStudio-linux-gtk-x86

Register, login and first project

Register

First screen is a registration screen.
In the Email field, type in a valid email address.
In the Country list, select your country of residence in order for us to provide you with the most appropriate support.

:doc:tos_ig_registrationwindow.png

In the Proxy Parameters area, select the checkbox if relevant and fill in the following proxy fields.
Click Validate to access Talend Open Studio.

Login window: Setting up a project

You need to create a connection before logging to Talend Open Studio.

:doc:tos_ig_login.png

In the Connection area of the login window, click […] button to open the connection window.

:doc:tos_ig_connectionwindow.png

In the User E-mail field, type in your email address. This will be used as user name for the connection.
Click the […] button next to the WorkSpace field to specify the path of your workspace.
Click OK to validate and go back to the login window.

In the login window, the connection information you just gave displays in the Connection area.

:doc:tos_ig_loginwindow.png

As first time user, you need to set up a new project or you can also import the Demo project which gathers numerous job samples.

To create a new project of your own, select Create a new local project in the Select list of the Project area.
Click Go! to open the [New project] window.

:doc:tos_ig_newprojectwindow.png

In the Project name field, type in the name of the project.
In the Description field, type in a description for this project.
Select Perl or Java as Generation language.
Click Finish when complete, and the newly created project displays on the Or list of the Login window.

In the login window open the project you just created.
In the Or list of the Project area, select the project.
And click Open to launch the application.

Basic configuration

Talend Open Studio opens up on a four-panel window. The Repository is the left panel storing all items used to model your business and design your processes. You can define various preferences according to your needs. To do so, open menu Window > Preferences… > Talend

:doc:tos_ig_preferenceswindow.png

Click Browse… to specify the path to the Temporary file directory, Perl and Java interpreter their directory is not displayed by default.

You're now ready to create your first job.

 
doc/installation_guide.txt · Last modified: 2010/02/02 16:47 by ccarbone
 
 
Recent changes RSS feed Driven by DokuWiki
Copyright © 2006 - 2010 Talend. All rights reserved. Talend Contributor Agreement