public class EsSerDe extends org.apache.hadoop.hive.serde2.AbstractSerDe
configErrors
Constructor and Description |
---|
EsSerDe() |
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(Writable blob) |
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector |
getObjectInspector() |
org.apache.hadoop.hive.serde2.SerDeStats |
getSerDeStats() |
Class<? extends Writable> |
getSerializedClass() |
void |
initialize(Configuration conf,
Properties tbl) |
void |
initialize(Configuration conf,
Properties tbl,
Properties partitionProperties) |
Writable |
serialize(Object data,
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector objInspector) |
getConfigurationErrors, shouldStoreFieldsInMetastore
public void initialize(Configuration conf, Properties tbl, Properties partitionProperties) throws org.apache.hadoop.hive.serde2.SerDeException
initialize
in class org.apache.hadoop.hive.serde2.AbstractSerDe
org.apache.hadoop.hive.serde2.SerDeException
public void initialize(Configuration conf, Properties tbl) throws org.apache.hadoop.hive.serde2.SerDeException
initialize
in interface org.apache.hadoop.hive.serde2.Deserializer
initialize
in interface org.apache.hadoop.hive.serde2.Serializer
initialize
in class org.apache.hadoop.hive.serde2.AbstractSerDe
org.apache.hadoop.hive.serde2.SerDeException
public Object deserialize(Writable blob) throws org.apache.hadoop.hive.serde2.SerDeException
deserialize
in interface org.apache.hadoop.hive.serde2.Deserializer
deserialize
in class org.apache.hadoop.hive.serde2.AbstractSerDe
org.apache.hadoop.hive.serde2.SerDeException
public org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector getObjectInspector() throws org.apache.hadoop.hive.serde2.SerDeException
getObjectInspector
in interface org.apache.hadoop.hive.serde2.Deserializer
getObjectInspector
in class org.apache.hadoop.hive.serde2.AbstractSerDe
org.apache.hadoop.hive.serde2.SerDeException
public org.apache.hadoop.hive.serde2.SerDeStats getSerDeStats()
getSerDeStats
in interface org.apache.hadoop.hive.serde2.Deserializer
getSerDeStats
in interface org.apache.hadoop.hive.serde2.Serializer
getSerDeStats
in class org.apache.hadoop.hive.serde2.AbstractSerDe
public Class<? extends Writable> getSerializedClass()
getSerializedClass
in interface org.apache.hadoop.hive.serde2.Serializer
getSerializedClass
in class org.apache.hadoop.hive.serde2.AbstractSerDe
public Writable serialize(Object data, org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector objInspector) throws org.apache.hadoop.hive.serde2.SerDeException
serialize
in interface org.apache.hadoop.hive.serde2.Serializer
serialize
in class org.apache.hadoop.hive.serde2.AbstractSerDe
org.apache.hadoop.hive.serde2.SerDeException