unsubscribe

2013-04-03 Thread puneet loya
Can you please unsubscribe me from this group

unsubscribe

2013-02-17 Thread puneet loya
unsubscribe me please. Thank you

Re: cassandra on re-Start

2012-07-06 Thread puneet loya
://www.thelastpickle.com On 6/07/2012, at 1:32 AM, puneet loya wrote: -- Forwarded message -- From: Rob Coli rc...@palominodb.com Date: Mon, Jul 2, 2012 at 11:19 PM Subject: Re: cassandra on re-Start To: user@cassandra.apache.org On Mon, Jul 2, 2012 at 5:43 AM, puneet loya puneetl

Re: cassandra on re-Start

2012-07-05 Thread puneet loya
-- Forwarded message -- From: Rob Coli rc...@palominodb.com Date: Mon, Jul 2, 2012 at 11:19 PM Subject: Re: cassandra on re-Start To: user@cassandra.apache.org On Mon, Jul 2, 2012 at 5:43 AM, puneet loya puneetl...@gmail.com wrote: When I restarted the system , it is showing

cassandra on re-Start

2012-07-02 Thread puneet loya
Hi, I have set up cassandra on my linux system. When I restarted the system , it is showing the keyspace does not exist. Not even letting me to create the keyspace with the same name again. Did anybody find this issue? Any solutions on it? Cheers, Puneet

auto-generate data

2012-04-23 Thread puneet loya
Can we auto-generate random data in cassandra? Thanks and Regaads, Puneet

Re: insert data in cassandra from .net..

2012-04-14 Thread puneet loya
-started-using-apache-cassandra/ Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 13/04/2012, at 6:31 PM, puneet loya wrote: I m able to connect cassandra and fetch rows from the cassandra database. Now i want to insert the data from

insert data in cassandra from .net..

2012-04-13 Thread puneet loya
I m able to connect cassandra and fetch rows from the cassandra database. Now i want to insert the data from .net on to cassandra but using insert query of cql is not working because i have fields in my table which has null values for the columns and cassandra would not take null values. So

super column

2012-04-12 Thread puneet loya
Can a super column contain a super column? I mean is nesting of supercolumns possible? Regards, Puneet :)

Re: super column

2012-04-12 Thread puneet loya
, 2012 12:15 PM, puneet loya puneetl...@gmail.com wrote: Can a super column contain a super column? I mean is nesting of supercolumns possible? Regards, Puneet :)

insert in cql

2012-04-11 Thread puneet loya
insert into users (KEY) values (512313); users is my column family and key is its only attribute.. It is giving an error bad request : line 1:24 required (...)+ loop did not match anything at input ')' do you find any error here?

Re: insert in cql

2012-04-11 Thread puneet loya
thank you :) On Wed, Apr 11, 2012 at 8:55 PM, Eric Evans eev...@acunu.com wrote: On Wed, Apr 11, 2012 at 5:20 AM, puneet loya puneetl...@gmail.com wrote: insert into users (KEY) values (512313); users is my column family and key is its only attribute.. It is giving an error bad

Re: cassandra and .net

2012-04-10 Thread puneet loya
your program again. maki 2012/4/10 puneet loya puneetl...@gmail.com: hi, sorry i posted the port as 7000. I m using 9160 but still has the same error. Cannot read, Remote side has closed. Can u guess whats happening?? On Tue, Apr 10, 2012 at 11:00 AM, Pierre Chalamet pie

Re: cassandra and .net

2012-04-10 Thread puneet loya
, Apr 10, 2012 at 12:03 PM, Pierre Chalamet pie...@chalamet.netwrote: ** Another tentative : try using TFramedTransport with an instance of TSocket directly. - Pierre -- *From: * puneet loya puneetl...@gmail.com *Date: *Tue, 10 Apr 2012 11:06:22 +0530 *To: *user

Re: cassandra and .net

2012-04-10 Thread puneet loya
Watanabe watanabe.m...@gmail.comwrote: Check your cassandra log. If you can't find any interesting log, set cassandra log level to DEBUG and run your program again. maki 2012/4/10 puneet loya puneetl...@gmail.com: hi, sorry i posted the port as 7000. I m using 9160 but still has the same

Re: cassandra and .net

2012-04-10 Thread puneet loya
, 2012 at 11:23, puneet loya puneetl...@gmail.com wrote: Log is showing the following exception DEBUG [ScheduledTasks:1] 2012-04-10 14:49:29,654 LoadBroadcaster.java (line 86) Disseminating load info ... DEBUG [Thrift:7] 2012-04-10 14:50:00,820 CustomTThreadPoolServer.java (line 197) Thrift

cassandra and .net

