Re: Multiple flume agent on single machine

2014-03-13 Thread Christopher Shannon
This looks to be just what I need. Thanx, Jeff - Chris On Mar 13, 2014 4:52 PM, "Jeff Lord" wrote: > You can setup flume to use hdfs.proxyUser > > > https://cwiki.apache.org/confluence/display/FLUME/Flume+1.x+Secure+HDFS+Setup > > > On Thu, Mar 13, 2014 at 2:26 PM, Christopher Shannon < > cshan

Re: Multiple flume agent on single machine

2014-03-13 Thread Jeff Lord
You can setup flume to use hdfs.proxyUser https://cwiki.apache.org/confluence/display/FLUME/Flume+1.x+Secure+HDFS+Setup On Thu, Mar 13, 2014 at 2:26 PM, Christopher Shannon wrote: > What if your sinks have to write out to destinations that have different > users and different levels of authoriz

Re: Multiple flume agent on single machine

2014-03-13 Thread Christopher Shannon
What if your sinks have to write out to destinations that have different users and different levels of authorization? How is security managed by Flume? On Mar 6, 2014 8:56 AM, "Simeon Zaharici" wrote: > Hello > > You do not need to run multiple flume agents, although this is possible. > You could

Re: Multiple flume agent on single machine

2014-03-06 Thread Simeon Zaharici
sample for the same?   From:Simeon Zaharici [mailto:simeon_zahar...@yahoo.com] Sent: Thursday, March 06, 2014 8:23 PM To: user@flume.apache.org Subject: Re: Multiple flume agent on single machine   Hello You do not need to run multiple flume agents, although this is possible. You could just defin

RE: Multiple flume agent on single machine

2014-03-06 Thread Chhaya Vishwakarma
Thank you for your reply do you have any sample for the same? From: Simeon Zaharici [mailto:simeon_zahar...@yahoo.com] Sent: Thursday, March 06, 2014 8:23 PM To: user@flume.apache.org Subject: Re: Multiple flume agent on single machine Hello You do not need to run multiple flume agents

Re: Multiple flume agent on single machine

2014-03-06 Thread Simeon Zaharici
Hello You do not need to run multiple flume agents, although this is possible. You could just define multiple sources running on different ports in the same flume agent, each one writing to its own Hbase sink. Regards, Simeon On Wednesday, March 5, 2014 11:30:56 PM, Chhaya Vishwakarma w