Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FIELD_DELIMITER |
"," |
public static final String |
DEFAULT_RECORD_DELIMITER |
"\n" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HDFS_CREDENTIALS |
"HDFS_CREDENTIALS" |
public static final String |
TOPOLOGY_HDFS_URI |
"topology.hdfs.uri" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STORM_KEYTAB_FILE_KEY |
"hdfs.keytab.file" |
public static final String |
STORM_USER_NAME_KEY |
"hdfs.kerberos.principal" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ARCHIVE_DIR |
"hdfsspout.archive.dir" |
public static final String |
BAD_DIR |
"hdfsspout.badfiles.dir" |
public static final String |
CLOCKS_INSYNC |
"hdfsspout.clocks.insync" |
public static final String |
COMMIT_FREQ_COUNT |
"hdfsspout.commit.count" |
public static final String |
COMMIT_FREQ_SEC |
"hdfsspout.commit.sec" |
public static final int |
DEFAULT_COMMIT_FREQ_COUNT |
20000 |
public static final int |
DEFAULT_COMMIT_FREQ_SEC |
10 |
public static final String |
DEFAULT_HDFS_CONFIG_KEY |
"hdfs.config" |
public static final String |
DEFAULT_LOCK_DIR |
".lock" |
public static final int |
DEFAULT_LOCK_TIMEOUT |
300 |
public static final int |
DEFAULT_MAX_OUTSTANDING |
10000 |
public static final String |
HDFS_URI |
"hdfsspout.hdfs" |
public static final String |
IGNORE_SUFFIX |
"hdfsspout.ignore.suffix" |
public static final String |
LOCK_DIR |
"hdfsspout.lock.dir" |
public static final String |
LOCK_TIMEOUT |
"hdfsspout.lock.timeout.sec" |
public static final String |
MAX_OUTSTANDING |
"hdfsspout.max.outstanding" |
public static final String |
READER_TYPE |
"hdfsspout.reader.type" |
public static final String |
SEQ |
"seq" |
public static final String |
SOURCE_DIR |
"hdfsspout.source.dir" |
public static final String |
TEXT |
"text" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DIR_LOCK_FILE |
"DIRLOCK" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BUFFER_SIZE |
"hdfsspout.reader.buffer.bytes" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BUFFER_SIZE |
"hdfsspout.reader.buffer.bytes" |
public static final String |
CHARSET |
"hdfsspout.reader.charset" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FIELD_DELIMITER |
"," |
public static final String |
DEFAULT_RECORD_DELIMITER |
"\n" |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.