Greetings - Was wondering / hoping if it were possible to configure sqoop to use SQL_BUFFER_RESULT in the generated select queries. From my understanding sqoop uses READ_COMMITTED as the isolation level, but I'd ideally like to release the write locks as soon as possible to help alleviate any replication lag.
Many thanks, -jw