Member since
10-27-2016
122
Posts
13
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1540 | 01-08-2017 07:14 PM | |
6254 | 12-07-2016 06:17 PM | |
4504 | 11-08-2016 08:49 PM |
05-25-2017
08:57 AM
Hi, that command returns the following error 'nifi.bat' is not recognized as an internal or external command,
operable program or batch file.
... View more
05-24-2017
01:24 PM
Hi, staus-nifi.bat shows NiFi is running. There is also java processes showing in task manager. NiFi is working fine, i just want to shut it down properly. I tried bin\nifi.sh stop but that doesnt work.
... View more
05-24-2017
12:56 PM
Hi, I didnt stop NiFi with the usual control+C command, when i turned my laptop back on NiFi was still running. How do i Shut it down? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
03-23-2017
12:23 PM
Hi @Matt Clarke. I have been using nifi fine in a virtual machine. Recently i have it installed on my windows 10 host but i keep getting the same error as above even though i have configured the nifi.properties file as follows. I am just using localhost at the minute as i have minifi also installed for testing. # Site to Site properties
nifi.remote.input.host=localhost
nifi.remote.input.secure=false
nifi.remote.input.socket.port=10000
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30 sec
# web properties #
nifi.web.war.directory=./lib
nifi.web.http.host=
nifi.web.http.port=9191
nifi.web.https.host=
nifi.web.https.port=
nifi.web.jetty.working.directory=./work/jetty
nifi.web.jetty.threads=200
Is there any other configurations to be changed? Thank you
... 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-28-2017
05:40 PM
Hi, currently i am using InvokeHTTP to retrieve a JSON file from a weather website. Then i use EvaluateJsonPath to take the attributes i need from the json file. Is it possible to just recieve the attributes from a url instead of receiving the whole json file? Thank you
... View more
Labels:
- Labels:
-
Apache NiFi
02-28-2017
04:06 PM
hi @bhagan i want my output to become an attribute, but im having trouble assigning it an attribute with update attribute processor. What do i assign as my value? ${output stream} doesnt work
... View more
02-27-2017
02:08 PM
Hi, i have a custom program producing an integer output when using an ExecuteScriptCommand. I am trying to assign the integer an attribute with UpdateAttribute processor but its not working? How could i go about this, thank you
... View more
Labels:
- Labels:
-
Apache NiFi
02-16-2017
12:21 PM
Hi, that makes sense. I used ExtractText and it worked, thanks for the help
... View more
02-15-2017
06:54 PM
Hi @Bryan Bende. Thanks for the reply. I added a logAttribute and it shows there is no value for latitude or longitude. i dont know why its not working. The data i am using is from the data simulator in the trucking app. The previous processor routes the truck_geo_events to the updatettribute processor.
longitude {line:getDelimitedField(9,'|')}
2017-02-15 18:49:56.779|truck_geo_event|92|10|George Vetticaden|1594289134|Memphis to Little Rock Route 2|Normal|34.8|-92.09|1|
This looks like it should work though?
... View more