org.elasticsearch.hadoop.cfg
Interface ConfigurationOptions

All Known Implementing Classes:
ESHiveInputFormat, ESHiveOutputFormat, ESInputFormat, ESOutputFormat, ESPigInputFormat

public interface ConfigurationOptions

Class providing the various Configuration parameters used by the ElasticSearch Hadoop integration.


Field Summary
static String ES_BATCH_SIZE_BYTES
          ElasticSearch batch size given in bytes
static String ES_BATCH_SIZE_BYTES_DEFAULT
           
static String ES_BATCH_SIZE_ENTRIES
          ElasticSearch batch size given in entries
static String ES_BATCH_SIZE_ENTRIES_DEFAULT
           
static String ES_BATCH_WRITE_REFRESH
          Whether to trigger an index refresh after doing batch writing
static String ES_BATCH_WRITE_REFRESH_DEFAULT
           
static String ES_HOST
          ElasticSearch host
static String ES_HOST_DEFAULT
           
static String ES_HTTP_TIMEOUT
          HTTP connection timeout
static String ES_HTTP_TIMEOUT_DEFAULT
           
static String ES_INDEX_AUTO_CREATE
          Index settings
static String ES_INDEX_AUTO_CREATE_DEFAULT
           
static String ES_INDEX_READ_MISSING_AS_EMPTY
           
static String ES_INDEX_READ_MISSING_AS_EMPTY_DEFAULT
           
static String ES_PORT
          ElasticSearch port
static String ES_PORT_DEFAULT
           
static String ES_RESOURCE
          ElasticSearch index or query (so called location)
static String ES_SCROLL_KEEPALIVE
          Scroll keep-alive
static String ES_SCROLL_KEEPALIVE_DEFAULT
           
static String ES_SCROLL_SIZE
          Scroll size
static String ES_SCROLL_SIZE_DEFAULT
           
static String ES_SERIALIZATION_READER_CLASS
          Value reader - setup automatically; can be overridden for custom types
static String ES_SERIALIZATION_WRITER_CLASS
          Value writer - setup automatically; can be overridden for custom types
 

Field Detail

ES_HOST

static final String ES_HOST
ElasticSearch host

See Also:
Constant Field Values

ES_HOST_DEFAULT

static final String ES_HOST_DEFAULT
See Also:
Constant Field Values

ES_PORT

static final String ES_PORT
ElasticSearch port

See Also:
Constant Field Values

ES_PORT_DEFAULT

static final String ES_PORT_DEFAULT
See Also:
Constant Field Values

ES_RESOURCE

static final String ES_RESOURCE
ElasticSearch index or query (so called location)

See Also:
Constant Field Values

ES_BATCH_SIZE_BYTES

static final String ES_BATCH_SIZE_BYTES
ElasticSearch batch size given in bytes

See Also:
Constant Field Values

ES_BATCH_SIZE_BYTES_DEFAULT

static final String ES_BATCH_SIZE_BYTES_DEFAULT
See Also:
Constant Field Values

ES_BATCH_SIZE_ENTRIES

static final String ES_BATCH_SIZE_ENTRIES
ElasticSearch batch size given in entries

See Also:
Constant Field Values

ES_BATCH_SIZE_ENTRIES_DEFAULT

static final String ES_BATCH_SIZE_ENTRIES_DEFAULT
See Also:
Constant Field Values

ES_BATCH_WRITE_REFRESH

static final String ES_BATCH_WRITE_REFRESH
Whether to trigger an index refresh after doing batch writing

See Also:
Constant Field Values

ES_BATCH_WRITE_REFRESH_DEFAULT

static final String ES_BATCH_WRITE_REFRESH_DEFAULT
See Also:
Constant Field Values

ES_HTTP_TIMEOUT

static final String ES_HTTP_TIMEOUT
HTTP connection timeout

See Also:
Constant Field Values

ES_HTTP_TIMEOUT_DEFAULT

static final String ES_HTTP_TIMEOUT_DEFAULT
See Also:
Constant Field Values

ES_SCROLL_KEEPALIVE

static final String ES_SCROLL_KEEPALIVE
Scroll keep-alive

See Also:
Constant Field Values

ES_SCROLL_KEEPALIVE_DEFAULT

static final String ES_SCROLL_KEEPALIVE_DEFAULT
See Also:
Constant Field Values

ES_SCROLL_SIZE

static final String ES_SCROLL_SIZE
Scroll size

See Also:
Constant Field Values

ES_SCROLL_SIZE_DEFAULT

static final String ES_SCROLL_SIZE_DEFAULT
See Also:
Constant Field Values

ES_SERIALIZATION_WRITER_CLASS

static final String ES_SERIALIZATION_WRITER_CLASS
Value writer - setup automatically; can be overridden for custom types

See Also:
Constant Field Values

ES_SERIALIZATION_READER_CLASS

static final String ES_SERIALIZATION_READER_CLASS
Value reader - setup automatically; can be overridden for custom types

See Also:
Constant Field Values

ES_INDEX_AUTO_CREATE

static final String ES_INDEX_AUTO_CREATE
Index settings

See Also:
Constant Field Values

ES_INDEX_AUTO_CREATE_DEFAULT

static final String ES_INDEX_AUTO_CREATE_DEFAULT
See Also:
Constant Field Values

ES_INDEX_READ_MISSING_AS_EMPTY

static final String ES_INDEX_READ_MISSING_AS_EMPTY
See Also:
Constant Field Values

ES_INDEX_READ_MISSING_AS_EMPTY_DEFAULT

static final String ES_INDEX_READ_MISSING_AS_EMPTY_DEFAULT
See Also:
Constant Field Values