Re: starting with PHPcassa

2011-06-01 Thread Maki Watanabe
Amrita, I recommend you to take a bit more time to investigate, think, and struggle on the problems by yourself before posting questions. It will increase your technical skill, and help you much when you will face on really serious problem in future. For the current problem, if I am you, I'll make

Re: starting with PHPcassa

2011-05-31 Thread Amrita Jayakumar
yeh i tried restarting... but i get to see the following /etc/init.d/apache2 restart * Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName ... waiting apache2: Could not reliably determine the server's f

Re: starting with PHPcassa

2011-05-31 Thread Marcus Bointon
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 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

Re: starting with PHPcassa

2011-05-31 Thread Amrita Jayakumar
Hi, I have a column family Users. at present these are two keys in it. *ajayakumar {* => (column=age, value=22, timestamp=1306820564285000) => (column=first, value=amrita, timestamp=1306820515836000) => (column=last, value=jayakumar, timestamp=1306820548681000)

Re: starting with PHPcassa

2011-05-31 Thread Marcus Bointon
On 1 Jun 2011, at 07:21, Amrita Jayakumar wrote: > so i just should create a directory phpcassa in the location > /etc/php5/conf.d/ and in phpcassa just create a file php.ini and include > the line extension=thrift_protocol.so in it Nearly. Just run this: echo 'extension=thrift_protocol.

Re: starting with PHPcassa

2011-05-31 Thread Amrita Jayakumar
so i just should create a directory *phpcassa *in the location*/etc/php5/conf.d/ * and in *phpcassa* just create a file* php.ini* and include the line * extension=thrift_protocol.so* in it Thanks and Regards, Amrita On Wed, Jun 1, 2011 at 10:44 AM, Marcus Bointon wrote: > On 1 Jun 2011, at

Re: starting with PHPcassa

2011-05-31 Thread Marcus Bointon
On 1 Jun 2011, 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-development > /usr

Re: starting with PHPcassa

2011-05-31 Thread Sasha Dolgy
Create a file with in it. View it in your browser In the first section see where it is loading php.ini from Failing that http://www.php.net/ On Jun 1, 2011 7:04 AM, "Amrita Jayakumar" wrote: > Hi Maki, > I have extracted phpcassa-0.7.a.4 and now i am trying to > configure the C extension. > For

Re: starting with PHPcassa

2011-05-31 Thread Amrita Jayakumar
Hi Maki, I have extracted phpcassa-0.7.a.4 and now i am trying to configure the C extension. For that as per the link mentioned by you, i've installed it. now what is left is to add the line *extension=thrift_protocol.so* into the *php.ini* file. But wen i fired *locate php.ini* i got

Re: starting with PHPcassa

2011-05-31 Thread Maki Watanabe
http://thobbs.github.com/phpcassa/installation.html They also have mailing list and irc channel. http://thobbs.github.com/phpcassa/ maki 2011/5/31 Amrita Jayakumar : > I have log files of the format . I want to load these > files into cassandra using PHPcassa. > I have installed Cassandra 7.

Re: starting with PHPcassa

2011-05-31 Thread Sasha Dolgy
http://thobbs.github.com/phpcassa/installation.html If you already have the log files, pycassa (python) may be better suited and quicker http://pycassa.github.com/pycassa/ On Tue, May 31, 2011 at 4:03 PM, Amrita Jayakumar wrote: > I have log files of the format . I want to load these > f

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