On Wed, Aug 27, 2014 at 5:13 AM, Malay Nilabh <malay.nil...@lntinfotech.com> wrote:
> I installed Cassandra on one node successfully using CLI I am able to > add a table to the keyspace as well as retrieve the data from the table. > My query is if I have text file on my local file system and I want to load > on Cassandra cluster or you can say bulk load. How can I achieve that. > Please help me out. > http://www.palominodb.com/blog/2012/09/25/bulk-loading-options-cassandra or CQLsh "COPY" but beware that COPY is capable of timing out in the current implementation. =Rob