NIFI-5989: Update to property names to clarify difference between batch sizes

This commit is contained in:
Mark Payne 2019-02-08 15:58:43 -05:00
parent 29d54126e4
commit bc0e68ff2a
1 changed files with 1 additions and 0 deletions

View File

@ -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.")