Re: Can't connect to Secure HBase cluster

2016-03-31 Thread Jeff Lord
Do you have a core-site.xml in your config? On Thu, Mar 31, 2016 at 4:27 AM, Guillaume Pool wrote: > Hi, > > > > I am trying to make a connection to a secured cluster that has phoenix > installed. > > > > I am running HDP 2.3.2 and NiFi 0.6.0 > > > > Getting the following error on trying to enab

Re: splitText output appears to be getting dropped

2016-02-18 Thread Jeff Lord
auto-terminating > failure relationships except in rare cases. > > Matt > On Feb 18, 2016 8:36 PM, "Jeff Lord" wrote: > >> I have a pretty simple flow where I query for a list of ids using >> executeProcess and than pass that list along to splitText where I am

splitText output appears to be getting dropped

2016-02-18 Thread Jeff Lord
I have a pretty simple flow where I query for a list of ids using executeProcess and than pass that list along to splitText where I am trying to split on each line to than dynamically build a url further down the line using updateAttribute and so on. executeProcess -> splitText -> putFile For som