| Modifier and Type | Field and Description |
|---|---|
static Format |
AVRO
AVRO: the
Avro row-oriented format
|
static Format |
CSV
CSV: comma-separated values (read-only).
|
static Format |
PARQUET
PARQUET: the Parquet columnar format
|
public static final Format AVRO
public static final Format PARQUET
public static final Format CSV
public static Format fromString(String formatName)
Format for the format name specified. If
formatName is not a valid name, an IllegalArgumentException is
thrown. Currently the formats avro,
csv, and
parquetare supported. Format names are case sensitive.
IllegalArgumentException - if formatName is not a valid format.Copyright © 2013–2014. All rights reserved.