tImpalaCreateTable
Creates Impala tables that fit a wide range of Impala data formats.
tImpalaCreateTable connects to the Impala database to be
used and creates an Impala table that is dedicated to data of the format you specify.
tImpalaCreateTable Standard properties
These properties are used to configure tImpalaCreateTable running in the Standard Job framework.
The Standard
tImpalaCreateTable component belongs to the Big Data family.
The component in this framework is available when you are using one of the Talend solutions with Big Data.
Basic settings
|
Property type |
Either Built-in or Repository. |
||
|
|
Built-in: No property data stored |
||
|
|
Repository: Select the repository |
||
|
Use an existing connection |
Select this check box and in the Component Note:
When a Job contains the parent Job and the child Job, if you need to share an
existing connection between the two levels, for example, to share the connection created by the parent Job with the child Job, you have to:
For an example about how to share a database connection across Job levels, see |
||
|
Distribution |
Select the cluster you are using from the drop-down list. The options in the
list vary depending on the component you are using. Among these options, the following ones requires specific configuration:
|
||
|
Impala version |
Select the version of the Hadoop distribution you are using. The available
options vary depending on the component you are using. Along with the evolution of Hadoop, please note the following changes:
|
||
|
Host |
Database server IP address. |
||
|
Port |
Listening port number of DB server. |
||
|
Database |
Fill this field with the name of the database. |
||
|
Username and |
DB user authentication data. |
||
|
Use kerberos authentication |
If you are accessing an Impala system running with Kerberos security,
select this check box and then enter the Kerberos principal of this Impala system.
This check box is available depending on the Hadoop distribution you are |
||
|
Schema and Edit |
A schema is a row description. It defines the number of fields (columns) to Click Edit schema to make changes to the schema.
|
||
|
|
Built-In: You create and store the |
||
|
|
Repository: You have already created When the schema to be reused has default values that are integers or You can find more details about how to verify default |
||
|
Table Name |
Name of the table to be created. |
||
|
Action on table |
Select the action to be carried out for creating a table. |
||
|
Format |
Select the data format to which the table to be created is The available data formats vary depending on the version of the Note that when the file format to be used is PARQUET, you
might be prompted to find the specific Parquet jar file and install it into the Studio.
This jar file can be downloaded from Apache’s site. You can find more details about how to install external modules in Talend Help Center (https://help.talend.com). |
||
| Set partitions |
Select this check box to add partition columns to the table to be |
||
|
Set file location |
If you want to create an Impala table in a directory other than the default one, select This is typical useful when you need to create an external Impala |
||
|
Use S3 endpoint |
The Use S3 endpoint check box is Once this Use S3 endpoint check box is
selected, you need to enter the following parameters in the fields that appear:
Note that the format of the S3 file is S3N (S3 Native Filesystem). Since an Impala table created in S3 is actually an external table, this Use S3 endpoint check box must be used |
Advanced settings
|
Like table |
Select this check box and enter the name of the Impala table you For further information about the Like parameter, see Cloudera’s information about |
|
Create an external table |
Select this check box to make the table to be created an external An external table is usually the better choice for accessing For further information about an external Impala table, see Cloudera’s documentation |
|
Table comment |
Enter the description you want to use for the table to be |
|
As select |
Select this check box and enter the |
|
Table properties |
Add any custom Impala table properties you want to override the |
|
tStatCatcher Statistics |
Select this check box to collect log data at the component |
Global Variables
|
Global Variables |
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
|
Usage rule |
This component works standalone. |
|
Row format |
Set Delimited row format |
|
Die on error |
|
|
Dynamic settings |
Click the [+] button to add a The Dynamic settings table is For examples on using dynamic parameters, see Scenario: Reading data from databases through context-based dynamic connections and Scenario: Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |
|
Prerequisites |
The Hadoop distribution must be properly installed, so as to guarantee the interaction
For further information about how to install a Hadoop distribution, see the manuals |
Related scenario
This component is used in the similar way as a tHiveCreateTable component is. For further information, see Scenario: creating a partitioned Hive table.