Aman Mittal created NIFI-5309:
---------------------------------
Summary: Specify Correct Output Format in logger when transferring
records to success in SelectHiveQl Processor
Key: NIFI-5309
URL: https://issues.apache.org/jira/browse/NIFI-5309
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Aman Mittal
Fix For: 2.0.0
Get the output Format printed in the app.log from outputFormat variable instead
of hardcoding "Avro" .
Current logger.info prints :
logger.info("{} contains {} Avro records; transferring to 'success'", new
Object[]\{flowfile, nrOfRows.get()});
Instead It should take the outputFormat based on the option selected from the
processor like CSV/AVRO.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)