Member since
04-06-2019
125
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2012 | 03-07-2017 04:15 PM |
06-07-2017
05:40 PM
Thanks Matt , It seems becuase of corrupted keystore after replaced with the valid keystore it was resolved. 🙂
... View more
07-02-2017
05:58 PM
@Anishkumar Valsalam
Were you able to resolve this issue? Unfortunately I seem to have ran into the same issue while setting up the cluster on AWS and cant seem to find a work around for that. I had to provide internal IP addresses which are now being used for the "nifi.web.https.host" property. Any info will be much appreciated.
... View more
04-27-2017
02:06 PM
2 Kudos
@Anishkumar Valsalam In a Nifi cluster you need to make sure you have uploaded you new custom component nars to every node in the cluster. I do not recommend adding your custom nars directly to the existing NiFi lib directory. While this works, it can become annoying to manage when you upgrade NiFi versions. NiFi allows you to specify an additional lib directory where you can place your custom nars. Then if you upgrade, the new version can just get pointed at this existing additional lib dir. Adding additional lib directories to your NiFi is as simple adding an additional property to the nifi.properties file. for example: nifi.nar.library.directory.lib1=/nars-custom/lib1
nifi.nar.library.directory.lib2=/nars-custom/lib2 Note: Each prefix must be unique (i.e. - lib1 and lib2 in the above examples). These lib directories must be accessible by the user running your NiFi instance. Thanks, Matt
... View more
03-28-2017
05:29 PM
Thanks matt for your guidance.
... View more
03-28-2017
04:46 PM
2 Kudos
@Anishkumar Valsalam There is a good tutorial with sample flow templates available at https://hortonworks.com/hadoop-tutorial/learning-ropes-apache-nifi/. There are also several workflow templates available at https://cwiki.apache.org/confluence/display/NIFI/Example+Dataflow+Templates that can be leveraged as a base for testing and building your own flows.
... View more
03-07-2017
04:18 PM
No if you have a Zookeeper quorum available, you just need to the set the following property: nifi.zookeeper.connect.string=node-1:2181,node-2:2181,node-3:2181 in nifi.properties file. You don't need to modify the zookeeper.properties file in your case. Hope this helps.
... View more
03-07-2017
05:55 PM
Thanks Much.
... View more
03-20-2017
09:35 AM
I have meet the same problem,but I don`t know how to setup my own domain. May you have solved this problem,If you have some suggest will be will kind for me. Thanks!
... View more
- « Previous
-
- 1
- 2
- Next »