Re: ConfigHelper.setThriftContact() undefined in cassandra v1.2

2013-01-29 Thread Michael Kjellman
ndra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: ConfigHelper.setThriftContact() undefined in cassandra v1.2 Hey Aaron, It gives compilation errors saying that the method is undefined. Thanks, Tejas Patil On Tue, Jan 29, 2013 at 4:17 PM, Edward Capriolo mailto:edlin

Re: ConfigHelper.setThriftContact() undefined in cassandra v1.2

2013-01-29 Thread Tejas Patil
Hey Aaron, It gives compilation errors saying that the method is undefined. Thanks, Tejas Patil On Tue, Jan 29, 2013 at 4:17 PM, Edward Capriolo wrote: > > About as definitive as the word maybe. Oreilys seo keeps it close to top > of search results but it probably not the think you want. > > >

Re: ConfigHelper.setThriftContact() undefined in cassandra v1.2

2013-01-29 Thread Edward Capriolo
About as definitive as the word maybe. Oreilys seo keeps it close to top of search results but it probably not the think you want. On Tuesday, January 29, 2013, aaron morton wrote: > I am trying out the example given in Cassandra Definitive guide, Ch 12. > > That book may be out of date. > You mi

Re: ConfigHelper.setThriftContact() undefined in cassandra v1.2

2013-01-29 Thread aaron morton
> I am trying out the example given in Cassandra Definitive guide, Ch 12. That book may be out of date. You might be better off with info from http://www.datastax.com/docs/1.1/cluster_architecture/hadoop_integration and http://wiki.apache.org/cassandra/HadoopSupport as well as the sample in the

ConfigHelper.setThriftContact() undefined in cassandra v1.2

2013-01-29 Thread Tejas Patil
I am trying out the example given in Cassandra Definitive guide, Ch 12. This statement gives error and I am not able to figure out the replacement for it: *ConfigHelper.setThriftContact(job.getConfiguration(), "localhost", 9160);* Also, *IColumn column = columns.get(columnName.getBytes());* *Str