You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/12/18 08:51:00 UTC

[jira] [Commented] (NIFI-5904) PutHive3Streaming incorrectly handles RecordReaderFactoryException

    [ https://issues.apache.org/jira/browse/NIFI-5904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16723839#comment-16723839 ] 

ASF subversion and git services commented on NIFI-5904:
-------------------------------------------------------

Commit c52f880cc1148bde12bc6333ed74483882c28e0d in nifi's branch refs/heads/master from [~pvillard]
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c52f880 ]

Merge pull request #3224 from mattyb149/NIFI-5904

NIFI-5904: Fix PutHive3Streaming handling of RecordReaderFactoryException

> PutHive3Streaming incorrectly handles RecordReaderFactoryException
> ------------------------------------------------------------------
>
>                 Key: NIFI-5904
>                 URL: https://issues.apache.org/jira/browse/NIFI-5904
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When there is an empty file in HDFS location and same is sent to PutHive3Streaming processor, it throws RecordReaderFactoryException and keeps on trying to process the file. In this case the exception is due to the fact that the AvroReader expects an embedded schema but one does not exist in the (empty) file.
> This is a bug, as it should only rollback the session if Rollback On Failure is true, otherwise it should route the flow file to failure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)