On Tue, Jul 13, 2010 at 04:35, Mubarak Seyed <mubarak.se...@gmail.com> wrote: > Where can i find the documentation for BinaryMemTable (btm_example in contrib) > to use CassandraBulkLoader? What is the input to be supplied to > CassandraBulkLoader? > How to form the input data and what is the format of an input data?
The code is the documentation I fear. I'll see if I get permission to get our updated code contributed. We added command line fu and using it to import large TSVs. > Do i need the HDFS to store my storage-conf.xml? Why HDFS? The machine running the bulk loader joins the cassandra ring kind of like a temporary node. So you will need the storage-conf.xml on that machine. cheers -- Torsten