apache-nifi Questions
5
In my current project, I have been using apache nifi for some experiments purpose.
When I have configured the first time. The nifi was running perfect (I was able to see the canvas, toolbar on Goog...
Surroundings asked 27/7, 2016 at 4:58
2
I am using Apache camel for quite long time and found it to be a fantastic solution for all kind of system integration related business need. But couple of years back I came accross the Apache Nifi...
Chekiang asked 8/1, 2021 at 7:48
2
Solved
I'm brand new to NiFi and simply playing around with processors.
I'm trying to incorporate Wait and Notify processors in my testing, but I have to setup a Distributed Map Cache (server and client...
Harper asked 16/6, 2017 at 13:19
4
How effective is to use Apache NIFI for the ETL process having source as HDFS & destination as Oracle DB. What are the limitations of Apache NIFI compared other ETL tools such as Pentaho,Datast...
Hirza asked 19/8, 2017 at 20:11
2
Solved
In NiFi, there exist a data flow to consume from MQTT (ConsumeMQTT) and publish into HDFS path (PutHDFS). I got a requirement to introduce 60 min delay before pushing the consumed data into HDFS pa...
Brannon asked 18/5, 2020 at 17:49
2
I am wondering if there is any way to concatenate the values of JSON attributes into one new attribute using JOLT transformation.
For example, I have the following JSON:
{
"name": "...
Susurrant asked 19/1, 2017 at 3:2
1
We are trying to run a spark program using NiFi. This is the basic sample we tried to follow.
We have configured Apache-Livy server in 127.0.0.1:8998.
ExecutiveSparkInteractive processor is used ...
Crept asked 3/4, 2020 at 11:42
4
I have flow in NiFi:
Download file -> UnpackContent -> PutHDFS
After all flowfiles put in HDFS, I need run shell script.
How I can know or check that all flow files have been processed?
Condone asked 20/6, 2020 at 10:49
2
Solved
How can I add a attribute to the current flow file when developing an Apache NiFi cusom processor.
What I want to do is adding a new attribute (or at least update a current attribute) to the curren...
Interplay asked 12/8, 2016 at 5:41
2
Solved
I am new to apache NIFI. I was kind of wondering where is the save button. I tried a sample from a tutorial that I saw on youtube. I would like to save all the processors that I created for future ...
Liuka asked 22/9, 2017 at 2:22
3
Solved
I'm a beginner with Apache NiFi, but until now All the tutorial that I read speak about the integration of kafka with Nifi. how it kafka is the complementary of Nifi? why we don't use Nifi directly...
Koine asked 29/11, 2018 at 10:18
3
Solved
I am new to Nifi and python
i want to execute my python script. So used ExecuteScript and tried to import certain modules. I have imported like this:
import json, sftp, paramiko
Though i have s...
Paulson asked 21/11, 2016 at 11:49
1
Solved
In the image, there are 3 GenerateFlowFile processors connected to a LogAttribute processor. I would like to know the need for Funnel. Please clarify.
I understood one such use of funnel where i...
Diaphoretic asked 28/12, 2019 at 17:33
1
I used GetTwitter processor in Apache Nifi to process live tweets using UserId. Initially it works fine but after few hours no tweets is retrieved from Twitter.
May I know why I am getting this iss...
Dithyrambic asked 1/10, 2019 at 4:53
1
Solved
I am trying to insert CSV records to Postgres database using nifi.
Sample csv file :
timenow,location
'2019-10-21 15:13:11','colombo'
When nifi scenario runs, it gives following error
Error ...
Bilberry asked 21/10, 2019 at 11:41
3
I'm new to nifi and i want to connect SQL server database to nifi and create a data flow with the processors. how can I do this, can any one Help me with this clearly.
Thanks in Advance
sam
Sepalous asked 5/1, 2017 at 16:21
1
Solved
I have a endpoint would return response as follow.
{
"result": [
{},
....
{}]
}
I am trying to use invokeHTTP and enable “Put Response Body In Attribute” to keep origin flowfile and response...
Sage asked 2/9, 2019 at 17:2
2
Solved
I am attempting to write a file on disk with the MergeContent processor, but I'm getting significantly varying file sizes - anywhere from one line to 806 lines. I've repeated the process many times...
Intelligible asked 23/1, 2016 at 0:50
3
I have the below sequence for calling rest API.
Generate FLowfile processor-->jsonpath processor-->text replace processor(for post data creation)---> InvokeHTTP--->XPATH processor for attribute---...
Rupee asked 2/7, 2019 at 11:18
1
We have started using NiFi for a lot of our data pipeline jobs. One of things which is challenging in Nifi is to do regression testing of the changes to the flows.
What are the common ways to handl...
Ditmore asked 16/7, 2019 at 17:2
2
Solved
I want to send Nifi flowfile to Spark and do some transformations in Spark and again send the result back to Nifi so that I can to further operations in Nifi. I don't want to write the flowfile wri...
Jevons asked 31/10, 2018 at 6:17
1
Solved
I have below input JSON:
{
"id": "2ef8a2ee-054f-4b43-956a-8aa4f51a41d5",
"type": "VOICE",
"tags": [
{
"id": "some id 1",
"description": "some description 1"
},
{
"id": "some id 2",
"desc...
Garay asked 18/6, 2019 at 18:39
1
Solved
Let's say I have 100 flow files produced by one processor, each of them contains a different line. I want to get a new flow file which contains 100 line. How can I did that?
I have tried MergeCont...
Seleneselenious asked 26/5, 2019 at 14:26
1
I am currently trying to recover my flows from the below exception.
failed to process session due to Cannot update journal file
/data/disk1/nifi/flowfile_repository/journals/90620570.journal be...
Java asked 20/5, 2019 at 11:24
6
Solved
I have multiple nifi servers that I would like to be able to POST templates to via the REST interface from a script
The "/controller/templates" endpoint appears to be the proper REST endpoint to s...
Barbarossa asked 18/7, 2016 at 21:56
© 2022 - 2024 — McMap. All rights reserved.