Chakrader, You certainly can have hybrid nodes although we tend to avoid that if possible. The key point to keep in mind is your allocation of ports for your http server and clustering protocol as there are two processes living on one system. It looks like from the configurations you have previously shared, your clustering ports are okay, just be sure to confirm that is the case with your web server.
In terms of the authority provider, the only currently provided implementation in this release is that of PKI via two-way SSL as outlined in the Administrator Guide [1]. Additional providers are an area under current development as per NIFI-655 [2]. [1] http://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#controlling-levels-of-access [2] https://issues.apache.org/jira/browse/NIFI-655 On Wed, Sep 30, 2015 at 1:37 PM, Chakrader Dewaragatla < [email protected]> wrote: > Thanks Corey, below settings on Master node works. > > Question, can I have master and slave on one node (Hybrid) ? > > Can you send me details on setting up authority provider ? Meantime I will > go through the documentation and give a try. > > On 9/29/15, 6:04 PM, "Corey Flowers" <[email protected]> wrote: > > >Did you try setting the > >nifi.cluster.node.unicast.manager.address= > >nifi.cluster.manager.address= > > > >To > >nifi.cluster.node.unicast.manager.address=10.233.2.40 > >nifi.cluster.manager.address=10.233.2.40 > > > > > > > >Also if you are running the cluster you should setup the authority > >provider. Let me know if you need help with that. > > > >Sent from my iPhone > > > >> On Sep 29, 2015, at 8:49 PM, Chakrader Dewaragatla > >><[email protected]> wrote: > >> > >> 10.233.2.40 > > ________________________________ > The information contained in this transmission may contain privileged and > confidential information. It is intended only for the use of the person(s) > named above. If you are not the intended recipient, you are hereby notified > that any review, dissemination, distribution or duplication of this > communication is strictly prohibited. If you are not the intended > recipient, please contact the sender by reply email and destroy all copies > of the original message. > ________________________________ >
