Controller service reference another service

2016-04-11 Thread Vincent Russell
Is it possible to user one controller service inside of another service? Can it be brought in from the ControllerServiceInitializationContext? If so, how is this done? Thank you, Vincent

Re: Controller service reference another service

2016-04-11 Thread Mark Payne
Vincent, I moved users@nifi to the BCC and instead am redirecting this to the dev@nifi mailing list, as this is developer question moreso than a user question. Certainly, you can reference one controller service from another. Generally, controller services are referenced by using a PropertyDesc

Nifi 0.6.0 EvaluateXMLPath invalid state issue

2016-04-11 Thread Guillaume Pool
Hi, If anyone could help I would appreciate it: After upgrading to 0.6.0 all my EvaluateXMLPath processors report as invalid with nothing specific reported as the error. I use flowfile attribute as the destination, xpath query similar to /message/address Return type auto-detect / string Erro

Re: Large dataset on hbase

2016-04-11 Thread prabhu Mahendran
Hi Simon/Joe, Thanks for this support. I have successfully converted the CSV data into JSON and also insert those JSON data into Hbase Table using PutHBaseJSon. Part of JSON Sample Data like below: { "n1":"", "n2":"", "n3":"", "n4":"","n5":"","n6":"", "n7":"", "n8":"", "n9":"", "n10":"","n11":"",

Re: Nifi 0.6.0 EvaluateXMLPath invalid state issue

2016-04-11 Thread Joe Witt
Guillaume, If you look at the processors in the UI do the EvaluateXPath processors show as invalid and if you hover over them what do they show as the reason? I just setup something similar to the configuration you describe and I cannot recreate what you're seeing yet. Thanks Joe On Mon, Apr 11

Re: Nifi 0.6.0 EvaluateXMLPath invalid state issue

2016-04-11 Thread James Wing
I am able to see the same EvaluateXPath issue Guillame Pool reported on NiFi 0.6.0. I created a template gist at https://gist.github.com/jvwing/7e7948d8eb5ad3643f38966b4ba3ce2e that illustrates this for me. You don't even need to run the whole thing, just try to start the EvaluateXPath processor.

Re: Nifi 0.6.0 EvaluateXMLPath invalid state issue

2016-04-11 Thread Joe Witt
Ok. https://issues.apache.org/jira/browse/NIFI-1752 Thanks Joe On Mon, Apr 11, 2016 at 1:05 PM, James Wing wrote: > I am able to see the same EvaluateXPath issue Guillame Pool reported on NiFi > 0.6.0. I created a template gist at > https://gist.github.com/jvwing/7e7948d8eb5ad3643f38966b4ba3c