-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17650/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-1278
https://issues.apache.org/jira/browse/SQOOP-1278
Repository: sqoop-trunk
Description
-------
Allow the use of read uncommitted isolation on all databases that support it.
Oracle does not read uncommitted as a settable option in the JDBC drivers so it
will behave as before on Oracle.
Diffs
-----
src/java/org/apache/sqoop/SqoopOptions.java 46e158c
src/java/org/apache/sqoop/mapreduce/DataDrivenImportJob.java b21560e
src/java/org/apache/sqoop/mapreduce/db/DBConfiguration.java be942ce
src/java/org/apache/sqoop/mapreduce/db/DBInputFormat.java 73ed94e
src/java/org/apache/sqoop/tool/BaseSqoopTool.java 6d6f1ea
src/test/com/cloudera/sqoop/TestSqoopOptions.java 686d398
Diff: https://reviews.apache.org/r/17650/diff/
Testing
-------
One new test to test the option. Explicitly tested with Oracle, DB2 and
Postgresql. All unit tests passed
Thanks,
Venkat Ranganathan