Member since
09-29-2015
871
Posts
723
Kudos Received
255
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3348 | 12-03-2018 02:26 PM | |
2302 | 10-16-2018 01:37 PM | |
3615 | 10-03-2018 06:34 PM | |
2392 | 09-05-2018 07:44 PM | |
1814 | 09-05-2018 07:31 PM |
04-16-2021
04:19 PM
Can you help to provide more insight on how we can able to achieve this? Thank you Srinu
... View more
12-06-2020
10:24 PM
@Vin900, as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
10-07-2020
05:07 AM
Hello Shishir, Would you mind to please how do we migrate a standalone Nifi setup to cluster mode? Thanks snm1523
... View more
10-05-2020
01:43 AM
Hi, Can you explain how can I use config files inside code which are defined under src/main/resources folder ? I tried using standard Java approach via getResourceAsStream() or getResource() methods to access resources under classpath. But in Ni-fi, while execution it outputs IllegalArgumentException.
... View more
09-15-2020
01:59 AM
@shreyanshu_pare You can now autoload nars by placing them in the ./extensions dir in the NiFi home. https://www.nifi.rocks/auto-loading-extensions/
... View more
09-03-2020
06:34 AM
I m new bee to nifi. I followed the below link and did the configuration and username password screen appears. But i dont know what the username and password is. Can you help me with it? https://mintopsblog.com/2017/11/01/apache-nifi-configuration/
... View more
03-27-2020
12:19 AM
you have to fiil in nifi.remote.input.host= at conf/nifi.properties. this work when you deploy nifi to actual host
... View more
03-26-2020
10:22 PM
@shuhei_shogen : I had similar used case but when i tried to reproduce the same approach its not working.My file name is like equity_asia2.dif.gz.20200324 and i want these files to be in target folder 20200324. In Update Attribute i have used ${filename:matches(${today:prepend('[^\.].*gz.'):append('\d{8}')})}. But it doesnt seem to be working. Could you please check and assist me on this.
... View more
01-07-2020
11:56 PM
Hello @saikrishna_tara @bbende @emaxwell . Thanks for the solution and it worked well for me. I am new to Nifi and got the same problem statement as @saikrishna_tara. I am able to make it till merge content, i can see my files are in parent flow files. but in parent name of files are uuid of the flow files and not the actual name of the file which is processed. I need to put all the parent flow file's actual name via email processor to the outside world. Please let me know in case more details are required. Regards Nitin
... View more