Data Engineering Integration
- Data Engineering Integration H2L
- All Products
Parameter
| Applies To
| Description
|
---|---|---|
batch
| Writer
| Specifies that you can group the related SQL statements into a batch when you export data.
|
direct
| Reader and writer
| Specifies the direct import fast path when you import data from a relational source.
Applies to Oracle and TDCH connectors.
|
Dsqoop.export.records.per.statement
| Writer
| Specifies to insert multiple rows with a single statement.
|
Enable primary key
| Reader
| Enables the primary key constraint on the source table to optimize performance when reading data from a source.
|
fetch-size
| Reader
| Specifies the number of entries that Sqoop can import at a time.
|
num-mappers
| Reader and writer
| Specifies the number of map tasks that can run in parallel.
|
compress or z
| Reader
| Enables compression.
|
Dmapreduce.map.java.opts
| Reader
| Specifies the Java options per statement if Java runs out of memory.
|
Dmapred.child.java.opts
| Reader
| Specifies the Java options per mapper if Java runs out of memory.
|