public class DelimitedJSONSerDe extends LazySimpleSerDe
LazySimpleSerDe.SerDeParameters| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
charsetconfigErrors| Constructor and Description |
|---|
DelimitedJSONSerDe() |
| Modifier and Type | Method and Description |
|---|---|
Object |
doDeserialize(org.apache.hadoop.io.Writable field)
Not implemented.
|
protected void |
serializeField(ByteStream.Output out,
Object obj,
ObjectInspector objInspector,
LazySerDeParameters serdeParams) |
doSerialize, getObjectInspector, getSerDeStats, getSerializedClass, initialize, initSerdeParams, serialize, toString, transformFromUTF8, transformToUTF8deserialize, serializegetConfigurationErrors, initialize, shouldStoreFieldsInMetastorepublic DelimitedJSONSerDe()
throws SerDeException
SerDeExceptionpublic Object doDeserialize(org.apache.hadoop.io.Writable field) throws SerDeException
doDeserialize in class LazySimpleSerDefield - the Writable that contains the dataSerDeExceptionAbstractSerDe.deserialize(Writable)protected void serializeField(ByteStream.Output out, Object obj, ObjectInspector objInspector, LazySerDeParameters serdeParams) throws SerDeException
serializeField in class LazySimpleSerDeSerDeExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.