Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-3418

putHiveStreaming using "Transactions per Batch" property for records per transaction

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1.1
    • 1.2.0
    • Extensions
    • 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

          Activity

            People

              Unassigned Unassigned
              dbschofield Ben Schofield
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: