Apache ORC · Example Payload

Apache Orc Conversion Request Example

Big DataColumnar StorageCompressionFile FormatHadoopApacheOpen Source

Apache Orc Conversion Request Example is an example object payload from Apache ORC, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sourcePathoutputPathsourceFormatcompressionrowBatchSize

Example Payload

Raw ↑
{
  "sourcePath": "example",
  "outputPath": "example",
  "sourceFormat": "csv",
  "compression": "NONE",
  "rowBatchSize": 1234
}