Variables handling in MiNiFi

2018-12-19 Thread luis_size
Hi
I am a big fan of NiFi variables registry. This makes instantiating versions of 
the same workflow easier. However, when I save a PG as a template, export it, 
convert it to YML for MiNiFi agent, the value of variable is not exported.
Is there a support of variable in MiNiFi? any ongoing work on this?
ThanksLuis

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


Re: ReportingLineageToAtlas

2018-01-16 Thread luis_size
 Hi Joe,
Noted with thanks. Sorry for the beginner error :)
Thanks 
Le mardi 16 janvier 2018 à 15:31:29 UTC+1, Joe Witt  a 
écrit :  
 
 Hello

Please post to a single mailing list.  Removed dev from this thread for now.

Thanks

On Tue, Jan 16, 2018 at 9:20 AM, luis_size  wrote:
> Hi
>
> I am trying to set NiFi 1.5 with Atlas 0.8 in HDP 2.6, however I am getting
> the following error
>
> java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.nifi.atlas.NiFiAtlasHook
>
> Is there anything to do in addition of building NiFi with Atlas profil and
> setting the ReportingLineageToAtlas?
>
> Thanks
>
  

ReportingLineageToAtlas

2018-01-16 Thread luis_size
Hi

I am trying to set NiFi 1.5 with Atlas 0.8 in HDP 2.6, however I am getting the 
following error 
java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.nifi.atlas.NiFiAtlasHook
Is there anything to do in addition of building NiFi with Atlas profil and 
setting the ReportingLineageToAtlas? 
Thanks