Re: connection refused error for cassandra-cli

2015-05-26 Thread Mark Reddy
By default the cli will connect to localhost so you don't even need to specify a host (-h). You should only need to specify a host if connecting to a remote host or locally on a different ip than localhost (127.0.0.1). Mark On 26 May 2015 at 15:37, Mahmood Naderan wrote: > Thanks. Instead of c

Re: connection refused error for cassandra-cli

2015-05-26 Thread Mahmood Naderan
Thanks. Instead of changing cassandra.yaml parameters, I found that the default is "localhost". So I ran "cassandra-cli -h localhost " I will try the latest version. Thanks a lot.  Regards, Mahmood

Re: connection refused error for cassandra-cli

2015-05-26 Thread Mark Reddy
pe and > default_validation_class=UTF8Type and key_validation_class=UTF8Type; > > > Problem is, when I execute cassandra-cli commnad, I get connection refused > error > > [mahmood@tiger ycsb-0.1.4]$ cassandra-cli -h 192.168.1.5 -f setup-ycsb.cql > org.apache.thrift.transpor

connection refused error for cassandra-cli

2015-05-26 Thread Mahmood Naderan
commnad, I get connection refused error [mahmood@tiger ycsb-0.1.4]$ cassandra-cli -h 192.168.1.5 -f setup-ycsb.cql org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused Everything seems to be normal as I disabled the firewall. So I wonder why I receive

Re: Reg File upload to cassandra - connection refused error

2011-08-18 Thread aaron morton
.java:408) > at org.apache.hadoop.mapred.Child.main(Child.java:170) > > > Regards, > Thamizhannal P > > --- On Thu, 18/8/11, Jake Luciani wrote: > > From: Jake Luciani > Subject: Re: Reg File upload to cassandra - connection refused error > To: user@ca

Re: Reg File upload to cassandra - connection refused error

2011-08-18 Thread Thamizh
File upload to cassandra - connection refused error To: user@cassandra.apache.org Date: Thursday, 18 August, 2011, 6:33 PM What is rpc_address set to in cassandra.yaml? Try setting these to 0.0.0.0 to be sure it's listening to external traffic. On Thu, Aug 18, 2011 at 8:37 AM, Thamizh wrote:

Re: Reg File upload to cassandra - connection refused error

2011-08-18 Thread Jake Luciani
What is rpc_address set to in cassandra.yaml? Try setting these to 0.0.0.0 to be sure it's listening to external traffic. On Thu, Aug 18, 2011 at 8:37 AM, Thamizh wrote: > Hi All, > > This is regarding help to resolve "connection refused error" on Cassandra > clien

Reg File upload to cassandra - connection refused error

2011-08-18 Thread Thamizh
Hi All, This is regarding help to resolve "connection refused error" on Cassandra client API. I have installed cassandra-0.8.4 on three machines and tried to upload a file from HDFS to Cassandra by Hadoop map-reduce program and have caught up "connection refused" error. B

Re: Connection refused Error..

2010-12-03 Thread rambabu pakala
unit tests(can see all the data from cli). However when i try to start Cassandra from a test (with @Beforeclass)  getting Connection refused error.   Is there a way to automate start/stop of Cassandra ?   Error: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connecti

Re: Connection refused Error..

2010-12-03 Thread Jonathan Ellis
). However when i try to start Cassandra from a test (with > @Beforeclass) getting Connection refused error. > > Is there a way to automate start/stop of Cassandra ? > > Error: > org.apache.thrift.transport.TTransportException: java.net.ConnectEx

Connection refused Error..

2010-12-03 Thread rambabu pakala
Hi,   Can someone Please help me?   Using Cassandra 0.6.6 version on Linux System.   I can Manually start Cassandra and can run the Junit tests(can see all the data from cli). However when i try to start Cassandra from a test (with @Beforeclass)  getting Connection refused error.   Is there a