RE: sstableloader throws storage_port error

2011-08-11 Thread Tom Davidson
.yaml listen and rpc ports could be the ports of other machines. -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Thursday, August 11, 2011 6:04 PM To: user@cassandra.apache.org Subject: Re: sstableloader throws storage_port error "Unable to bind to address

Re: sstableloader throws storage_port error

2011-08-11 Thread Jonathan Ellis
ageService.initClient(StorageService.java:350) > >     at > org.apache.cassandra.tools.BulkLoader$ExternalClient.init(BulkLoader.java:182) > >     ... 2 more > > > > From: John Conwell [mailto:j...@iamjohn.me] > Sent: Tuesday, July 26, 2011 12:11 PM > To: user@ca

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 as a

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 thi

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 co

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 wrote: > I'm trying to figure out how to use the sstableloader tool.  For my test I > have a single node cassandra instance runni

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 /Us