mirror of https://github.com/apache/nifi.git
NIFI-5989: Update to property names to clarify difference between batch sizes
This commit is contained in:
parent
29d54126e4
commit
bc0e68ff2a
|
@ -142,6 +142,7 @@ public class PutKudu extends AbstractProcessor {
|
|||
|
||||
protected static final PropertyDescriptor BATCH_SIZE = new PropertyDescriptor.Builder()
|
||||
.name("Batch Size")
|
||||
.displayName("Max Records per Batch")
|
||||
.description("The maximum number of Records to process in a single Kudu-client batch, between 1 - 100000. " +
|
||||
"Depending on your memory size, and data size per row set an appropriate batch size. " +
|
||||
"Gradually increase this number to find out the best one for best performances.")
|
||||
|
|
Loading…
Reference in New Issue