Skip to content

Commit c13028b

Browse files
committed
Fixing property name for max docs per partition.
1 parent 4282a01 commit c13028b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mr/src/main/java/org/elasticsearch/hadoop/cfg/ConfigurationOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public interface ConfigurationOptions {
131131
String ES_SERIALIZATION_READER_VALUE_CLASS = "es.ser.reader.value.class";
132132

133133
/** Input options **/
134-
String ES_MAX_DOCS_PER_PARTITION = "es.input.maxdocsperpartition";
134+
String ES_MAX_DOCS_PER_PARTITION = "es.input.max.docs.per.partition";
135135
int ES_DEFAULT_MAX_DOCS_PER_PARTITION = 100000;
136136
String ES_INPUT_JSON = "es.input.json";
137137
String ES_INPUT_JSON_DEFAULT = "no";

0 commit comments

Comments
 (0)