Re: Output port and 2 way SSL

2015-11-24 Thread Sumanth Chinthagunta
I had the same problem when I tried to create output port in sub-processor 
group. 
I have to create output port in root processor group and link from 
sub-processor group to this port.

> On Nov 24, 2015, at 8:25 AM, Aurélien DEHAY  wrote:
> 
> Hello.
> 
> I've configured my nifi to use 2 Way SSL for user authentication, without 
> cluster.
> 
> I want to create an output port to send data to Spark.
> 
> Nifi complains that "output connection for port is not defined". 
> 
> How, and where, do I configure that port? I did not find any information 
> about this configuration.
> 
> Thanks for any pointer.
> Aurélien.



Re: Output port and 2 way SSL

2015-11-24 Thread Joe Witt
Hello,

Ports on the root group automatically become remote group ports.
Input ports can receive input from external sources and output ports
can be used by external sources to pull data.  So long as those
external sources are using the site-to-site client lib you should be
good.

A longer description of it can be found here
https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#site-to-site

If that didn't quite answer the question just let us know

Thanks
Joe

Thanks
Joe

On Tue, Nov 24, 2015 at 11:38 AM, Sumanth Chinthagunta
 wrote:
> I had the same problem when I tried to create output port in sub-processor
> group.
> I have to create output port in root processor group and link from
> sub-processor group to this port.
>
> On Nov 24, 2015, at 8:25 AM, Aurélien DEHAY 
> wrote:
>
> Hello.
>
> I've configured my nifi to use 2 Way SSL for user authentication, without
> cluster.
>
> I want to create an output port to send data to Spark.
>
> Nifi complains that "output connection for port is not defined".
>
> How, and where, do I configure that port? I did not find any information
> about this configuration.
>
> Thanks for any pointer.
> Aurélien.
>
>


Output port and 2 way SSL

2015-11-24 Thread Aurélien DEHAY
Hello.


I've configured my nifi to use 2 Way SSL for user authentication, without 
cluster.


I want to create an output port to send data to Spark.


Nifi complains that "output connection for port is not defined".


How, and where, do I configure that port? I did not find any information about 
this configuration.


Thanks for any pointer.

Aurélien.