What is a good media download tool for Cassandra

I am looking for a tool to download CSV in Cassandra. I was hoping to use RazorSQL for this, but I was told that it would take several months.

What is a good tool?

thank

+3
source share
3 answers

1) If you have all the data to load into place, you can try sstableloader (only for cassandra 0.8.x and beyond) to bulk load the data. Read more: cassandra bootloader

2) Cassandra introduced BulkOutputFormat bulk data loading into cassandra using the hadoop job in the latest version of cassandra-1.1.x and beyond. See Downloading to Kassandra using Hadoop for more details.

+2

, , Cassandra , , .

cassandra BinaryMemtables: http://wiki.apache.org/cassandra/BinaryMemtable

, Thrift, , , CSV Cassandra ColumnFamilies , . CSV- > Cassandra , .

+1
0

All Articles