Re: BulkLoader

2011-12-09 Thread Brandon Williams
On Fri, Dec 9, 2011 at 8:03 AM, Alain RODRIGUEZ wrote: > Hi, I'm running a 4 nodes Cassandra cluster, and I'm facing the same problem > (node not present on nodetool ring, but unreachable on CLI describe > cluster...). I'm currently running version 1.0.2, but I have update from > 0.8.x, the proble

Re: BulkLoader

2011-12-09 Thread Alain RODRIGUEZ
By the way, nice comment on the patch "// do not pass go, do not collect 200 dollars, just gtfo", it looks like you have some fun while developping Cassandra @Datastax ;) Alain 2011/12/9 Alain RODRIGUEZ > Hi, I'm running a 4 nodes Cassandra cluster, and I'm facing the same > problem (node not p

Re: BulkLoader

2011-12-09 Thread Alain RODRIGUEZ
Hi, I'm running a 4 nodes Cassandra cluster, and I'm facing the same problem (node not present on nodetool ring, but unreachable on CLI describe cluster...). I'm currently running version 1.0.2, but I have update from 0.8.x, the problem may exist since a while, I don't really know. I can't stop my

Re: BulkLoader

2011-11-18 Thread Giannis Neokleous
Thanks for the info Brandon. I'll do the upgrade once 0.8.8 is released. On Wed, Nov 16, 2011 at 2:43 PM, Brandon Williams wrote: > On Mon, Nov 14, 2011 at 2:49 PM, Giannis Neokleous > wrote: > > Hello everyone, > > > > We're using the bulk loader to load data every day to Cassandra. The > > ma

Re: BulkLoader

2011-11-16 Thread Brandon Williams
On Mon, Nov 14, 2011 at 2:49 PM, Giannis Neokleous wrote: > Hello everyone, > > We're using the bulk loader to load data every day to Cassandra. The > machines that use the bulkloader are diferent every day so their IP > addresses change. When I do "describe cluster" i see all the unreachable > no

RE: BulkLoader

2011-11-15 Thread Quintero
mike...@thomsonreuters.com wrote: >Thanks, Giannis. Looking forward to ... > >Mike > >From: Giannis Neokleous [mailto:gian...@generalsentiment.com] >Sent: Tuesday, November 15, 2011 7:01 AM >To: ehers...@gmail.com >Cc: user@cassandra.apache.org >Subject: Re: BulkLoa

RE: BulkLoader

2011-11-15 Thread mike.li
Thanks, Giannis. Looking forward to ... Mike From: Giannis Neokleous [mailto:gian...@generalsentiment.com] Sent: Tuesday, November 15, 2011 7:01 AM To: ehers...@gmail.com Cc: user@cassandra.apache.org Subject: Re: BulkLoader Hi Mike, I'll try and write a blog post soon about it and share

Re: BulkLoader

2011-11-15 Thread Giannis Neokleous
Hi Mike, I'll try and write a blog post soon about it and share some information. -Giannis On Tue, Nov 15, 2011 at 7:49 AM, Giannis Neokleous < gian...@generalsentiment.com> wrote: > Hi Ernie, > > The nodes are not part of the ring so I don't think remove token will > help. They're just marked

Re: BulkLoader

2011-11-15 Thread Giannis Neokleous
Hi Ernie, The nodes are not part of the ring so I don't think remove token will help. They're just marked as unreachable only when I call describe cluster. When I do nodetool ring the nodes don't show up there. -Giannis On Mon, Nov 14, 2011 at 10:55 PM, ehers...@gmail.com wrote: > Giannis, > >

Re: BulkLoader

2011-11-14 Thread ehers...@gmail.com
Giannis, >From here: http://wiki.apache.org/cassandra/Operations#Removing_nodes_entirely Have you tried "nodetool removetoken" ? Ernie On Mon, Nov 14, 2011 at 4:20 PM, wrote: > Hello Giannis, > > ** ** > > Can you share a little bit on how to use the bulk loader ? We’re > considering us

RE: BulkLoader

2011-11-14 Thread mike.li
Hello Giannis, Can you share a little bit on how to use the bulk loader ? We're considering use bulk loader for a user case. Thanks, Mike From: Giannis Neokleous [mailto:gian...@generalsentiment.com] Sent: Monday, November 14, 2011 2:50 PM To: user@cassandra.apache.org Subject: BulkLoader H

Re: BulkLoader

2011-07-13 Thread Sylvain Lebresne
gt; -- > Sylvain > > On Wed, Jul 13, 2011 at 3:46 PM, Stephen Pope wrote: >>  Ahhh..ok. Thanks. >> >> -Original Message- >> From: Jonathan Ellis [mailto:jbel...@gmail.com] >> Sent: Wednesday, July 13, 2011 11:35 AM >> To: user@cassandra.apache.

Re: BulkLoader

2011-07-13 Thread Sylvain Lebresne
PM, Stephen Pope wrote: >  Ahhh..ok. Thanks. > > -Original Message- > From: Jonathan Ellis [mailto:jbel...@gmail.com] > Sent: Wednesday, July 13, 2011 11:35 AM > To: user@cassandra.apache.org > Subject: Re: BulkLoader > > Because it's hooking directly into

RE: BulkLoader

2011-07-13 Thread Stephen Pope
Ahhh..ok. Thanks. -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Wednesday, July 13, 2011 11:35 AM To: user@cassandra.apache.org Subject: Re: BulkLoader Because it's hooking directly into gossip, so the local instance it's ignoring is the bulkload

Re: BulkLoader

2011-07-13 Thread Jonathan Ellis
estion stands then. :) > >  Why aren't you allowed to talk to a local installation using BulkLoader? > > -Original Message- > From: Jonathan Ellis [mailto:jbel...@gmail.com] > Sent: Wednesday, July 13, 2011 11:06 AM > To: user@cassandra.apache.org > Subject: Re:

RE: BulkLoader

2011-07-13 Thread Stephen Pope
Fair enough. My original question stands then. :) Why aren't you allowed to talk to a local installation using BulkLoader? -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Wednesday, July 13, 2011 11:06 AM To: user@cassandra.apache.org Subject: Re: BulkL

Re: BulkLoader

2011-07-13 Thread Jonathan Ellis
Sure, that will work fine with a single machine. The advantage of bulkloader is it handles splitting the sstable up and sending each piece to the right place(s) when you have more than one. On Wed, Jul 13, 2011 at 7:47 AM, Stephen Pope wrote: >  I think I've solved my own problem here. After gen

RE: BulkLoader

2011-07-13 Thread Stephen Pope
I think I've solved my own problem here. After generating the sstable using json2sstable it looks like I can simply copy the created sstable into my data directory. Can anyone think of any potential problems with doing it this way? -Original Message- From: Stephen Pope [mailto:stephen