tOracleConfiguration properties for Apache Spark Batch
These properties are used to configure tOracleConfiguration running in the Spark Batch Job framework.
The Spark Batch tOracleConfiguration component belongs to the Storage and the Databases families.
The component in this framework is available in all subscription-based Talend products with Big Data and Talend Data Fabric.
Basic settings
Property type |
Either Built-In or Repository. Built-In: No property data stored centrally. Repository: Select the repository file where the properties are stored. |
Connection type |
The available drivers are:
|
DB Version |
Select the version of the Oracle database to be used. |
Use tns file |
Select this check box to use the metadata of a context included in a tns file. Note that one tns file may have many contexts. TNS File: Enter the path to the tns file manually or browse to the file by clicking the [...] button next to the field. Select a DB Connection in Tns File: Click the [...] button to display all the contexts held in the tns file and select the desired one. |
Host |
Enter the IP address of the database server. |
Port |
Enter the listening port number of the database server. |
Database |
Enter the name of the database to be used. |
Schema |
Enter the name of the schema. |
Username and Password |
Enter the user authentication data. To enter the password, click the [...] button next to the password field, enter the password in double quotes in the pop-up dialog box, and click OK to save the settings. |
Additional JDBC parameters |
Specify additional connection properties for the database connection you are creating. The properties are separated by semicolon and each property is a key-value pair, for example, encryption=1;clientname=Talend. This field is not available if the Use an existing connection check box is selected. |
Advanced settings
connection pool |
In this area, you configure, for each Spark executor, the connection pool used to control the number of connections that stay open simultaneously. The default values given to the following connection pool parameters are good enough for most use cases.
|
Evict connections |
Select this check box to define criteria to destroy connections in the connection pool. The following fields are displayed once you have selected it.
|
Usage
Usage rule |
This component is used with no need to be connected to other components. The configuration in a tOracleConfiguration component applies only on the Oracle related components in the same Job. In other words, the Oracle components used in a child or a parent Job that is called via tRunJob cannot reuse this configuration. This component, along with the Spark Batch component Palette it belongs to, appears only when you are creating a Spark Batch Job. Note that in this documentation, unless otherwise explicitly stated, a scenario presents only Standard Jobs, that is to say traditional Talend data integration Jobs. |
Spark Connection |
In the Spark
Configuration tab in the Run
view, define the connection to a given Spark cluster for the whole Job. In
addition, since the Job expects its dependent jar files for execution, you must
specify the directory in the file system to which these jar files are
transferred so that Spark can access these files:
This connection is effective on a per-Job basis. |