You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Aman Mittal (JIRA)" <ji...@apache.org> on 2018/06/14 05:38:00 UTC

[jira] [Created] (NIFI-5309) Specify Correct Output Format in logger when transferring records to success in SelectHiveQl Processor

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)