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 GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/21 17:57:01 UTC

[jira] [Commented] (NIFI-4179) Enabling existing Processor to support more features (GetFTP/GetSFTP) and FetchFTP/FetchSFTO

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

ASF GitHub Bot commented on NIFI-4179:
--------------------------------------

GitHub user apiri opened a pull request:

    https://github.com/apache/nifi/pull/2357

    NIFI-4179 Incrementing Template encoding version to 1.2

    NIFI-4179 Incrementing Template encoding version to 1.2 to reflect changes incorporated in NIFI-3155

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apiri/incubator-nifi NIFI-4179

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/2357.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2357
    
----
commit 76f32c8b346e7c8d428626be4b12622b80186366
Author: Aldrin Piri <al...@...>
Date:   2017-12-21T17:54:11Z

    NIFI-4179 Incrementing Template encoding version to 1.2 to reflect changes incorporated in NIFI-3155

----


> Enabling existing Processor to support more features (GetFTP/GetSFTP) and FetchFTP/FetchSFTO
> --------------------------------------------------------------------------------------------
>
>                 Key: NIFI-4179
>                 URL: https://issues.apache.org/jira/browse/NIFI-4179
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 1.3.0
>         Environment: Windows/Unix
>            Reporter: Vijaya Kumar Reddy Maddela
>              Labels: features
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Hi All,
> We are looking to have dynamic behavior for FTP/SFTP processors.
> 1)	GETFTP processor should be used only as starting point in a flow (Not supported to use it in middle of the flow)
> 2)	FetchFTP: This supports using in middle of the flow, but doesnot support to pass Dynamic properties
> When we look into code we identified reasons for not supporting
> In
> GetFTP/GetSFTP:
> @InputRequirement(Requirement.INPUT_FORBIDDEN) instead of @InputRequirement(Requirement.INPUT_REQUIRED)
> FetchFTP/FetchSFTO:
> Doesn’t contain @DynamicProperties() in the code
> Can you please some help someone how can we build the code and deploy by our self. Appreciate a link or tutorial for building code after modification



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)