Re: Monitoring the number of client connections

2012-12-26 Thread Rob Coli
For those playing along at home, I have filed https://issues.apache.org/jira/browse/CASSANDRA-5084 ("Cassandra should expose connected client state via JMX") as a result of this thread. =Rob -- =Robert Coli AIM>ALK - rc...@palominodb.com YAHOO - rcoli.palominob SKYPE - rcoli_palominodb

Re: Changing rpc_port in cassandra.yaml has no effect

2012-12-26 Thread Manu Zhang
assume you're using a *nix system, the command to check which program is using port 9160: netstat -anp | grep 9160 On Wed, Dec 26, 2012 at 5:56 AM, Bob Futrelle wrote: > I have been using cqlsh (and --cql3) successfully for a few weeks. > But yesterday it stopped working, with the all too famili

Re: Loading sstables to Cassandra using sstableloader and JMX client

2012-12-26 Thread Sachin
> On Thu, Dec 20, 2012 at 6:15 AM,   homedepot.com> wrote: > Hi > I am working on options to load my sstables to load into Cassandra > (1.1.6 - localhost). > Reference -http://amilaparanawithana.blogspot.com/2012/06/bulk-loading- external-d > ata-to-cassandra.html > Note - I am running Hadoop in wi