@InterfaceAudience.Public @InterfaceStability.Evolving public class KuduSinkConfigurationConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BATCH_SIZE
Maximum number of events the sink should take from the channel per
transaction, if available.
|
static String |
IGNORE_DUPLICATE_ROWS
Whether to ignore errors indicating that we attempted to insert duplicate rows into Kudu.
|
static String |
MASTER_ADDRESSES
Comma-separated list of "host:port" pairs of the masters (port optional).
|
static String |
PRODUCER
The fully qualified class name of the Kudu event producer the sink should use.
|
static String |
PRODUCER_PREFIX
Configuration to pass to the Kudu event producer.
|
static String |
TABLE_NAME
The name of the table in Kudu to write to.
|
static String |
TIMEOUT_MILLIS
Timeout period for Kudu operations, in milliseconds.
|
Constructor and Description |
---|
KuduSinkConfigurationConstants() |
public static final String MASTER_ADDRESSES
public static final String TABLE_NAME
public static final String PRODUCER
public static final String PRODUCER_PREFIX
public static final String BATCH_SIZE
public static final String TIMEOUT_MILLIS
public static final String IGNORE_DUPLICATE_ROWS
Copyright © 2016. All rights reserved.