hiveJsonSerDe

@JvmName(name = "kjqddvpwgrtavirt")
suspend fun hiveJsonSerDe(value: Output<DeliveryStreamHiveJsonSerDeArgs>)
@JvmName(name = "imrvyhdqrdkaqlps")
suspend fun hiveJsonSerDe(value: DeliveryStreamHiveJsonSerDeArgs?)

Parameters

value

The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.


@JvmName(name = "gafvkmacpbutvnre")
suspend fun hiveJsonSerDe(argument: suspend DeliveryStreamHiveJsonSerDeArgsBuilder.() -> Unit)

Parameters

argument

The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.