org.apache.hadoop.hive.serde2
Class DelimitedJSONSerDe
java.lang.Object
org.apache.hadoop.hive.serde2.AbstractSerDe
org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
org.apache.hadoop.hive.serde2.DelimitedJSONSerDe
- All Implemented Interfaces:
- Deserializer, SerDe, Serializer
public class DelimitedJSONSerDe
- extends LazySimpleSerDe
DelimitedJSONSerDe.
This serde can only serialize, because it is just intended for use by the FetchTask class and the
TRANSFORM function.
Field Summary |
static org.apache.commons.logging.Log |
LOG
|
Method Summary |
Object |
deserialize(org.apache.hadoop.io.Writable field)
Not implemented. |
LOG
public static final org.apache.commons.logging.Log LOG
DelimitedJSONSerDe
public DelimitedJSONSerDe()
throws SerDeException
- Throws:
SerDeException
deserialize
public Object deserialize(org.apache.hadoop.io.Writable field)
throws SerDeException
- Not implemented.
- Specified by:
deserialize
in interface Deserializer
- Overrides:
deserialize
in class LazySimpleSerDe
- Parameters:
field
- the Writable that contains the data
- Returns:
- The deserialized row Object.
- Throws:
SerDeException
- See Also:
Deserializer.deserialize(Writable)
Copyright © 2014 The Apache Software Foundation. All rights reserved.