problem in starting the cassandra single node setup

2011-05-30 Thread Amrita Jayakumar
Hi, I am new to cassandra. I am trying to start the Cassandra single node setup using the command bin/cassandra -f. But there is no response from the prompt.. this is what it shows INFO 14:13:45,867 Logging initialized INFO 14:13:45,903 Heap size: 512753664/513802240 INFO 14:13:45,917 JNA n

Re: problem in starting the cassandra single node setup

2011-05-30 Thread Amrita Jayakumar
Marcus, Can u please tell me how to do that??? I was just following the instructions in the README file that came with the package. Thanks and Regards, Amrita On Mon, May 30, 2011 at 2:36 PM, Marcus Bointon wrote: > On 30 May 2011, at 10:59, Amrita Jayakumar wrote: > > >

Re: problem in starting the cassandra single node setup

2011-05-30 Thread Amrita Jayakumar
sitting in front of a prompt... > > Connected to: "Test Cluster" on localhost/9160 > Welcome to cassandra CLI. > > Type 'help;' or '?' for help. Type 'quit;' or 'exit;' to quit. > [default@unknown] > > > On Mon, May

Re: problem in starting the cassandra single node setup

2011-05-30 Thread Amrita Jayakumar
, Maki Watanabe wrote: > Did you read Jonathan's reply? > If you can't understand what README says, please let us know where you > are stack on. > > maki > > > 2011/5/31 Amrita Jayakumar : > > can anyone help me how to start with cassandra??? starting from the

Re: problem in starting the cassandra single node setup

2011-05-30 Thread Amrita Jayakumar
e sitting in front of a prompt... > > > > Connected to: "Test Cluster" on localhost/9160 > > Welcome to cassandra CLI. > > You will see the cassandra-cli pormpt on your terminal like: > > Type 'help;' or '?' for help. Type 'quit;' or &#

Re: problem in starting the cassandra single node setup

2011-05-30 Thread Amrita Jayakumar
: > 2011/5/31 Amrita Jayakumar : > > Thank You so much Maki :) Its working now... I dont know what went wrong > > yesterday... > > > > BTW bin/cassandra-cli --host localhost is to read and write data using > the > > command line client right??? > > Yes. > &

Re: problem in starting the cassandra single node setup

2011-05-30 Thread Amrita Jayakumar
Marcus, So what you are saying is that, if i wanna write a php code to load data from a file into cassandra, i dont have to make any separate installations for thrift??? Thanks and Regards, Amrita On Tue, May 31, 2011 at 12:19 PM, Marcus Bointon wrote: > On 31 May 2011, at 08:28, Amr

starting with PHPcassa

2011-05-31 Thread Amrita Jayakumar
I have log files of the format . I want to load these files into cassandra using PHPcassa. I have installed Cassandra 7. Can anyone please guide me with the exact procedures as in how to install PHPcassa and take things forward? Thanks and Regards, Amrita

Re: starting with PHPcassa

2011-05-31 Thread Amrita Jayakumar
which file should i add it??? Thanks and Regards, Amrita On Tue, May 31, 2011 at 7:48 PM, Maki Watanabe wrote: > http://thobbs.github.com/phpcassa/installation.html > > They also have mailing list and irc channel. > http://thobbs.github.com/phpcassa/ > > maki > > > 20

Re: starting with PHPcassa

2011-05-31 Thread Amrita Jayakumar
011, at 07:03, Amrita Jayakumar wrote: > > into the *php.ini* file. But wen i fired *locate php.ini* i got many of > them in the following locations. > > /etc/php5/apache2/php.ini > /etc/php5/cgi/php.ini > /etc/php5/cli/php.ini > /usr/share/doc/php5-common/examples/php.ini-de

Re: starting with PHPcassa

2011-05-31 Thread Amrita Jayakumar
_family; ?> I have deployed this code into a php file *phcass.php* in the ubuntu machine in the location */var/www/vishnu/*. But nothing happens when i execute the file through the browser. Neither can i find the data inserted in the column family '*Users*'. can anyone help??? Thanks

Re: starting with PHPcassa

2011-05-31 Thread Amrita Jayakumar
ver's fully qualified domain name, using 127.0.0.1 for ServerName Thanks and Regards, Amrita On Wed, Jun 1, 2011 at 11:50 AM, Marcus Bointon wrote: > On 1 Jun 2011, at 08:12, Amrita Jayakumar wrote: > > I have deployed this code into a php file *phcass.php* in the ubuntu > machine

problem in using get_range() function

2011-06-13 Thread Amrita Jayakumar
Hi, I am trying to retrieve the row_keys in a column_family witht he following code. $rows = $column_family->get_range($key_start='R17889000', $key_finish='R17893999', $row_count=1000); $count = 0; foreach($rows as $rows) { echo $count.''; $count += 1;

Re: problem in using get_range() function

2011-06-13 Thread Amrita Jayakumar
> > More info: > http://ria101.wordpress.com/2010/02/22/cassandra-randompartitioner-vs-orderpreservingpartitioner/ > > On Mon, Jun 13, 2011 at 8:47 AM, Amrita Jayakumar < > amritajayakuma...@gmail.com> wrote: > >> Hi, >> I am trying to retrieve the r