2012-04-09 Thread puneet loya
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Thrift.Collections; using Thrift.Protocol; using Thrift.Transport; using Apache.Cassandra; namespace ConsoleApplication1 { class Program { static void Main(string[] args) {

Re: cassandra and .net

2012-04-09 Thread puneet loya
config. - Pierre On Apr 10, 2012, at 7:26 AM, puneet loya puneetl...@gmail.com wrote: using System; using System.Collections.Generic; using System.Linq; using System.Text; using Thrift.Collections; using Thrift.Protocol; using Thrift.Transport; using Apache.Cassandra; namespace

Re: cassandra 1.08 on java7 and win7

2012-04-03 Thread puneet loya
thank u Gopala :) Der is no issue with it.. Might be i was typing something wrong.,. Minor mistake :) On Tue, Apr 3, 2012 at 11:51 PM, Gopala f2001...@gmail.com wrote: puneet loya puneetloya at gmail.com writes: create keyspace DEMO with placement_strategy

C# + cassandra

2012-03-31 Thread puneet loya
hi every1, * * any good example of C# cassandra? I have downloaded the cassandra-sharp driver for the communication.. I need some examples. Any good references u can suggest? Regards, Puneet Loya

Re: problem in create column family

2012-03-31 Thread puneet loya
of coluimn_type. * closing ' missing Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 28/03/2012, at 12:41 AM, puneet loya wrote: create column family student with column_type = 'AsciiType' and column_metadata = [{ column_name

opscenter

2012-03-29 Thread puneet loya
I m currently using the the datastax opscenter. How do we add column to the column families in opscenter??

Re: opscenter

2012-03-29 Thread puneet loya
column family query. 2012/3/29 puneet loya puneetl...@gmail.com I m currently using the the datastax opscenter. How do we add column to the column families in opscenter?? -- With kind regards, Robin Verlangen www.robinverlangen.nl

Re: problem in create column family

2012-03-27 Thread puneet loya
. create column family MyColumnFamily with comparator=UTF8Type; 2012/3/26 puneet loya puneetl...@gmail.com It is giving errors like Unable to find abstract-type class 'org.apache.cassandra.db.marshal.utf8' and java.lang.RuntimeException: org.apache.cassandra.db.marshal.MarshalException: cannot

Re: problem in create column family

2012-03-27 Thread puneet loya
I m using cassandra 1.0.8.. Please reply On Tue, Mar 27, 2012 at 12:28 PM, R. Verlangen ro...@us2.nl wrote: Not sure about that, what version of Cassandra are you using? Maybe someone else here knows how to solve this.. 2012/3/27 puneet loya puneetl...@gmail.com ya had created

Re: problem in create column family

2012-03-27 Thread puneet loya
? On 27/03/2012 08:52, puneet loya wrote: I m using cassandra 1.0.8.. Please reply On Tue, Mar 27, 2012 at 12:28 PM, R. Verlangen ro...@us2.nl wrote: Not sure about that, what version of Cassandra are you using? Maybe someone else here knows how to solve this.. 2012/3/27 puneet loya puneetl

counter column family

2012-03-27 Thread puneet loya
Can u give an example of create column family with counter column in it. Please reply Regards, Puneet Loya

Re: cassandra 1.08 on java7 and win7

2012-03-27 Thread puneet loya
create keyspace DEMO with placement_strategy = 'org.apache.cassandra.locator.NetworkTopologyStrategy' and strategy_options=[{datacenter1:1}]; try it n check if it executes On Tue, Mar 27, 2012 at 3:35 AM, Frank Hsueh frank.hs...@gmail.com wrote: create keyspace via cassandra cli

create column family

2012-03-27 Thread puneet loya
create column family users (uuid PRIMARY KEY firstname text, lastname text, email text, address text, zip int, state text); Is dis above statement correct? I m getting an error Syntax error at position 27: missing EOF at '(' Do reply Can u suggest the most stable version of cassandra??

Re: counter column family

2012-03-27 Thread puneet loya
: *create column family MyCounterColumnFamily with default_validation_class=CounterColumnType and key_validation_class=UTF8Type and comparator=UTF8Type;* There you go! Keys must be utf8, as well as the column names. Of course you can change those validators. Cheers! 2012/3/27 puneet loya

Re: create column family

2012-03-27 Thread puneet loya
(KY uuid PRIMARY KEY*,* firstname text, lastname text, email text, address text, zip int, state text);** *From:* puneet loya [mailto:puneetl...@gmail.com] *Sent:* Tuesday, March 27, 2012 5:54 PM *To:* user@cassandra.apache.org *Subject:* create column family create column

import

2012-03-27 Thread puneet loya
I want to import files from excel to cassandra? Is it possible?? Any tool that can help?? Whats the best way?? Plz reply :)

Re: counter column family

2012-03-27 Thread puneet loya
much increment you want. But let me just warn you, as far my knowledge, it has consistency issues. *From:* puneet loya [mailto:puneetl...@gmail.com] *Sent:* Tuesday, March 27, 2012 5:59 PM *To:* user@cassandra.apache.org *Subject:* Re: counter column family thanxx a ton

Re: counter column family

2012-03-27 Thread puneet loya
now i want to have a field incrementing with every row insertion. how do i do it in cassandra?? On Tue, Mar 27, 2012 at 7:34 PM, Dave Brosius dbros...@mebigfatguy.comwrote: Counter columns are special, they must be in a column family to themselves. On 03/27/2012 09:32 AM, puneet loya wrote

cqlsh

2012-03-27 Thread puneet loya
How do i use the cqlsh comand line utility?? I m using cassandra 1.0.8.. Does cqlsh command line utility comes with the download of cassandra 1.0.8 or we have to do it separately. Suggest a way to go further plz reply :)

Re: cqlsh

2012-03-27 Thread puneet loya
of the binary distribution. maki 2012/3/27 puneet loya puneetl...@gmail.com: How do i use the cqlsh comand line utility?? I m using cassandra 1.0.8.. Does cqlsh command line utility comes with the download of cassandra 1.0.8 or we have to do it separately. Suggest a way to go further

problem in create column family

2012-03-26 Thread puneet loya
It is giving errors like Unable to find abstract-type class 'org.apache.cassandra.db.marshal.utf8' and java.lang.RuntimeException: org.apache.cassandra.db.marshal.MarshalException: cannot parse 'catalogueId' as hex bytes where catalogueId is a column that has utf8 as its data type. they may be

Fwd: information on cassandra

2012-03-24 Thread puneet loya
hi, I m puneet, an engineering student. I would like to know that, is cassandra useful considering we just have a single node(rather a single system) having all the information. I m looking for decent response time for the database. can you please respond? Thank you , Regards, Puneet Loya