I tried bulk loading the csv data into the cassandra database using bin/nodetool -h localhost refresh <ks> <cf> (http://www.datastax.com/dev/blog/bulk-loading).......Data size is approx. 1 million records. Everything works fine but I checked that not all records are loaded?? what is the reason??
I tried list <cf>; command in cassandra-cli ---- all records are not seen.
Also I tried get command for some of the key value ---- some gives result some gives value not known .....what is the reason for this???
Note: I am using the cluster of 2 nodes 1 running cassandra and other solr.....I executed the bin/nodetool -h localhost refresh <ks> <cf> command in the node in which cassandra is running......
