Re: sstableloader prints nothing

2014-01-06 Thread Andrey Razumovsky
Hi Tyler, Sorry for late response - I create table using create table ip_lookup (ip varchar PRIMARY KEY, domains varchar); Thanks, Andrey 2013/12/26 Tyler Hobbs > > On Wed, Dec 25, 2013 at 11:29 AM, Andrey Razumovsky < > razumovsky.and...@gmail.com> wrote: > >> OK, I figured that out - turns

Re: sstableloader prints nothing

2013-12-26 Thread Tyler Hobbs
On Wed, Dec 25, 2013 at 11:29 AM, Andrey Razumovsky < razumovsky.and...@gmail.com> wrote: > OK, I figured that out - turns out that my sstables were in directory > but not in /. Would be great to > have a proper error message here.. I've opened a ticket to fix this: https://issues.apache.org/j

Re: sstableloader prints nothing

2013-12-25 Thread Andrey Razumovsky
OK, I figured that out - turns out that my sstables were in directory but not in /. Would be great to have a proper error message here.. However, I still can't import the data. The exception I get on server now looks like this: WARN [STREAM-IN-/127.0.1.1] 2013-12-25 18:20:09,686 StreamSession.j

sstableloader prints nothing

2013-12-25 Thread Andrey Razumovsky
Hi everyone, I'm trying to use sstableloader to import large amounts of data into my cassandra-2.0.3 instance (single node). I've created sstables directory and not running > sstableloader -d localhost but the process just starts and prints nothing at all! I've no idea whether it is doing anythi