org.apache.hadoop.hive.serde2
Class CustomSerDe3
java.lang.Object
org.apache.hadoop.hive.serde2.AbstractSerDe
org.apache.hadoop.hive.serde2.CustomSerDe1
org.apache.hadoop.hive.serde2.CustomSerDe3
- All Implemented Interfaces:
- Deserializer, SerDe, Serializer
public class CustomSerDe3
- extends CustomSerDe1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomSerDe3
public CustomSerDe3()
initialize
public void initialize(Configuration conf,
Properties tbl)
throws SerDeException
- Description copied from class:
AbstractSerDe
- Initialize the HiveSerializer.
- Specified by:
initialize
in interface Deserializer
- Specified by:
initialize
in interface Serializer
- Overrides:
initialize
in class CustomSerDe1
- Parameters:
conf
- System propertiestbl
- table properties
- Throws:
SerDeException
Copyright © 2012 The Apache Software Foundation