@aws-cdk_aws-glue-alpha.SerializationLibrary

class SerializationLibrary ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Glue.Alpha.SerializationLibrary
Gogithub.com/aws/aws-cdk-go/awscdkgluealpha/v2#SerializationLibrary
Javasoftware.amazon.awscdk.services.glue.alpha.SerializationLibrary
Pythonaws_cdk.aws_glue_alpha.SerializationLibrary
TypeScript (source)@aws-cdk/aws-glue-alpha ยป SerializationLibrary

Serialization library to use when serializing/deserializing (SerDe) table records.

See also: https://cwiki.apache.org/confluence/display/Hive/SerDe

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as glue_alpha from '@aws-cdk/aws-glue-alpha';
const serializationLibrary = glue_alpha.SerializationLibrary.AVRO;

Initializer

new SerializationLibrary(className: string)

Parameters

  • className string

Properties

NameTypeDescription
className๐Ÿ”นstring
static AVRO๐Ÿ”นSerializationLibrary
static CLOUDTRAIL๐Ÿ”นSerializationLibrary
static GROK๐Ÿ”นSerializationLibrary
static HIVE_JSON๐Ÿ”นSerializationLibrary
static LAZY_SIMPLE๐Ÿ”นSerializationLibrary
static OPENX_JSON๐Ÿ”นSerializationLibrary
static OPEN_CSV๐Ÿ”นSerializationLibrary
static ORC๐Ÿ”นSerializationLibrary
static PARQUET๐Ÿ”นSerializationLibrary
static REGEXP๐Ÿ”นSerializationLibrary

className๐Ÿ”น

Type: string


static AVRO๐Ÿ”น

Type: SerializationLibrary

See also: https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r3.1.3/api/org/apache/hadoop/hive/serde2/avro/AvroSerDe.html


static CLOUDTRAIL๐Ÿ”น

Type: SerializationLibrary

See also: https://docs.aws.amazon.com/athena/latest/ug/cloudtrail.html


static GROK๐Ÿ”น

Type: SerializationLibrary

See also: https://docs.aws.amazon.com/athena/latest/ug/grok.html


static HIVE_JSON๐Ÿ”น

Type: SerializationLibrary

See also: https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r3.1.3/api/org/apache/hive/hcatalog/data/JsonSerDe.html


static LAZY_SIMPLE๐Ÿ”น

Type: SerializationLibrary

See also: https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r3.1.3/api/org/apache/hadoop/hive/serde2/lazy/LazySimpleSerDe.html


static OPENX_JSON๐Ÿ”น

Type: SerializationLibrary

See also: https://github.com/rcongiu/Hive-JSON-Serde


static OPEN_CSV๐Ÿ”น

Type: SerializationLibrary

See also: https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r3.1.3/api/org/apache/hadoop/hive/serde2/OpenCSVSerde.html


static ORC๐Ÿ”น

Type: SerializationLibrary

See also: https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r3.1.3/api/org/apache/hadoop/hive/ql/io/orc/OrcSerde.html


static PARQUET๐Ÿ”น

Type: SerializationLibrary

See also: https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r3.1.3/api/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveSerDe.html


static REGEXP๐Ÿ”น

Type: SerializationLibrary

See also: https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r3.1.3/api/org/apache/hadoop/hive/serde2/RegexSerDe.html