Re: PutHDFS with mapr

2018-03-24 Thread Mark Payne
Andre, I knew this was possible but had no idea how. Thanks for the great explanation and associates caveats! -Mark On Mar 24, 2018, at 1:04 AM, Andre mailto:andre-li...@fucs.org>> wrote: Ravi, There are two ways of solving this. One of them (suggested to me MapR representatives) is to dep

NiFi Variables

2018-03-24 Thread scott
Hello community, I'm looking for a way to edit or add to the new "variables" feature programmatically, such as through the API or other. For instance, I'd like to use a variable to configure the remote host for my SFTP collection, and then be able to change the value through an automated job

Re: NiFi Variables

2018-03-24 Thread Charlie Meyer
Take a look at your browsers developer tools when you set variables and mimic the calls in code. We do this using a swagger generated client and it works well. On Sat, Mar 24, 2018, 20:26 scott wrote: > Hello community, > > I'm looking for a way to edit or add to the new "variables" feature > pr