You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by Praveen Ramachandra <pr...@gmail.com> on 2011/10/03 03:25:16 UTC

logical nodes, flows and fanout sinks

Hi All,

Using Flume version 0.9.4,  I am trying to configure a logical node,
associating with a flow that need to send out the data in fanout fashion.


I executed the following commands on flumeshell and all of them failed,
providing the error "Failed to run command xxxxxx due to null"


   1. exec config logical_node1 flow1 customSourceT1 | [ agentSink("
   rtim3x11r0.ugcl.ch1.yahoo.com", 35853), agentSink("
   rtim3x11r1.ugcl.ch1.yahoo.com",35853)]
   2. exec config logical_node1 flow1 customSourceT1  [ agentSink("
   rtim3x11r0.ugcl.ch1.yahoo.com", 35853), agentSink("
   rtim3x11r1.ugcl.ch1.yahoo.com",35853)]
   3. exec config logical_node1 flow1 customSourceT1  agentSink("
   rtim3x11r0.ugcl.ch1.yahoo.com", 35853)
   4. ...
   5.


The only command I got that succeeded was with auto*Chain in the sink

1. exec config logical_node1 flow1 customSourceT1 autoBEChain


Appreciate if some one can point me how to configure it using the flume
shell commands.




-- 
--
Regards,
Praveen Ramachandra