You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by Jarek Cecho <ja...@apache.org> on 2014/01/16 21:06:44 UTC

Re: Review Request 15592: SQOOP-1226 --password-file option triggers FileSystemClosed exception at end of Oozie action

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15592/
-----------------------------------------------------------

(Updated Jan. 16, 2014, 8:06 p.m.)


Review request for Sqoop.


Changes
-------

Added comment to explain why the FileSystem is not closed.


Bugs: SQOOP-1226
    https://issues.apache.org/jira/browse/SQOOP-1226


Repository: sqoop-trunk


Description
-------

I've discussed the issue with HDFS Committer Colin and he recommended us to remove the FileSystem#close call, so this patch is doing exactly this.


Diffs (updated)
-----

  src/java/org/apache/sqoop/util/password/FilePasswordLoader.java 86b71ec423b40eaa5b1aca30d00ba7ea1329728a 

Diff: https://reviews.apache.org/r/15592/diff/


Testing
-------

All unit tests seems to be passing.


Thanks,

Jarek Cecho