----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63576/ -----------------------------------------------------------
(Updated Nov. 6, 2017, 3:12 p.m.) Review request for Sqoop, Ferenc Szabo, Anna Szonyi, and Szabolcs Vasas. Bugs: SQOOP-3243 https://issues.apache.org/jira/browse/SQOOP-3243 Repository: sqoop-trunk Description (updated) ------- 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 but is propagated to upper levels in Java 8 thus the error occurs with BLOB import. Diffs ----- 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/ 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