SSHD 1.0 uses the standard NIO2 FileSystem api. For hadoop, see https://issues.apache.org/jira/browse/HADOOP-3518 and there's a link to an implementation at https://github.com/damiencarol/jsr203-hadoop So simply registering the provider should work with SFTP.
2015-09-17 10:29 GMT+02:00 Olivier Girardot <[email protected] >: > Hi everyone, > we're currently trying to extend the SftpSubsystem class of the > sshd-core project to use an underlying remote Hadoop filesystem > (HDFS). > I wondered if you had any input on this, considering we based our > initial draft on the 0.14 and 1.0.0 seems to be changing a lot of the > API. > > Would you have any insights into whether it would be possible to > replace the default "Filesystem" used to another "abstraction" in > order to achieve a push into HDFS ? > > Regards, > > Olivier. >
