Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.3, 1.4.4
-
None
-
None
-
All DBs that support uncommitted read transaction isolation
Description
Some customers might have ETL workflows that depend on data to be imported while the table is otherwise available for the regular data processing. The current read committed isolation can cause failure because of locking semantics used in the database systems used also.
So, this is to provide a relaxation of the connection isolation used by the mappers to be read uncommitted using a sqoop option. Note that read uncommitted is not a valid option for Oracle so it is not supported with the database and will be ignored for Oracle
Attachments
Attachments
Issue Links
- links to