> On 30 Jul 2011, at 04:10, Jeff Schmidt wrote:
> Hello:
> I'm relatively new to Cassandra, but I've been searching around, 
> and it looks like Cassandra 0.8.x 
>has improved support for bulk importing of data.  I keep finding 
> references to the json2sstable 
>command, and I've read about that on the Datastax and Apache 
> documentation pages.
> 
> There's a lot of detail here if you want it, otherwise please skip 
> to the end. json2sstable seems to 
run successfully, but I cannot see the data in the new CF using the CLI.
> 

This is a reply after a long time, but the main way to resolve this is,

- Run nodetool refresh <keyspace> <cfname>
- Ensure that the data files are named correctly
 according the keyspace-cfname convention

- Viksit

Reply via email to