Created 03-07-2018 08:36 PM
SQOOP Export to SQL Server fails with error message saying more than 2100 parameters are passed?
Created 03-07-2018 10:09 PM
Is it SQLServer? Can you please mention how many records are you trying to export, how many mappers you are using, and the size of the file?
Created 03-07-2018 10:51 PM
try adding this parameter to your sqoop job
-D sqoop.export.records.per.statement=100
you can micro batch your transactions.