[
https://issues.apache.org/jira/browse/MINIFICPP-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gábor Gyimesi resolved MINIFICPP-2640.
--------------------------------------
Resolution: Fixed
> Remove explicit use of ExecutePythonProcessor
> ---------------------------------------------
>
> Key: MINIFICPP-2640
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2640
> Project: Apache NiFi MiNiFi C++
> Issue Type: Task
> Reporter: Gábor Gyimesi
> Assignee: Gábor Gyimesi
> Priority: Major
> Fix For: 1.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> ExecutePythonProcessor is meant to be used for running native python
> processors for both minifi c++ style and nifi style python processors. These
> native python processors are read from the directory defined in the
> nifi.python.processor.dir property. In previous releases it was possible to
> use ExecutePythonProcessor explicitly and setting its properties to define
> the path of the python processor and the used module paths. This usage should
> be removed in favor of the automatic python processor parsing and using the
> created virtual environment for dependency modules. Removing this option also
> makes the ExecutePythonProcessor code cleaner and simpler.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)