Package smile.io

Interface HadoopInput


public interface HadoopInput
Static methods that return the InputStream/Reader of a HDFS/S3. Local files, HTTP and FTP URLs are supported too.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static org.apache.parquet.io.InputFile
    file(String path)
    Returns the Parquet's InputFile instance of a file path or URI.
    reader(String path)
    Returns the reader of a file path or URI.
    reader(String path, Charset charset)
    Returns the reader of a file path or URI.
    stream(String path)
    Returns the reader of a file path or URI.