Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.6
-
None
-
CDH 5.2
sqoop 1.4.5 (seems to includeSQOOP-1400)
mysql connector version 5.1.33
Description
SQOOP-1400 changed the default behavior for the connector to load everything in memory. The only working way to get the old streaming back is to use --fetch-size -2147483648 (Integer.MIN_VALUE)
It would be nice if that could be changed and/or documented that mysql does not support a fetch size and does only support row-by-row or loading everything in memory.
The issue is discussed for example here:
Attachments
Attachments
Issue Links
- is related to
-
SQOOP-1400 Failed to import data using mysql-connector-java-5.1.17.jar
- Resolved