Re: 'sstableloader' is not recognized as an internal or external command,

2013-04-23 Thread aaron morton
> Is sstableloader supported in windows, looking at the source it seems to be > unix shell file? Yup. If you would like to put together an sstableloader.bat file use the sstablekeys.bat file as a template but use org.apache.cassandra.tools.BulkLoader and the CASSANDRA_MAIN If you can get it w

RE: 'sstableloader' is not recognized as an internal or external command,

2013-04-22 Thread Viktor Jevdokimov
If your Cassandra cluster is on Linux, I believe that streaming is not supported in mixed environment, i.e. Cassandra nodes can't stream between Windows and Linux and sstableloader can't stream feom Windows to Linux. If your Cassandra also on Windows, just try to create bat file for sstableload