-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2265/
-----------------------------------------------------------
Review request for Sqoop and Arvind Prabhakar.
Summary
-------
Currently, only the error message of the first exception in a chain will be
logged.
However, the root cause exception may be buried in the exception chain.
To help diagnose the root cause, we need to log all error messages in the chain.
This addresses bug SQOOP-357.
https://issues.apache.org/jira/browse/SQOOP-357
Diffs
-----
./src/java/com/cloudera/sqoop/mapreduce/AsyncSqlRecordWriter.java 1179036
./src/java/com/cloudera/sqoop/mapreduce/db/DBRecordReader.java 1179036
Diff: https://reviews.apache.org/r/2265/diff
Testing
-------
Thanks,
Bilung