Member since
06-09-2016
185
Posts
22
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2182 | 04-21-2017 07:57 AM | |
1358 | 04-18-2017 07:07 AM | |
3234 | 02-27-2017 05:41 AM | |
905 | 12-09-2016 11:05 AM | |
1270 | 11-24-2016 11:20 AM |
11-30-2016
08:22 AM
please check this, this helped me https://community.hortonworks.com/questions/59681/puthivestreaming-nifi-processor-various-errors.html#answer-59737
... View more
11-30-2016
08:19 AM
hi @Peter Greiff, Thanks for the response. so lets say I have 10 templates, and I want to start/stop them using rest-api can I do it, without loading them in the UI? what does nifi-considers as active? I believe only active elements can be accessed by rest api?
... View more
11-30-2016
07:11 AM
Hi, It seems the nifi canvas can be used by only one person for one dataflow How do we start/stop/schedule multiple data flows? We can't keep all on the canvas..right? Thanks, Avijeet
... View more
Labels:
- Labels:
-
Apache NiFi
11-30-2016
06:12 AM
1 Kudo
Hi @Dagmawi Mengistu Can you click on the Error mark to see the exact error, also you can check nifi-app.log and post more details.
... View more
11-30-2016
05:02 AM
It gave JSON syntax error, with double quotes - worked fine. {
"revision": {
"version": 8,
"clientId": "test"
},
"status": {
"runStatus": "RUNNING"
},
"component": {
"id": "8bb725ef-0158-1000-478b-da5903184807",
"state": "RUNNING"
},
"id": "8bb725ef-0158-1000-478b-da5903184807"
} But sometimes the GET request gets timed out - is the nifi-api service reliable?
... View more
11-30-2016
03:51 AM
Hi, Due to space issues I wanted to remove nifi installed folder, but some reason it stays and the logs come back [root@Master nifi-1.0.0]# ls database_repository [root@Master nifi-1.0.0]# cd database_repository/ [root@Master database_repository]# ls nifi-flow-audit.lock.db nifi-user-keys.lock.db These files are not getting removed. pls suggest. Thanks, Avijeet
... View more
Labels:
- Labels:
-
Apache NiFi
11-29-2016
09:19 AM
@mliem I am having the same issue, can you pls suggest if something is wrong. Thanks. [root@node2 ~]# curl -i -X PUT -H 'Content-Type: application/json' -d '{"revision":{"version":1,"clientId":"test"},"processor":{"id":"8bb725ef-0158-1000-3f09-23bdf4b50c6e","state":"RUNNING"}}' http://localhost:8080/nifi-api/processors/8bb725ef-0158-1000-3f09-23bdf4b50c6e HTTP/1.1 400 Bad Request Date: Tue, 29 Nov 2016 09:17:50 GMT Content-Type: text/plain Transfer-Encoding: chunked Server: Jetty(9.3.9.v20160517) Message body is malformed. Unable to map into expected format.
... View more
11-28-2016
12:29 PM
Hi, Can I just delete rm -rf * from some of the log folders such as /var/log/hive 16G ./hive Thanks, Avijeet
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
11-28-2016
10:00 AM
Hi, I am using a InvokeHTTP to call a external rest api and then Extract a few values from the JSON response using EvaluateJSONPath What I am not able to understand is, why are we doing the extract from flowfile-attributes and not flowfile-content Comparing the terminology with flume (which I have used before), flowfile-attributes are the Event headers and flowfile-content is Event body Then how is EvaluateJSONPath is extracting from header using EL Thanks, Avijeet
... View more
Labels:
- Labels:
-
Apache NiFi
11-24-2016
11:20 AM
Got the answer here https://community.hortonworks.com/questions/32690/hive-compactions-on-external-table.html
... View more