-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63576/
-----------------------------------------------------------
(Updated Nov. 6, 2017, 2:46 p.m.)
Review request for Sqoop, Ferenc Szabo, Anna Szonyi, and Szabolcs Vasas.
Changes
-------
Reverted Mockito version bump.
Bugs: SQOOP-3243
https://issues.apache.org/jira/browse/SQOOP-3243
Repository: sqoop-trunk
Description
-------
Importing BLOB data causes "Stream closed" error on encrypted HDFS because
Sqoop tries to close CryptoOutputStream twice in LobFile class. This error was
ignored with Java 7 implementation of FilterOutputStream butis propagated to
upper levels in Java 8 thus the error occurs with BLOB import.
Diffs (updated)
-----
src/java/org/apache/sqoop/io/LobFile.java
4e1bf2cb4a356ba1a2fc3aeca12859bbeb329cd4
src/test/com/cloudera/sqoop/io/TestLobFile.java
029758c531b0214b9b7f82de59d8fbae61bfdb0a
Diff: https://reviews.apache.org/r/63576/diff/3/
Changes: https://reviews.apache.org/r/63576/diff/2-3/
Testing
-------
I have added a new test case, I also needed to bump the Mockito version and
upon that some other test cases needed to be updated as well due to some
Mockito backward incompatibility issues.
Ran unit and 3rd party tests successfully.
Thanks,
Boglarka Egyed