Lexer error at char '\u201C'

2012-04-18 Thread Trevor Francis
Trying to add an agent config through the master web server to point to a 
collector node, getting:

FAILED  config [10.38.20.197, tailDir(/var/log/acc/, .*, true, 0), 
agentDFOSink(“10.38.20.203”,35853)]  Attempted to write an invalid 
sink/source: Lexer error at char '\u201C' at line 1 char 13


Any ideas?

Trevor Francis




Re: Lexer error at char '\u201C'

2012-04-18 Thread Tyler Hobbs
This... looks like Flume.  Are you sure you've got the right mailing list?

On Wed, Apr 18, 2012 at 11:04 PM, Trevor Francis 
trevor.fran...@tgrahamcapital.com wrote:

 Trying to add an agent config through the master web server to point to a
 collector node, getting:

 FAILEDconfig [10.38.20.197, tailDir(/var/log/acc/, .*, true, 0),
 agentDFOSink(“10.38.20.203”,35853)]Attempted to write an invalid
 sink/source: Lexer error at char '\u201C' at line 1 char 13


 Any ideas?

 Trevor Francis





-- 
Tyler Hobbs
DataStax http://datastax.com/


Re: Lexer error at char '\u201C'

2012-04-18 Thread Trevor Francis
…..slaps himself.

Oh you guys at Datastax are great. I have deployed a small Cassandra cluster 
using your community edition. Actually currently working on making Flume use 
cassandra as a sink…..unsuccessfully. However, I did just get this Flume error 
fixed.

Are you aware of any cassandra sinks that actually work for Flume?


Trevor Francis


On Apr 18, 2012, at 11:12 PM, Tyler Hobbs wrote:

 This... looks like Flume.  Are you sure you've got the right mailing list?
 
 On Wed, Apr 18, 2012 at 11:04 PM, Trevor Francis 
 trevor.fran...@tgrahamcapital.com wrote:
 Trying to add an agent config through the master web server to point to a 
 collector node, getting:
 
 FAILED config [10.38.20.197, tailDir(/var/log/acc/, .*, true, 0), 
 agentDFOSink(“10.38.20.203”,35853)]  Attempted to write an invalid 
 sink/source: Lexer error at char '\u201C' at line 1 char 13
 
 
 Any ideas?
 
 Trevor Francis
 
 
 
 
 
 -- 
 Tyler Hobbs
 DataStax
 



Re: Lexer error at char '\u201C'

2012-04-18 Thread Nick Bailey
https://github.com/thobbs/flume-cassandra-plugin

I think that is fairly up to date, right Tyler?

On Wed, Apr 18, 2012 at 11:18 PM, Trevor Francis 
trevor.fran...@tgrahamcapital.com wrote:

 …..slaps himself.

 Oh you guys at Datastax are great. I have deployed a small Cassandra
 cluster using your community edition. Actually currently working on making
 Flume use cassandra as a sink…..unsuccessfully. However, I did just get
 this Flume error fixed.

 Are you aware of any cassandra sinks that actually work for Flume?


  Trevor Francis


 On Apr 18, 2012, at 11:12 PM, Tyler Hobbs wrote:

 This... looks like Flume.  Are you sure you've got the right mailing list?

 On Wed, Apr 18, 2012 at 11:04 PM, Trevor Francis 
 trevor.fran...@tgrahamcapital.com wrote:

 Trying to add an agent config through the master web server to point to a
 collector node, getting:

 FAILED config [10.38.20.197, tailDir(/var/log/acc/, .*, true, 0),
 agentDFOSink(“10.38.20.203”,35853)] Attempted to write an invalid
 sink/source: Lexer error at char '\u201C' at line 1 char 13


 Any ideas?

  Trevor Francis





 --
 Tyler Hobbs
 DataStax http://datastax.com/





Re: Lexer error at char '\u201C'

2012-04-18 Thread Tyler Hobbs
Yup, you beat me to the punch by a minute.

On Wed, Apr 18, 2012 at 11:39 PM, Nick Bailey n...@datastax.com wrote:

 https://github.com/thobbs/flume-cassandra-plugin

 I think that is fairly up to date, right Tyler?


 On Wed, Apr 18, 2012 at 11:18 PM, Trevor Francis 
 trevor.fran...@tgrahamcapital.com wrote:

 …..slaps himself.

 Oh you guys at Datastax are great. I have deployed a small Cassandra
 cluster using your community edition. Actually currently working on making
 Flume use cassandra as a sink…..unsuccessfully. However, I did just get
 this Flume error fixed.

 Are you aware of any cassandra sinks that actually work for Flume?


  Trevor Francis


 On Apr 18, 2012, at 11:12 PM, Tyler Hobbs wrote:

 This... looks like Flume.  Are you sure you've got the right mailing list?

 On Wed, Apr 18, 2012 at 11:04 PM, Trevor Francis 
 trevor.fran...@tgrahamcapital.com wrote:

 Trying to add an agent config through the master web server to point to
 a collector node, getting:

 FAILED config [10.38.20.197, tailDir(/var/log/acc/, .*, true, 0),
 agentDFOSink(“10.38.20.203”,35853)] Attempted to write an invalid
 sink/source: Lexer error at char '\u201C' at line 1 char 13


 Any ideas?

  Trevor Francis





 --
 Tyler Hobbs
 DataStax http://datastax.com/






-- 
Tyler Hobbs
DataStax http://datastax.com/


Re: Lexer error at char '\u201C'

2012-04-18 Thread Trevor Francis
it pukes:

ERROR com.cloudera.flume.conf.SinkFactoryImpl: Could not find class 
org.apache.cassandra.plugins.flume.sink.LogsandraSyslogSink for plugin loading

followed the read me to a t

property
nameflume.plugin.classes/name

valueorg.apache.cassandra.plugins.flume.sink.SimpleCassandraSink,org.apache.cassandra.plugins.flume.sink.LogsandraSyslogSink/value
descriptionComma separated list of plugin classes/description
  /property



Weird: 

Trevor Francis


On Apr 18, 2012, at 11:39 PM, Nick Bailey wrote:

 https://github.com/thobbs/flume-cassandra-plugin
 
 I think that is fairly up to date, right Tyler?
 
 On Wed, Apr 18, 2012 at 11:18 PM, Trevor Francis 
 trevor.fran...@tgrahamcapital.com wrote:
 …..slaps himself.
 
 Oh you guys at Datastax are great. I have deployed a small Cassandra cluster 
 using your community edition. Actually currently working on making Flume use 
 cassandra as a sink…..unsuccessfully. However, I did just get this Flume 
 error fixed.
 
 Are you aware of any cassandra sinks that actually work for Flume?
 
 
 Trevor Francis
 
 
 On Apr 18, 2012, at 11:12 PM, Tyler Hobbs wrote:
 
 This... looks like Flume.  Are you sure you've got the right mailing list?
 
 On Wed, Apr 18, 2012 at 11:04 PM, Trevor Francis 
 trevor.fran...@tgrahamcapital.com wrote:
 Trying to add an agent config through the master web server to point to a 
 collector node, getting:
 
 FAILEDconfig [10.38.20.197, tailDir(/var/log/acc/, .*, true, 0), 
 agentDFOSink(“10.38.20.203”,35853)]  Attempted to write an invalid 
 sink/source: Lexer error at char '\u201C' at line 1 char 13
 
 
 Any ideas?
 
 Trevor Francis
 
 
 
 
 
 -- 
 Tyler Hobbs
 DataStax