[ https://issues.apache.org/jira/browse/MINIFI-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15232508#comment-15232508 ]
ASF GitHub Bot commented on MINIFI-13: -------------------------------------- GitHub user JPercivall opened a pull request: https://github.com/apache/nifi-minifi/pull/6 MINIFI-13 created a provenance reporting task to send provenance info… …rmation via S2S You can merge this pull request into a Git repository by running: $ git pull https://github.com/JPercivall/nifi-minifi MINIFI-13 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/nifi-minifi/pull/6.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 #6 ---- commit 6695855449bd076ddbdd76676c435b2cf9ccf2c1 Author: Joseph Percivall <joeperciv...@yahoo.com> Date: 2016-04-08T17:17:33Z MINIFI-13 created a provenance reporting task to send provenance information via S2S ---- > Create a Reporting Task to Send Provenance data > ----------------------------------------------- > > Key: MINIFI-13 > URL: https://issues.apache.org/jira/browse/MINIFI-13 > Project: Apache NiFi MiNiFi > Issue Type: Sub-task > Components: Data Format, Data Transmission > Reporter: Joseph Percivall > Assignee: Joseph Percivall > Fix For: 0.0.1 > > > With initial effort to re-use as much of NiFi as possible it is not possible > to easily create a ProvenanceReporter to add provenance events as attributes > to FlowFiles as it would require changing the ProvenancenReporter interface. > This will require utilizing a different extension point to transmit the > provenance data back to a core NiFi instance. > Probably the most efficient way to do this is to create a ReportingTask which > reports the provenance events using the S2S protocol. > In the future this will probably be retired as a reporting task as MiNiFi > grows to rely less on NiFi but this Reporting task could also be contributed > back to NiFi. -- This message was sent by Atlassian JIRA (v6.3.4#6332)