spark-sftp (homepage)
Spark connector for SFTP
@springml / (2)
Can be used to get the files from SFTP server and then load it into Spark Dataframes
Contact info@springml.com with any questions or feedback.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages com.springml:spark-sftp_2.11:1.1.3
sbt
In your sbt build file, add:
libraryDependencies += "com.springml" % "spark-sftp_2.11" % "1.1.3"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>com.springml</groupId> <artifactId>spark-sftp_2.11</artifactId> <version>1.1.3</version> </dependency> </dependencies>
Releases
Version: 1.1.3 ( 5da576 | zip | jar ) / Date: 2018-10-01 / License: Apache-2.0 / Scala version: 2.11
Version: 1.1.1 ( 372038 | zip | jar ) / Date: 2017-07-26 / License: Apache-2.0 / Scala version: 2.11
Version: 1.1.0 ( 010a79 | zip | jar ) / Date: 2017-03-08 / License: Apache-2.0 / Scala version: 2.11
Version: 1.0.2 ( 97bcea | zip | jar ) / Date: 2016-11-16 / License: Apache-2.0 / Scala version: 2.10
Version: 1.0.1 ( 1bf5b3 | zip | jar ) / Date: 2016-05-27 / License: Apache-2.0 / Scala version: 2.10
Version: 1.0.0 ( 7d5b02 | zip | jar ) / Date: 2016-01-11 / License: Apache-2.0 / Scala version: 2.10