Package | Description |
---|---|
org.apache.avro.tool |
Avro command-line tool.
|
org.apache.trevni |
A column file format.
|
org.apache.trevni.avro |
Read and write Avro data
in Trevni column files.
|
Modifier and Type | Method and Description |
---|---|
void |
TrevniMetadataTool.dump(Input input,
PrintStream out,
boolean pretty)
Read a Trevni file and print each row as a JSON object.
|
void |
TrevniToJsonTool.toJson(Input input,
PrintStream out,
boolean pretty)
Read a Trevni file and print each row as a JSON object.
|
Modifier and Type | Class and Description |
---|---|
class |
InputBytes
An
Input backed with data in a byte array. |
class |
InputFile
An
Input for files. |
Constructor and Description |
---|
ColumnFileReader(Input file)
Construct reading from the provided input.
|
Modifier and Type | Class and Description |
---|---|
class |
HadoopInput
Adapt a Hadoop
FSDataInputStream to Trevni's Input . |
Constructor and Description |
---|
AvroColumnReader.Params(Input input)
Construct reading from input.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.