Modifier and Type | Method and Description |
---|---|
OrcFile.WriterOptions |
blockPadding(boolean value)
Sets whether the HDFS blocks are padded to prevent stripes from
straddling blocks.
|
OrcFile.WriterOptions |
blockSize(long value)
Set the file system block size for the file.
|
OrcFile.WriterOptions |
bloomFilterColumns(String columns)
Comma separated values of column names for which bloom filter is to be created.
|
OrcFile.WriterOptions |
bloomFilterFpp(double fpp)
Specify the false positive probability for bloom filter.
|
OrcFile.WriterOptions |
bufferSize(int value)
The size of the memory buffers used for compressing and storing the
stripe in memory.
|
OrcFile.WriterOptions |
callback(OrcFile.WriterCallback callback)
Add a listener for when the stripe and file are about to be closed.
|
OrcFile.WriterOptions |
compress(CompressionKind value)
Sets the generic compression that is used to compress the data.
|
OrcFile.WriterOptions |
encodingStrategy(OrcFile.EncodingStrategy strategy)
Sets the encoding strategy that is used to encode the data.
|
OrcFile.WriterOptions |
fileSystem(org.apache.hadoop.fs.FileSystem value)
Provide the filesystem for the path, if the client has it available.
|
OrcFile.WriterOptions |
inspector(ObjectInspector value)
A required option that sets the object inspector for the rows.
|
OrcFile.WriterOptions |
paddingTolerance(float value)
Sets the tolerance for block padding as a percentage of stripe size.
|
OrcFile.WriterOptions |
rowIndexStride(int value)
Set the distance between entries in the row index.
|
OrcFile.WriterOptions |
stripeSize(long value)
Set the stripe size for the file.
|
OrcFile.WriterOptions |
version(OrcFile.Version value)
Sets the version of the file that will be written.
|
public OrcFile.WriterOptions fileSystem(org.apache.hadoop.fs.FileSystem value)
public OrcFile.WriterOptions stripeSize(long value)
public OrcFile.WriterOptions blockSize(long value)
public OrcFile.WriterOptions rowIndexStride(int value)
public OrcFile.WriterOptions bufferSize(int value)
public OrcFile.WriterOptions blockPadding(boolean value)
public OrcFile.WriterOptions encodingStrategy(OrcFile.EncodingStrategy strategy)
public OrcFile.WriterOptions paddingTolerance(float value)
public OrcFile.WriterOptions bloomFilterColumns(String columns)
public OrcFile.WriterOptions bloomFilterFpp(double fpp)
fpp
- - false positive probabilitypublic OrcFile.WriterOptions compress(CompressionKind value)
public OrcFile.WriterOptions inspector(ObjectInspector value)
public OrcFile.WriterOptions version(OrcFile.Version value)
public OrcFile.WriterOptions callback(OrcFile.WriterCallback callback)
callback
- the object to be called when the stripe is closedCopyright © 2017 The Apache Software Foundation. All rights reserved.