You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by aaron morton <aa...@thelastpickle.com> on 2011/08/12 06:52:31 UTC

problem with the demo project

I'm using the 0.9.4 tar distro and running through the docs, when I got up to this point http://archive.cloudera.com/cdh/3/flume/UserGuide/index.html#_tiering_flume_nodes_agents_and_collectors

And tried to use this config (through the web console) 

10.0.1.150 : console | agentSink("localhost",35853) ;
collector : collectorSource(35853) | console ;

There was a big bang….

com.cloudera.flume.conf.FlumeSpecException: Parser error: unexpected 'collector' at position 0 line 2: '10.0.1.150 : console | agentSink("localhost",35853) ;
collector : collectorSource(35853) | console ;'
        at com.cloudera.flume.conf.FlumeSpecGen.generate(FlumeSpecGen.java:278)
        at com.cloudera.flume.master.MultiConfigCommand$1.exec(MultiConfigCommand.java:77)
        at com.cloudera.flume.master.CommandManager.exec(CommandManager.java:266)
        at com.cloudera.flume.master.CommandManager.handleCommand(CommandManager.java:205)
        at com.cloudera.flume.master.CommandManager$ExecThread.run(CommandManager.java:236)

My work around was to change the collector flume node name from "collector" to "coll" and this then worked as a config

10.0.1.150 : console | agentSink("localhost",35853) ;
coll : collectorSource(35853) | console ;

Is collector a  token in the Antlr grammar ? 

Cheers
  
-----------------
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com


Re: problem with the demo project

Posted by aaron morton <aa...@thelastpickle.com>.
Done https://issues.apache.org/jira/browse/FLUME-740

Cheers

-----------------
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com

On 12 Aug 2011, at 18:14, Jonathan Hsieh wrote:

> Aaron,
> 
> Interesting bug.  'collector' is in fact an antlr token.    Could you file a bug with this example?
> 
> Thanks,
> Jon.
> 
> On Thu, Aug 11, 2011 at 9:52 PM, aaron morton <aa...@thelastpickle.com> wrote:
> I'm using the 0.9.4 tar distro and running through the docs, when I got up to this point http://archive.cloudera.com/cdh/3/flume/UserGuide/index.html#_tiering_flume_nodes_agents_and_collectors
> 
> And tried to use this config (through the web console) 
> 
> 10.0.1.150 : console | agentSink("localhost",35853) ;
> collector : collectorSource(35853) | console ;
> 
> There was a big bang….
> 
> com.cloudera.flume.conf.FlumeSpecException: Parser error: unexpected 'collector' at position 0 line 2: '10.0.1.150 : console | agentSink("localhost",35853) ;
> collector : collectorSource(35853) | console ;'
>         at com.cloudera.flume.conf.FlumeSpecGen.generate(FlumeSpecGen.java:278)
>         at com.cloudera.flume.master.MultiConfigCommand$1.exec(MultiConfigCommand.java:77)
>         at com.cloudera.flume.master.CommandManager.exec(CommandManager.java:266)
>         at com.cloudera.flume.master.CommandManager.handleCommand(CommandManager.java:205)
>         at com.cloudera.flume.master.CommandManager$ExecThread.run(CommandManager.java:236)
> 
> My work around was to change the collector flume node name from "collector" to "coll" and this then worked as a config
> 
> 10.0.1.150 : console | agentSink("localhost",35853) ;
> coll : collectorSource(35853) | console ;
> 
> Is collector a  token in the Antlr grammar ? 
> 
> Cheers
>   
> -----------------
> Aaron Morton
> Freelance Cassandra Developer
> @aaronmorton
> http://www.thelastpickle.com
> 
> 
> 
> 
> -- 
> // Jonathan Hsieh (shay)
> // Software Engineer, Cloudera
> // jon@cloudera.com
>  
> 


Re: problem with the demo project

Posted by Jonathan Hsieh <jo...@cloudera.com>.
Aaron,

Interesting bug.  'collector' is in fact an antlr token.    Could you file a
bug with this example?

Thanks,
Jon.

On Thu, Aug 11, 2011 at 9:52 PM, aaron morton <aa...@thelastpickle.com>wrote:

> I'm using the 0.9.4 tar distro and running through the docs, when I got up
> to this point
> http://archive.cloudera.com/cdh/3/flume/UserGuide/index.html#_tiering_flume_nodes_agents_and_collectors
>
> And tried to use this config (through the web console)
>
> 10.0.1.150 : console | agentSink("localhost",35853) ;
> collector : collectorSource(35853) | console ;
>
> There was a big bang….
>
> com.cloudera.flume.conf.FlumeSpecException: Parser error: unexpected
> 'collector' at position 0 line 2: '10.0.1.150 : console |
> agentSink("localhost",35853) ;
> collector : collectorSource(35853) | console ;'
>         at
> com.cloudera.flume.conf.FlumeSpecGen.generate(FlumeSpecGen.java:278)
>         at
> com.cloudera.flume.master.MultiConfigCommand$1.exec(MultiConfigCommand.java:77)
>         at
> com.cloudera.flume.master.CommandManager.exec(CommandManager.java:266)
>         at
> com.cloudera.flume.master.CommandManager.handleCommand(CommandManager.java:205)
>         at
> com.cloudera.flume.master.CommandManager$ExecThread.run(CommandManager.java:236)
>
> My work around was to change the collector flume node name from "collector"
> to "coll" and this then worked as a config
>
> 10.0.1.150 : console | agentSink("localhost",35853) ;
> coll : collectorSource(35853) | console ;
>
> Is collector a  token in the Antlr grammar ?
>
> Cheers
>
>  -----------------
> Aaron Morton
> Freelance Cassandra Developer
> @aaronmorton
> http://www.thelastpickle.com
>
>


-- 
// Jonathan Hsieh (shay)
// Software Engineer, Cloudera
// jon@cloudera.com