RE: sstableloader throws storage_port error

2011-08-11 Thread Tom Davidson
) ... 2 more From: John Conwell [mailto:j...@iamjohn.me] Sent: Tuesday, July 26, 2011 12:11 PM To: user@cassandra.apache.org Subject: Re: sstableloader throws storage_port error After much research and experimentation, I figured out how to get sstableloader running on the same machine

Re: sstableloader throws storage_port error

2011-08-11 Thread Jonathan Ellis
: John Conwell [mailto:j...@iamjohn.me] Sent: Tuesday, July 26, 2011 12:11 PM To: user@cassandra.apache.org Subject: Re: sstableloader throws storage_port error After much research and experimentation, I figured out how to get sstableloader running on the same machine as a live cassandra node

Re: sstableloader throws storage_port error

2011-07-26 Thread John Conwell
If I have Cassandra already running on my machine, how do I configure sstableloader to run on a different IP (127.0.0.2). Also, does that mean in order to use sstableloader on the same machine as an running Cassandra node, I have to have two NIC cards? I looked around for any info about how to

Re: sstableloader throws storage_port error

2011-07-26 Thread John Conwell
After much research and experimentation, I figured out how to get sstableloader running on the same machine as a live cassandra node instance. The key, as Jonathan stated is to configure sstableloader to use a different ipaddress than the running cassandra instance is using. To do this, I ran

sstableloader throws storage_port error

2011-07-25 Thread John Conwell
I'm trying to figure out how to use the sstableloader tool. For my test I have a single node cassandra instance running on my local machine. I have cassandra running, and validate this by connecting to it with cassandra-cli. I run sstableloader using the following command: bin/sstableloader

Re: sstableloader throws storage_port error

2011-07-25 Thread Jonathan Ellis
sstableloader uses gossip to discover the Cassandra ring, so you'll need to run it on a different IP (127.0.0.2 is fine). On Mon, Jul 25, 2011 at 2:41 PM, John Conwell j...@iamjohn.me wrote: I'm trying to figure out how to use the sstableloader tool.  For my test I have a single node cassandra