Re: Generate URL based on different conditions

2016-02-16 Thread Matt Burgess
Here's a Gist template that uses Joe's approach of RouteOnAttribute then UpdateAttribute to generate URLs with the use case you described: https://gist.github.com/mattyb149/8fd87efa1338a70c On Tue, Feb 16, 2016 at 9:51 PM, Joe Witt wrote: > Jeff, > > For each of the input files could it be t

Re: Generate URL based on different conditions

2016-02-16 Thread Joe Witt
Jeff, For each of the input files could it be that you would pull data from multiple URLs? Have you had a chance to learn about the NiFi Expression language? That will come in quite handy for constructing the URL used in InvokeHTTP. The general pattern I think makes sense here is: - Gather Data

Generate URL based on different conditions

2016-02-16 Thread Jeff - Data Bean Australia
Hi, I got a use case like this: There are two files, say fileA and fileB, both of them contains multiple lines of items and used for generate URLs. However, the algorithm for generating URLs are different. If items come from fileA, the URL template looks like this: foo--foo If items come from f

Re: Can I update timezone of NiFi without restarting it?

2016-02-16 Thread Joe Witt
Jeff, We don't have any support for altering the timezone NiFi honors while it is running at this time. Time information is fairly important to a number of low level mechanisms. Thanks Joe On Tue, Feb 16, 2016 at 5:02 PM, Jeff - Data Bean Australia wrote: > Hi, > > I started my Linux box with

Can I update timezone of NiFi without restarting it?

2016-02-16 Thread Jeff - Data Bean Australia
Hi, I started my Linux box with UTC as timezone and started NiFi using UTC. Later on I switched the timezone to, say, EST, but couldn't find a way to update NiFi with the new timezone unless I restarted it. How can I update the timezone in NiFi without restarting the service? Thanks, Jeff --

Re: SSL configuration on cluster

2016-02-16 Thread Matthew Clarke
Thank you On Tue, Feb 16, 2016 at 7:56 AM, Conrad Crampton < conrad.cramp...@secdata.com> wrote: > Hi All, > For the record – these instructions are spot on and worked like a charm – > thanks Matt. > Conrad > > From: Matthew Clarke > Reply-To: "users@nifi.apache.org" > Date: Monday, 15 February

Re: SSL configuration on cluster

2016-02-16 Thread Conrad Crampton
Hi All, For the record – these instructions are spot on and worked like a charm – thanks Matt. Conrad From: Matthew Clarke mailto:matt.clarke@gmail.com>> Reply-To: "users@nifi.apache.org" mailto:users@nifi.apache.org>> Date: Monday, 15 February 2016 at 17:12 To