Parameter | Type | Description | Example |
object | Information about serialization and deserialization. | ||
SerializationLib | string | The class name of the serialization library. | org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe |
DeserializerClass | string | The name of the class used for deserialization. | org.apache.hadoop.hive.serde2.OpenCSVSerde |
Parameters | object | The key-value pairs of parameters related to serialization. | { "serialization.format": "1" } |
Description | string | The description of the serialization. | "serialize" |
SerdeType | integer | The type of serialization. | 0 |
SerializerClass | string | The name of the class used for serialization. | org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe |
Name | string | The name of the serialization. | name |