Package org.apache.orc.mapred
Class OrcValue
java.lang.Object
org.apache.orc.mapred.OrcValue
- All Implemented Interfaces:
Writable
,JobConfigurable
This type provides a wrapper for OrcStruct so that it can be sent through
the MapReduce shuffle as a value.
The user should set the JobConf with orc.mapred.value.type with the type string of the type.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
readFields
(DataInput dataInput) void
write
(DataOutput dataOutput)
-
Field Details
-
value
-
-
Constructor Details
-
OrcValue
-
OrcValue
public OrcValue()
-
-
Method Details
-
write
- Specified by:
write
in interfaceWritable
- Throws:
IOException
-
readFields
- Specified by:
readFields
in interfaceWritable
- Throws:
IOException
-
configure
- Specified by:
configure
in interfaceJobConfigurable
-