Re: Adding NiFi processors to MiNiFi

2018-12-19 Thread Aldrin Piri
Hi there,

The processor you are referencing was only provided in 1.8.0 as per the
associated JIRA [1].  You would need to use that version of those artifacts
in this scenario.

We are a bit lacking on docs, but the path you took is correct, just be
mindful of the version where a given component was introduced.  The hope is
we can provide some assistance to make this clearer in conjunction with the
work under way with extension registry as well as toward treating MiNiFi
Java as a specialized assembly of NiFi.

[1] https://issues.apache.org/jira/browse/NIFI-5566

On Wed, Dec 19, 2018 at 6:43 AM luis_size  wrote:

> Hi
>
> I am using MiNiFi 0.5 and would like to add CryptographicHashContent
> processor to my MiNiFi flow. I add the following nars from NiFi lib folder
> to minifi lib folder
>
> nifi-ssl-context-service-nar-1.7.0.nar
> nifi-standard-nar-1.7.0.nar
> nifi-standard-services-api-nar-1.7.0.nar
>
> but it is not able to find the processor:
> ^
>
> o.apache.nifi.controller.FlowController Could not create Processor of type
> org.apache.nifi.processors.standard.CryptographicHashContent for ID  ;
> creating "Ghost" implementation
> org.apache.nifi.controller.exception.ProcessorInstantiationException:
> Unable to find bundle for coordinate default:unknown:unversioned
>
> How to know which nar to add for this particular processor but also in
> general? I looked to github and thought that it should be in standard nars.
>
> Also, how to find which version of NiFi libs I should use for a particular
> minifi version?
>
> Thanks
> Luis
>
>


Adding NiFi processors to MiNiFi

2018-12-19 Thread luis_size
HiĀ 
I am using MiNiFi 0.5 and would like to add CryptographicHashContent processor 
to my MiNiFi flow. I add the following nars from NiFi lib folder to minifi lib 
folder
nifi-ssl-context-service-nar-1.7.0.nar
nifi-standard-nar-1.7.0.nar
nifi-standard-services-api-nar-1.7.0.nar

but it is not able to find the processor:^
o.apache.nifi.controller.FlowController Could not create Processor of type 
org.apache.nifi.processors.standard.CryptographicHashContent for ID  ; 
creating "Ghost" implementation
org.apache.nifi.controller.exception.ProcessorInstantiationException: Unable to 
find bundle for coordinate default:unknown:unversioned
How to know which nar to add for this particular processor but also in general? 
I looked to github and thought that it should be in standard nars.
Also, how to find which version of NiFi libs I should use for a particular 
minifi version?
ThanksLuis