public interface HadoopInput
| Modifier and Type | Method and Description |
|---|---|
static org.apache.parquet.io.InputFile |
file(java.lang.String path)
Returns the Parquet's InputFile instance of a file path or URI.
|
static java.io.BufferedReader |
reader(java.lang.String path)
Returns the reader of a file path or URI.
|
static java.io.BufferedReader |
reader(java.lang.String path,
java.nio.charset.Charset charset)
Returns the reader of a file path or URI.
|
static java.io.InputStream |
stream(java.lang.String path)
Returns the reader of a file path or URI.
|
static java.io.BufferedReader reader(java.lang.String path)
throws java.io.IOException,
java.net.URISyntaxException
java.io.IOExceptionjava.net.URISyntaxExceptionstatic java.io.BufferedReader reader(java.lang.String path,
java.nio.charset.Charset charset)
throws java.io.IOException,
java.net.URISyntaxException
java.io.IOExceptionjava.net.URISyntaxExceptionstatic java.io.InputStream stream(java.lang.String path)
throws java.io.IOException,
java.net.URISyntaxException
java.io.IOExceptionjava.net.URISyntaxExceptionstatic org.apache.parquet.io.InputFile file(java.lang.String path)
throws java.io.IOException,
java.net.URISyntaxException
java.io.IOExceptionjava.net.URISyntaxException