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 at 7:58 PM, Aaron Morton <aa...@thelastpickle.com>wrote: > 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/hadoop_integration > > Cheers > > ----------------- > Aaron Morton > New Zealand > @aaronmorton > > Co-Founder & Principal Consultant > Apache Cassandra Consulting > http://www.thelastpickle.com > > On 12/12/2013, at 11:27 am, varun allampalli <vshoori.off...@gmail.com> > wrote: > > Hi All, > > I want to bulk insert data into cassandra. I was wondering of using > BulkOutputformat in hadoop. Is it the best way or using driver and doing > batch insert is the better way. > > Are there any disandvantages of using bulkoutputformat. > > Thanks for helping > > Varun > > >