Test Data Management 10.2.0
- Test Data Management 10.2.0
- All Products
Property
| Description
|
---|---|
Name
| Required. Name of the connection. The name is not case sensitive and must be unique within the domain. The name cannot exceed 128 characters, contain spaces, or contain the following special characters:
~ ` ! $ % ^ & * ( ) - + = { [ } ] | \ : ; " ' < , > . ? / |
Connection Type
| Required. The connection type. Select Hadoop.
|
Description
| The description of the connection. The description cannot exceed 4000 characters.
|
Use Kerberos Authentication
| Enables Kerberos authentication for Hadoop connections.
|
Owner
| The owner of the connection. Default is the user who creates the connection. You can change the owner of the connection.
|
Property
| Description
|
---|---|
Cluster Configuration
| The name of the cluster configuration associated with the Hadoop environment.
|
Impersonation User Name
| Required if the Hadoop cluster uses Kerberos authentication. Hadoop impersonation user. The user name that the Data Integration Service impersonates to run mappings in the Hadoop environment.
The Data Integration Service runs mappings based on the user that is configured. Refer the following order to determine which user the Data Integration Services uses to run mappings:
|
Temporary Table Compression Codec
| Hadoop compression library for a compression codec class name.
|
Codec Class Name
| Codec class name that enables data compression and improves performance on temporary staging tables.
|
Hadoop Engine Custom Properties
| Custom properties that are unique to the Hadoop connection.
Use the following format:
<property1>=<value> To specify multiple properties use
&: as the property separator.
If more than one Hadoop connection is associated with the same cluster configuration, you can override configuration set property values.
Use Informatica custom properties only at the request of Informatica Global Customer Support.
|
Property
| Description
|
---|---|
Environment SQL
| SQL commands to set the Hadoop environment. The Data Integration Service executes the environment SQL at the beginning of each Hive script generated in a Hive execution plan.
The following rules and guidelines apply to the usage of environment SQL:
|
Hive Warehouse Directory on HDFS
| Required. The absolute HDFS file path of the default database for the warehouse that is local to the cluster.
If you do not configure the Hive warehouse directory, the Hive engine first tries to write to the directory specified in the cluster configuration property
hive.metastore.warehouse.dir . If the cluster configuration does not have the property, the Hive engine writes to the default directory
/user/hive/warehouse .
|
Hive JDBC Connection String
| The JDBC URI to connect to the Hive server.
To connect to HiveServer, specify the connection string in the following format:
jdbc:hive2://<hostname>:<port>/<db> Where
|
Engine Type
| The engine that the Hadoop environment uses to run a mapping on the Hadoop cluster. You can choose MRv2 or Tez. You can select Tez if it is configured for the Hadoop cluster. Default is MRv2.
|
Property
| Description
|
---|---|
Blaze Staging Directory
| The HDFS file path of the directory that the Blaze engine uses to store temporary files. Verify that the directory exists. The YARN user, Blaze engine user, and mapping impersonation user must have write permission on this directory.
Default is
/blaze/workdir . If you clear this property, the staging files are written to the Hadoop staging directory
/tmp/blaze_<user name> .
|
Blaze Service User Name
| The operating system profile user name for the Blaze engine.
|
Minimum Port
| The minimum value for the port number range for the Blaze engine. Default is 12300.
|
Maximum Port
| The maximum value for the port number range for the Blaze engine. Default is 12600.
|
YARN Queue Name
| The YARN scheduler queue name used by the Blaze engine that specifies available resources on a cluster.
|
Blaze Service Custom Properties
| Custom properties that are unique to the Blaze engine.
To enter multiple properties, separate each name-value pair with the following text:
&: .
Use Informatica custom properties only at the request of Informatica Global Customer Support.
|
Property
| Description
|
---|---|
Spark Staging Directory
| The HDFS file path of the directory that the Spark engine uses to store temporary files for running jobs. The YARN user, Data Integration Service user, and mapping impersonation user must have write permission on this directory.
/tmp/spark_<user name> .
|
Spark Event Log Directory
| Optional. The HDFS file path of the directory that the Spark engine uses to log events.
|
YARN Queue Name
| The YARN scheduler queue name used by the Spark engine that specifies available resources on a cluster. The name is case sensitive.
|
Spark Execution Parameters
| An optional list of configuration parameters to apply to the Spark engine. You can change the default Spark configuration properties values, such as
spark.executor.memory or
spark.driver.cores .
Use the following format:
<property1>=<value> To enter multiple properties, separate each name-value pair with the following text:
&: |
Updated July 03, 2018