Dynamic support for Hadoop distributions in Talend Studio (deprecated)
In order to move from a built-in or dynamic distribution (for example Cloudera, Hortonworks, Amazon EMR, Azure Synapse, Databricks, Microsoft HDInsight), Talend highly recommends you to enable Spark Universal distribution for your big data distribution and Jobs.
In Talend Studio, if there is no support for the Big Data Platform you want to use, you can add this distribution yourself to make it available to Talend Studio.
With this dynamic support feature, you are empowered with more agility and flexibility to use a Cloudera or Hortonworks version that was not released the moment your Talend Studio was released, by simply adding this version yourself through several clicks.
Adding the latest Big Data Platform dynamically (Dynamic Distributions) (deprecated)
In Talend Studio, if there is no support for the Big Data Platform you want to use, follow the procedure explained below to add this distribution yourself to make it available to Talend Studio.
In the current Talend Studio version, you can use this procedure to add the Cloudera and the Hortonworks distributions only. This procedure uses Cloudera to demonstrate how to add a dynamic distribution to Talend Studio.
With this dynamic support feature, you are empowered with more agility and flexibility to use a Cloudera or Hortonworks version that was not released the moment your Talend Studio was released, by simply adding this version yourself through several clicks.
- On the version list of the distributions, some versions are labeled Builtin. These versions were added by Talend via the Dynamic distribution mechanism and delivered with Talend Studio when it was released. They are certified by Talend, thus officially supported and ready to use.
Procedure
Results
-
Set up the connection to this dynamic distribution in the Repository and reuse this connection in Talend Jobs.
- Directly use this dynamic distribution in your Jobs. If you build your Job to generate executable files in a zip and need to run the executable files on Windows, do not use the .bat script but use the .ps1 script.
Although you can usually export a Job with its dependencies such as a connection defined in the Repository, the connection to a dynamic distribution cannot be exported the same way. If you need to export such a connection, see Export or import the configuration of a dynamic Big Data platform distribution.
Edit the configuration of a dynamic distribution (deprecated)
Once a dynamic Big Data platform distribution has been added to Talend Studio, you can easily edit its configuration.
This is particularly useful when you need to use a customized distribution for which some custom JAR files are required or when you need to debug a dynamic configuration.
As implied above, the procedure to be explained below is applicable only on a Big Data platform distribution added in such a way as described in Adding the latest Big Data Platform dynamically (Dynamic Distributions).
Before you begin
Make sure to have sufficient knowledge about your distribution to understand the changes you are making to the configuration.
Procedure
Results
Your custom distribution is available in Talend Studio.
Export or import the configuration of a dynamic Big Data platform distribution (deprecated)
Although the configuration of a dynamic Big Data platform distribution cannot be exported or imported along with the Jobs that use it, it can be exported or imported via the Dynamic distribution setup view in the Project settings dialog box.
As implied above, the procedure to be explained below is applicable only on a Big Data platform distribution added in such a way as described in the procedure of adding the latest Big Data platform dynamically.
Procedure
- In the Integration perspective, click to open the Project settings dialog box.
- Expand the General node and click Dynamic distribution settings to open its view.
-
Click the Dynamic distribution setup button to open the
dynamic distribution configuration wizard.
Option Description Edit an existing dynamic configuration
Use this radio button to export a dynamic distribution.
Once selecting this radio button, the Version list becomes activated.
Then select the distribution you want to export from this list and click Next to open the detail view of this distribution. In this view, click the Export configuration button to export the configuration as a JSON file.
Import dynamic configuration
Use this radio button to import a dynamic distribution.
Once selecting this radio button, click the [...] button that become activated.
Then browse to the JSON file that contains the configuration information of the dynamic distribution you want to import.
This JSON file to be used is often exported from another Talend Studio instance. If you want to use a manually created JSON file, ensure that the JSON schema you use is the same as the schema of the exported JSON file.
- Click Finish again to close the Dynamic distribution setup wizard.
- If you are importing a dynamic distribution, the imported distribution appears on the Version drop-down list in the Dynamic distribution settings view in the Project settings dialog box. Then click Apply and then OK to validate the new configuration and close the Project settings dialog box.