Skip to content

Instantly share code, notes, and snippets.

@NorbertKrupa
Last active June 4, 2020 23:39
Show Gist options
  • Save NorbertKrupa/4933f5e4a10581da97b9fdece095b9ef to your computer and use it in GitHub Desktop.
Save NorbertKrupa/4933f5e4a10581da97b9fdece095b9ef to your computer and use it in GitHub Desktop.
Installation of Talend Studio on macOS

Installation of Talend Studio on macOS

This guide will provide instructions to install the Talend Studio on macOS. These instructions have been tested on Catalina 10.15.5 with Talend Studio 7.3.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/downloads/zulu-community/ and scroll to the Zulu Community Downloads 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.39.15-ca-jdk11.0.7-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:

Terminal MD5

Unzip the Archive

Extract the archive by opening Terminal and running unzip of the archive:

Terminal Unzip

Optionally use the -qq parameter to extract quietly and -d to specify a directory where to extract the archive.

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