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.
To use Talend Open Studio properly, you first need to install the following programs.
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 some Linux distributions, the xulrunner package is required for the Welcome page to display properly.
Get the archive file from the download section of Talend website. Once the download is complete, extract the archive files on your hard drive.
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:
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
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
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.
In the Proxy Parameters area, select the checkbox if relevant and fill in the following proxy fields.
Click Validate to access Talend Open Studio.
You need to create a connection before logging to Talend Open Studio.
In the Connection area of the login window, click […] button to open the connection window.
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.
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.
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.
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
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.