Re: Bulkoutputformat

2013-12-17 Thread Aaron Morton
> Request did not complete within rpc_timeout. The node is overloaded and did not return in time. Check the logs for errors or excessive JVM GC and try selecting less data. Cheers - Aaron Morton New Zealand @aaronmorton Co-Founder & Principal Consultant Apache Cassandra Consul

Re: Bulkoutputformat

2013-12-13 Thread varun allampalli
Thanks Rahul..article was insightful On Fri, Dec 13, 2013 at 12:25 AM, Rahul Menon wrote: > Here you go > > http://thelastpickle.com/blog/2013/01/11/primary-keys-in-cql.html > > > On Fri, Dec 13, 2013 at 7:19 AM, varun allampalli < > vshoori.off...@gmail.com> wrote: > >> Hi Aaron, >> >> It seem

Re: Bulkoutputformat

2013-12-13 Thread Rahul Menon
Here you go http://thelastpickle.com/blog/2013/01/11/primary-keys-in-cql.html On Fri, Dec 13, 2013 at 7:19 AM, varun allampalli wrote: > Hi Aaron, > > It seems like you answered the question here. > > https://groups.google.com/forum/#!topic/nosql-databases/vjZA5vdycWA > > Can you give me the li

Re: Bulkoutputformat

2013-12-12 Thread varun allampalli
Hi Aaron, It seems like you answered the question here. https://groups.google.com/forum/#!topic/nosql-databases/vjZA5vdycWA Can you give me the link to the blog which you mentioned http://thelastpickle.com/2013/01/11/primary-keys-in-cql/ Thanks in advance Varun On Thu, Dec 12, 2013 at 3:36 P

Re: Bulkoutputformat

2013-12-12 Thread varun allampalli
Thanks Aaron, I was able to generate sstables and load using sstableloader. But after loading the tables when I do a select query I get this, the table has only one record. Is there anything I am missing or any logs I can look at. Request did not complete within rpc_timeout. On Wed, Dec 11, 2013

Re: Bulkoutputformat

2013-12-11 Thread Aaron Morton
If you don’t need to use Hadoop then try the SSTableSimpleWriter and sstableloader , this post is a little old but still relevant http://www.datastax.com/dev/blog/bulk-loading Otherwise AFAIK BulkOutputFormat is what you want from hadoop http://www.datastax.com/docs/1.1/cluster_architecture/had

Re: BulkOutputFormat

2013-01-17 Thread Michael Kjellman
It was primarily a streaming issue not a Hadoop component issue. Seems very similar to not be related IMHO On Jan 17, 2013, at 10:59 AM, "chandra Varahala" mailto:hadoopandcassan...@gmail.com>> wrote: I am not reducers, just Map only job still same kind issue ? thanks chandra On Thu, Jan 17,

Re: BulkOutputFormat

2013-01-17 Thread chandra Varahala
I am not reducers, just Map only job still same kind issue ? thanks chandra On Thu, Jan 17, 2013 at 1:50 PM, Michael Kjellman wrote: > https://issues.apache.org/jira/browse/CASSANDRA-4813 > > Fixed in 1.2.0 > > Best, > michael > > From: chandra Varahala > Reply-To: "user@cassandra.apache.org"

Re: BulkOutputFormat

2013-01-17 Thread Michael Kjellman
https://issues.apache.org/jira/browse/CASSANDRA-4813 Fixed in 1.2.0 Best, michael From: chandra Varahala mailto:hadoopandcassan...@gmail.com>> Reply-To: "user@cassandra.apache.org" mailto:user@cassandra.apache.org>> Date: Thursday, January 17, 2013 10:39 AM To

RE: BulkOutputFormat error - org.apache.thrift.transport.TTransportException

2012-12-19 Thread ANAND_BALARAMAN
@cassandra.apache.org Subject: RE: BulkOutputFormat error - org.apache.thrift.transport.TTransportException Aaron Both the rpc_address in caasandra.yaml file and job configuration are same (localhost). I will try connecting to a different Cassandra cluster and test it again. -Original Message- From: aaron

RE: BulkOutputFormat error - org.apache.thrift.transport.TTransportException

2012-12-13 Thread ANAND_BALARAMAN
: user@cassandra.apache.org Subject: Re: BulkOutputFormat error - org.apache.thrift.transport.TTransportException Looks like it cannot connect to the server >conf.set("cassandra.output.thrift.address", "localhost"); Is this the same address as the rpc_address in the cas

Re: BulkOutputFormat error - org.apache.thrift.transport.TTransportException

2012-12-13 Thread aaron morton
Looks like it cannot connect to the server >conf.set("cassandra.output.thrift.address", "localhost"); Is this the same address as the rpc_address in the cassandra config ? Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpic