com.github.arcizon.spark.filetransfer.util
Options specified on the DataFrame API Reader/Writer.
0.1.0
Create a new FileTransferOptions
by specifying their parameters
.
Create a new FileTransferOptions
by specifying their parameters
.
Options specified on the DataFrame API Reader/Writer.
All other options except the extracted options from the above to be passed along to the DataFrame API for read/write.
All other options except the extracted options from the above
to be passed along to the DataFrame API for read/write.
For example, csv options like delimiter for the csv
file format etc.
0.1.0
Value set with the option key dfsTempPath.
Value set with the option key dfsTempPath.
Default value set to option value from localTempPath
.
0.1.0
If dfsTempPath is not provided then the downloaded file from remote host would be on the local path which is not splittable and therefore, parallelism might not be achieved during the file scan to load data.
Value set with the option key fileFormat.
Value set with the option key fileFormat.
0.1.0
java.lang.RuntimeException
Missing 'fileFormat' option.
Value set with the option key host.
Value set with the option key host. Default value set to localhost.
0.1.0
Value set with the option key keyFilePath.
Value set with the option key keyFilePath.
0.1.0
Value set with the option key localTempPath.
Value set with the option key localTempPath.
Default value set to java system property of java.io.tmpdir
with a fallback value of /tmp
.
0.1.0
Value set with the option key passphrase.
Value set with the option key passphrase.
0.1.0
Value set with the option key password.
Value set with the option key password.
0.1.0
Value set with the option key path.
Value set with the option key path.
0.1.0
java.lang.RuntimeException
Missing 'path' option.
Value set with the option key port.
Value set with the option key port. Default value set to 22.
0.1.0
Value set with the option key protocol.
Value set with the option key protocol. Default value set to sftp.
0.1.0
Value set with the option key uploadFilePrefix.
Value set with the option key uploadFilePrefix.
Default value set to part
.
0.1.0
Value set with the option key username.
Value set with the option key username.
0.1.0
java.lang.RuntimeException
Missing 'username' option.
0.1.0