You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/04/27 16:32:38 UTC

[jira] [Commented] (NIFI-10) Add new Provenance Event types

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

Mark Payne commented on NIFI-10:
--------------------------------

When a user views or downloads content it should be a DOWNLOAD event.

When a processor pulls data from an external resource in order to update the content of a FlowFile that should be a FETCH event (for example, FetchHDFS).

When processor performs a remote method invocation that should be a REMOTE_INVOCATION event (for example, DeleteHDFS - we don't want to create a delete event because we are not actually deleting content ourselves - we are instructing HDFS to do so. There are other similar cases. InvokeHTTP should probably do this if the HTTP method is DELETE, as well).

> Add new Provenance Event types
> ------------------------------
>
>                 Key: NIFI-10
>                 URL: https://issues.apache.org/jira/browse/NIFI-10
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>            Reporter: Joseph Witt
>            Priority: Minor
>
> Provenance download event should support the notion of proxy chains as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)