Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.1
-
None
Description
org.apache.nifi.processors.hive.PutHiveStreaming using "Transactions per Batch" property for records per transaction.
if (hiveWriter.getTotalRecords() >= txnsPerBatch) {
hiveWriter.flush(true);
There should be another configuration property to define records per transaction.
Attachments
Issue Links
- links to