You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2023/03/02 18:20:00 UTC

[jira] [Commented] (NIFI-11241) Introduce API for building Processors in Python

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

Mark Payne commented on NIFI-11241:
-----------------------------------

To make use of this:
 * Requires Python 3.9+
 * Build the branch
 * Update nifi.properties to specify the Python command to use (e.g., {{python3}} or {{{}python3.9{}}})
 * For example processors, copy /nifi-nar-bundles/nifi-py4j-bundle/nifi-python-test-extensions/src/main/resources/extensions to $NIFI_HOME/python/extensions
 * Start NiFi

You should now be able to use the Python based processors, such as SetRecordField, PrettyPrintJson, etc.

> Introduce API for building Processors in Python
> -----------------------------------------------
>
>                 Key: NIFI-11241
>                 URL: https://issues.apache.org/jira/browse/NIFI-11241
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core Framework, Documentation &amp; Website, Extensions
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Introduce an API for building Processors in Python. Use Py4J for communication layer.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)