[
https://issues.apache.org/jira/browse/HADOOP-5732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706801#action_12706801
]
Steve Loughran commented on HADOOP-5732:
----------------------------------------
Chris said
>The unit tests should not require the user running the tests to have an ssh
>login on the host machine, neither should it be necessary to >configure such a
>user. If jsch has a clever way to run its unit tests without actually
>performing these checks- perhaps in its development >branch- that would be
>hugely, hugely preferred. If that's not possible... then like KFS, there's not
>much to be done to prevent regressions.
We could talk to the jsch author for his input, but I think it's all done with
functional tests -that's how ant test <ssh>. If you make it a switch which can
be turned on, and you assume that the local user has the ability to log in to
localhost with their own username (relying on SSH keys to be set up so that you
don't need a password in that situation, localhost is trusted, then functional
testing is fairly straightforward. Everyone with a copy of linux should have
SSH installed, and it is there for the mac too.
> 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.