Member since
10-22-2018
9
Posts
0
Kudos Received
0
Solutions
05-07-2021
11:23 AM
I am struck at configuring the C2 server. Is it possible to share the document.
... View more
01-30-2020
02:53 AM
Thank you for the article. In my case, we need to create a new connection between two process groups. Is the same curl changing parameters? Thank you advanced.
... View more
10-22-2018
02:44 PM
you have to go to path where nifi is installed.and that will be hdf folder which will not be found under root or your user. follow the steps to find
go to cmd and hit this command ---> sudo docker exec -it sandbox-hdf /bin/bash then
go to path
/usr/hdf/3.1.2.0-7/nifi
you will see nifi related folders. Now,
create you input directory
mkdir - inputdir
mkdir -outputdir that's it ! use this directories in your getfile and putfile processor.
Note: all folder permission should be NIFI as well as input data as well . Happy Learning! let me know if any issue posted on :Mon.Oct 22,2018
... View more
11-20-2018
09:49 AM
I am getting below error :2018-11-12 16:37:28,189 WARN [pool-2-thread-1] o.a.n.m.b.c.i.PullHttpChangeIngestor Hit an exception while trying to pull http://java.net.ConnectException: Failed to connect to /127.0.0.1:10080 Jira tkt for the same issuehttp://mail-archives.apache.org/mod_mbox/nifi-commits/201805.mbox/%3CJIRA.13157686.1525721467000.15178.1525721820467@Atlassian.JIRA%3E How to resolve above issue.Please help.
... View more