1.

What Is The Difference Between The Parameters?

Answer»

sqoop.export.records.per.statement and sqoop.export.statements.per.transaction

The PARAMETER “sqoop.export.records.per.statement” specifies the NUMBER of records that will be USED in each INSERT statement.

But the parameter “sqoop.export.statements.per.transaction” specifies how many insert statements can be processed parallel during a transaction.

 

sqoop.export.records.per.statement and sqoop.export.statements.per.transaction

The parameter “sqoop.export.records.per.statement” specifies the number of records that will be used in each insert statement.

But the parameter “sqoop.export.statements.per.transaction” specifies how many insert statements can be processed parallel during a transaction.

 



Discussion

No Comment Found