Hi@Subramanian,
You can use the following parameter in your code.
The property sqoop.export.records.per.statement to specify the number of records that will be used in each insert statement.
Also, you can set how many rows will be inserted per transaction with the sqoop.export.statements.per.transaction property.
Use this parameters and try once.