Re: Embedding Cassandra in Java code w/o using ports

2011-04-04 Thread Edward Capriolo
On Mon, Apr 4, 2011 at 8:29 AM, aaron morton wrote: > I'm interested to know more about the problems using the CLI. > > Aaron. > > On 2 Apr 2011, at 15:07, Bob Futrelle wrote: > >> Connecting via CLI to local host with a port number has never been >> successful for me in Snow Leopard.  No amount

Re: Embedding Cassandra in Java code w/o using ports

2011-04-04 Thread aaron morton
I'm interested to know more about the problems using the CLI. Aaron. On 2 Apr 2011, at 15:07, Bob Futrelle wrote: > Connecting via CLI to local host with a port number has never been successful > for me in Snow Leopard. No amount of reading suggestions and varying the > approach has worked.

Re: Embedding Cassandra in Java code w/o using ports

2011-04-03 Thread Kirk Peterson
Not sure, but I've been playing with running cassandra in the same VM as an HTTP server for a pet project of mine, using a similar technique as the one found in the Solandra project. It does use ports on localhost, but hopefully gives you an idea of embedding cassandra (no clue if its a good idea

Embedding Cassandra in Java code w/o using ports

2011-04-01 Thread Bob Futrelle
Connecting via CLI to local host with a port number has never been successful for me in Snow Leopard. No amount of reading suggestions and varying the approach has worked. So I'm going to talk to Cassandra via its API, from Java. But I noticed that in some code samples that call the API from Jav