[ https://issues.apache.org/jira/browse/HADOOP-5732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706606#action_12706606 ]
Íñigo Goiri commented on HADOOP-5732: ------------------------------------- OK, I've added a patch that already supports ivy and fixes: *SFTPException removed *SFTPInputStream done private *Removed @override from delete; now it is compatible with 0.20 Open issues: *Working directory: would be great to add it. *Test: I'm working in the junit test, but it is difficult to deal with authentication with remote sites... anyway, I have added support for public key authentication. > SFTP FileSystem > --------------- > > Key: HADOOP-5732 > URL: https://issues.apache.org/jira/browse/HADOOP-5732 > Project: Hadoop Core > Issue Type: New Feature > Components: fs > Environment: Any environment > Reporter: Íñigo Goiri > Priority: Minor > Attachments: HADOOP-FS-SFTP.patch, HADOOP-FS-SFTP.patch, > HADOOP-FS-SFTP.patch, ivy-for-hadoop-7532.patch, ivy-for-hadoop-7532.patch, > SFTPException.java, SFTPFileSystem.java, SFTPInputStream.java > > Original Estimate: 0h > Remaining Estimate: 0h > > I have implemented a FileSystem that supports SFTP. It uses JSch > (http://www.jcraft.com/jsch/) in order to manage SFTP. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.