Member since
10-27-2016
122
Posts
13
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1575 | 01-08-2017 07:14 PM | |
6473 | 12-07-2016 06:17 PM | |
4570 | 11-08-2016 08:49 PM |
12-10-2019
09:01 AM
Hi, i am trying to get an ArrayList as an output of the ExecuteStreamCommand Processor using Java but I am neither getting it in the output destination attribute nor anything in the execution.status. I tried testing it with assigning an Integer too but did not work.Can you tell me if I am missing something here.
... View more
01-16-2018
01:38 PM
1 Kudo
@Roger Young The Remote Process Group (RPG) is not designed for dynamic target URL assignment. It is designed to communicate with a target standalone of NiFi cluster. During that communication it learns about all currently connected nodes in a target Nifi cluster and retains the URLS for all those nodes so it can perform a load-balanced delivery of data. It the event RPG cannot get an updated listing form the target it will continue to try to delivery to the last known set of target nodes. Since the RPG was never intended to be used to delivery data to multiple independent target NiFi instances, the ideal of dynamic URL was never considered. There are other NifI processors such as putHTTP and InvokeHTTP that can take NiFi Expression Language (EL) as input for the target URL. Thank you, Matt
... View more
08-23-2017
12:32 PM
Hi @Wynner. I have it kind of working with a python script and command line arguments but i thought there might have been a more straight forward way of doing it. Thank you for the reply.
... View more
02-28-2017
07:44 PM
Hi @Matt Burgess yes its the latter. No issue with receiving the whole JSON, i was just trying to minimize the response if possible.
... View more
02-16-2017
12:21 PM
Hi, that makes sense. I used ExtractText and it worked, thanks for the help
... View more
02-03-2017
12:51 PM
@Pierre Villard yep, that did it, thanks for the help.
... View more
01-27-2017
04:45 AM
Thanks a lot for the reply Brandon. I think I have got a starting point. Appreciate.
... View more
01-19-2017
10:49 AM
Hi @Pierre Villard. Thanks for the reply. Thats unfortunate, i was following this tutorial, https://github.com/georgevetticaden/hdp/tree/master/reference-apps/iot-trucking-app. I will attempt a previous version. Thank you
... View more