Re: Problem with streaming with sstableloader into ubuntu node

2012-06-19 Thread aaron morton
The code is processing the file name, without the path and appears to be correct. Can you show the full error (including any other output) and the directory / files you are running the bulk load against when in windows ? Bulk load expects keyspace/ column_family/ sstable

Re[2]: Problem with streaming with sstableloader into ubuntu node

2012-06-18 Thread Nury Redjepow
Okay,  we investigated the problem and found the source of proble in package org.apache.cassandra.io.sstable; public class Descriptor public static Pair fromFilename(File directory, String name) { // tokenize the filename StringTokenizer st = new StringTokenizer(name, String.valueOf(separator))

Re: Problem with streaming with sstableloader into ubuntu node

2012-06-17 Thread aaron morton
Cross platform clusters are not really supported. That said it sounds like a bug. If you can create some steps to reproduce it please create a ticket here https://issues.apache.org/jira/browse/CASSANDRA it may get looked it. Cheers - Aaron Morton Freelance Developer @aaronmor

Problem with streaming with sstableloader into ubuntu node

2012-06-15 Thread Nury Redjepow
Good day, everyone We are using sstableloader to bulk insert data into cassandra. Script is executed on developers machine with Windows to Single Node Cassandra.  "%JAVA_HOME%\bin\java" -ea -cp %CASSANDRA_CLASSPATH% -Xmx256M -Dlog4j.configuration=log4j-tools.properties org.apache.cassandra.to