We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4282a01 commit c13028bCopy full SHA for c13028b
mr/src/main/java/org/elasticsearch/hadoop/cfg/ConfigurationOptions.java
@@ -131,7 +131,7 @@ public interface ConfigurationOptions {
131
String ES_SERIALIZATION_READER_VALUE_CLASS = "es.ser.reader.value.class";
132
133
/** Input options **/
134
- String ES_MAX_DOCS_PER_PARTITION = "es.input.maxdocsperpartition";
+ String ES_MAX_DOCS_PER_PARTITION = "es.input.max.docs.per.partition";
135
int ES_DEFAULT_MAX_DOCS_PER_PARTITION = 100000;
136
String ES_INPUT_JSON = "es.input.json";
137
String ES_INPUT_JSON_DEFAULT = "no";
0 commit comments