Package

com.github.arcizon.spark.filetransfer

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class FileTransferOptions extends Serializable with Logging

    Permalink

    Since

    0.1.0

Value Members

  1. object FileFormat extends Enumeration

    Permalink

    Supported file formats to read/write data via Spark DataFrame API.

    Supported file formats to read/write data via Spark DataFrame API.

    1. avro
    2. csv
    3. json
    4. orc
    5. parquet
    6. text
    7. xml
    Since

    0.1.0

  2. object FileTransferOptions extends Serializable

    Permalink

    Constants for the spark file transfer option keys passed with the DataFrame API.

    Constants for the spark file transfer option keys passed with the DataFrame API.

    Since

    0.1.0

  3. object Protocol extends Enumeration

    Permalink

    Supported file transfer protocols to upload/download content.

    Supported file transfer protocols to upload/download content.

    1. ftp
    2. scp
    3. sftp
    Since

    0.1.0

Ungrouped