Package | Description |
---|---|
org.apache.kudu.flume.sink |
Modifier and Type | Class and Description |
---|---|
class |
AvroKuduOperationsProducer
An Avro serializer that generates one operation per event by deserializing the event
body as an Avro record and mapping its fields to columns in a Kudu table.
|
class |
RegexpKuduOperationsProducer
|
class |
SimpleKeyedKuduOperationsProducer
|
class |
SimpleKuduOperationsProducer
A simple serializer that generates one
Insert per Event
by writing the event body into a BINARY column. |
Copyright © 2017 The Apache Software Foundation. All rights reserved.