Skip to content

Instantly share code, notes, and snippets.

@NorbertKrupa
Created January 25, 2022 22:07
Show Gist options
  • Save NorbertKrupa/e6c6dc0f1e5dc7acf79ccef392e4a24b to your computer and use it in GitHub Desktop.
Save NorbertKrupa/e6c6dc0f1e5dc7acf79ccef392e4a24b to your computer and use it in GitHub Desktop.

Installation of Talend Studio on macOS

This guide will provide instructions to install the Talend Studio on macOS. These instructions have been tested on Big Sur 11.6.2 with Talend Studio 8.0.1.

Table of Contents

  1. Java
  2. Studio Install

Java

Before performing the install of Talend Studio, a supported or recommended JDK is required. Confirm the latest compatible Java environments for Talend Studio in the documentation. At this time, the current recommended Java version is 11 and the recommended distribution of OpenJDK is Zulu.

Verify the Java Version

Verify that Java is installed by opening Terminal and running java -version:

Terminal Java Version

Confirm that a supported JDK version is installed and proceed to the Studio Install.

If Java is not installed, a message box may appear to visit the JDK download website:

Java Required Message Box

Ignore this message by clicking OK.

Download JDK

If Java is not installed, navigate to https://www.azul.com/. Click on the Download now button and scroll to the Download Azul Zulu Builds of OpenJDK section. Filter the list by selecting Java 11 (LTS) for the Java Version and macOS for the Operating System:

Zulu Community Downloads

Click on the .dmg option to download.

Install JDK

Open the downloaded .dmg (e.g. zulu11.54.23-ca-jdk11.0.14-macosx_x64.dmg):

Zulu dmg

Double-click the package to launch the installer:

Zulu Installer

Complete the installation by following the instructions in the installer.

Confirm the JDK was installed by opening Terminal and running java -version:

Terminal Java Version

Studio Install

With Java installed, proceed to downloading Talend Studio.

Download Talend Studio

Navigate to Talend Cloud and log in:

Talend Cloud Login

From the user menu drop down, select Downloads:

Talend Cloud Downloads

Under the Talend Studio & Hybrid Apps section, open the Type drop down, choose Archive all platforms (zip) and click Download:

Talend Cloud Studio Download

Verify the Download

Confirm that the archive hash matches the hash on the Downloads page by opening Terminal and running md5 of the archive.

Unzip the Archive

Extract the archive by opening Terminal and running unzip of the archive. Optionally use the -qq parameter to extract quietly and -d to specify a directory where to extract the archive.

unzip -qq Talend-Studio-PACKAGENAME.zip -d ~/Talend

Clear Quarantine

These files will be placed under quarantine and must be cleared before running. To delete the quarantine extended attribute, open Terminal, navigate to the Talend Studio directory and run xattr -d com.apple.quarantine *:

Terminal xattr

Run Studio

Launch Talend Studio by running the Talend Cocoa application:

Launch Talend Studio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment