public static interface SerDeInfo.Builder extends CopyableBuilder<SerDeInfo.Builder,SerDeInfo>
| Modifier and Type | Method and Description |
|---|---|
SerDeInfo.Builder |
name(String name)
Name of the SerDe.
|
SerDeInfo.Builder |
parameters(Map<String,String> parameters)
A list of initialization parameters for the SerDe, in key-value form.
|
SerDeInfo.Builder |
serializationLibrary(String serializationLibrary)
Usually the class that implements the SerDe.
|
copyapply, buildSerDeInfo.Builder name(String name)
Name of the SerDe.
name - Name of the SerDe.SerDeInfo.Builder serializationLibrary(String serializationLibrary)
Usually the class that implements the SerDe. An example is:
org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.
serializationLibrary - Usually the class that implements the SerDe. An example is:
org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.SerDeInfo.Builder parameters(Map<String,String> parameters)
A list of initialization parameters for the SerDe, in key-value form.
parameters - A list of initialization parameters for the SerDe, in key-value form.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.