Can you please unsubscribe me from this group
unsubscribe me please.
Thank you
t; Aaron Morton
> Freelance Developer
> @aaronmorton
> http://www.thelastpickle.com
>
> On 6/07/2012, at 1:32 AM, puneet loya wrote:
>
>
>
> -- Forwarded message --
> From: Rob Coli
> Date: Mon, Jul 2, 2012 at 11:19 PM
> Subject: Re: cassandra on
-- Forwarded message --
From: Rob Coli
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 wrote:
> When I restarted the system , it is showing the keyspace does not exist.
>
>
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
Can we auto-generate random data in cassandra?
Thanks and Regaads,
Puneet
com/2012/02/13/getting-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
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 now
pr 12, 2012 12:15 PM, "puneet loya" wrote:
>
>> Can a super column contain a super column?
>>
>> I mean is nesting of supercolumns possible?
>>
>> Regards,
>>
>> Puneet :)
>>
>
Can a super column contain a super column?
I mean is nesting of supercolumns possible?
Regards,
Puneet :)
thank you :)
On Wed, Apr 11, 2012 at 8:55 PM, Eric Evans wrote:
> On Wed, Apr 11, 2012 at 5:20 AM, puneet loya wrote:
> > insert into users (KEY) values (512313);
> >
> > users is my column family and key is its only attribute..
> >
> > It is giving an
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?
quot;abc");
>
>
> /Henrik
>
>
> On Tue, Apr 10, 2012 at 11:23, puneet loya wrote:
>
>>
>> Log is showing the following exception
>>
>> DEBUG [ScheduledTasks:1] 2012-04-10 14:49:29,654 LoadBroadcaster.java
>> (line 86) Disseminating load inf
eck 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 :
> > hi,
> >
> > sorry i posted the port as 7000. I m using 9160 but still has the same
>
, Pierre Chalamet wrote:
> **
> Another tentative : try using TFramedTransport with an instance of TSocket
> directly.
>
> - Pierre
> --
> *From: * puneet loya
> *Date: *Tue, 10 Apr 2012 11:06:22 +0530
> *To: *
> *ReplyTo: * user@cassan
program again.
>
> maki
>
> 2012/4/10 puneet loya :
> > 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??
> &g
the default config.
>
> - Pierre
>
> On Apr 10, 2012, at 7:26 AM, puneet loya wrote:
>
> > using System;
> > using System.Collections.Generic;
> > using System.Linq;
> > using System.Text;
> > using Thrift.Collections;
> > using Thrift.Protocol;
>
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)
{
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 wrote:
> puneet loya gmail.com> writes:
>
> >
> >
> > create keyspace DEMO
> >
}];
>
> * use compatator instead 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 wro
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
update column family
> query.
>
>
> 2012/3/29 puneet loya
>
>> 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
>
>
I m currently using the the datastax opscenter.
How do we add column to the column families in opscenter??
ary distribution.
>
> maki
>
>
> 2012/3/27 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 :)
>
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 :)
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 wrote:
> Counter columns are special, they must be in a column family to
> themselves.
>
> On 03/27/2012 09:32 AM, puneet loya wrote:
>
&g
define how 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.apach
I want to import files from excel to cassandra? Is it possible??
Any tool that can help??
Whats the best way??
Plz reply :)
; create COLUMNFAMILY users
>
> (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
> *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.
>
> C
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??
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 wrote:
> create keyspace via cassandra cli fails
> https://issues.ap
Can u give an example of create column family with counter column in it.
Please reply
Regards,
Puneet Loya
run?
>
>
> 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 wrote:
>
>> Not sure about that, what version of Cassandra are you using? Maybe
>> someone else here k
I m using cassandra 1.0.8..
Please reply
On Tue, Mar 27, 2012 at 12:28 PM, R. Verlangen 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
>
>> ya had created with UTF8T
names, e.g.
>
> create column family MyColumnFamily with comparator=UTF8Type;
>
>
> 2012/3/26 puneet loya
>
>> It is giving errors like " Unable to find abstract-type class
>> 'org.apache.cassandra.db.marshal.utf8' "
>>
>> and java.lan
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 b
cassandra cluster.
>>>
>>>
>>> Garvita Mehta
>>> CEG - Open Source Technology Group
>>> Tata Consultancy Services
>>> Ph:- +91 22 67324756
>>> Mailto: garvita.me...@tcs.com
>>> Website: http://www.tcs.com
>>> __
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
39 matches
Mail list logo