org.apache.hadoop.hive.serde2
Class CustomSerDe3

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.AbstractSerDe
      extended by org.apache.hadoop.hive.serde2.CustomSerDe1
          extended by org.apache.hadoop.hive.serde2.CustomSerDe3
All Implemented Interfaces:
Deserializer, SerDe, Serializer

public class CustomSerDe3
extends CustomSerDe1


Constructor Summary
CustomSerDe3()
           
 
Method Summary
 void initialize(Configuration conf, Properties tbl)
          Initialize the HiveSerializer.
 
Methods inherited from class org.apache.hadoop.hive.serde2.CustomSerDe1
deserialize, getObjectInspector, getSerDeStats, getSerializedClass, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSerDe3

public CustomSerDe3()
Method Detail

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 properties
tbl - table properties
Throws:
SerDeException


Copyright © 2012 The Apache Software Foundation