[
https://issues.apache.org/jira/browse/NIFI-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16466211#comment-16466211
]
ASF subversion and git services commented on NIFI-5152:
-------------------------------------------------------
Commit 4544f3969d6978f6637c59206c978281d377d1c3 in nifi's branch
refs/heads/master from [~sivaprasanna]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=4544f39 ]
NIFI-5152: MoveHDFS now works even with no upstream connection
This closes #2681.
Signed-off-by: Bryan Bende <[email protected]>
> MoveHDFS should have @InputRequirement(Requirement.INPUT_REQUIRED)
> ------------------------------------------------------------------
>
> Key: NIFI-5152
> URL: https://issues.apache.org/jira/browse/NIFI-5152
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.6.0
> Reporter: Bryan Bende
> Assignee: Sivaprasanna Sethuraman
> Priority: Minor
> Fix For: 1.7.0
>
> Attachments:
> 0001-NIFI-5152-MoveHDFS-now-works-even-with-no-upstream-c.patch
>
>
> The onTrigger method of MoveHDFS will return when no incoming flow file is
> obtained, therefore the processor can only be used with an incoming
> relationships and should have the INPUT_REQUIRED annotation.
> If the expected behavior was to use the processor without an incoming
> relationship, then instead of requiring input, the code needs to be updated
> to handle both scenarios.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)