-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4614/
-----------------------------------------------------------
Review request for Sqoop and Arvind Prabhakar.
Summary
-------
Before triggering the bounding value query construction, in addition to
checking that the user has specified a split by option, also take into account
that the number of mappers is 1.
This addresses bug SQOOP-474.
https://issues.apache.org/jira/browse/SQOOP-474
Diffs
-----
./src/java/org/apache/sqoop/mapreduce/DataDrivenImportJob.java 1308530
Diff: https://reviews.apache.org/r/4614/diff
Testing
-------
Ran unit tests. Confirmed that, with the fix, the console output does not have
the boundary query in it (i.e. INFO db.DataDrivenDBInputFormat:
BoundingValsQuery).
Thanks,
Kathleen