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 2016/09/22 14:16:20 UTC

[jira] [Commented] (NIFI-1458) Add scriptable ReportingTask

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

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

GitHub user mattyb149 opened a pull request:

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

    NIFI-1458: Added ScriptedReportingTask

    I refactored AbstractScriptProcessor into ScriptUtils, so the functionality could be shared between scripting processors and scripting reporting tasks. I admit the use of ScriptUtils is not pure OO (public members, e.g.) but I wanted to keep the spirit of what the processors did when this was part of its parent class (since we don't have traits or multiple inheritance).

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

    $ git pull https://github.com/mattyb149/nifi NIFI-1458

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

    https://github.com/apache/nifi/pull/1045.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 #1045
    
----
commit cd5a523b41cbe81a602e4d0f10df38b6a58a6779
Author: Matt Burgess <ma...@apache.org>
Date:   2016-09-22T14:13:40Z

    NIFI-1458: Added ScriptedReportingTask

----


> Add scriptable ReportingTask
> ----------------------------
>
>                 Key: NIFI-1458
>                 URL: https://issues.apache.org/jira/browse/NIFI-1458
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>
> Now that NIFI-210 adds scriptable Processors (and scripted onTrigger bodies), a great extension would be to add a scriptable ReportingTask. This would enable users to script their own ReportingTasks using the various supported scripting languages.



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