Re: [Dev] Need help with Cassandra

2014-01-24 Thread Udara Rathnayake
Hi Chamila, Were you able to solve your problem? I'm using apache-cassandra-1.1.3 and able to get the cqlsh terminal without any issues. Simply run ./cqlsh hostname port within apache-cassandra-1.1.3/bin directory. In my instance ./cqlsh 10.100.0.128 9160

Re: [Dev] Need help with Cassandra

2014-01-23 Thread Krishantha Dinesh
when I ran it with sudo it says Command not found. *open the shell script and read. it may have command which is not available on your platform* On Thu, Jan 23, 2014 at 1:09 PM, Chamila Wijayarathna cham...@wso2.comwrote: Hi all, For out intern project, we are using CEP with cassandra output

Re: [Dev] Need help with Cassandra

2014-01-23 Thread Udara Rathnayake
Hi, Since cqlsh is python based, check your python version compatibility. Regards, UdaraR On Thu, Jan 23, 2014 at 1:09 PM, Chamila Wijayarathna cham...@wso2.comwrote: Hi all, For out intern project, we are using CEP with cassandra output adapter. For observation purposes we downloaded

Re: [Dev] Need help with Cassandra

2014-01-23 Thread Chamila Wijayarathna
Hi Udara, I'm using Python 2.7.4 . Thank You On Thu, Jan 23, 2014 at 3:59 PM, Udara Rathnayake uda...@wso2.com wrote: Hi, Since cqlsh is python based, check your python version compatibility. Regards, UdaraR On Thu, Jan 23, 2014 at 1:09 PM, Chamila Wijayarathna cham...@wso2.comwrote:

[Dev] Need help with Cassandra

2014-01-22 Thread Chamila Wijayarathna
Hi all, For out intern project, we are using CEP with cassandra output adapter. For observation purposes we downloaded cassandra from [1] and tried to run ./cqlsh from bin folder. It says that bash: ./cqlsh: Permission denied, when I ran it with sudo it says Command not found. When I ran chmod