You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Nate McCall <na...@datastax.com> on 2012/01/27 16:08:18 UTC

Fwd: How to create a table in Cassandra

[moving to user@cassandra.apache.org]

Since you have it installed, you can start experimenting with the CLI.
Take a look at the following:
http://www.datastax.com/docs/1.0/dml/using_cli

cql-shell as well if you have python in your environment:
http://www.datastax.com/docs/1.0/dml/using_cql

---------- Forwarded message ----------
From:  <an...@polarisft.com>
Date: Fri, Jan 27, 2012 at 2:36 PM
Subject: How to create a table in Cassandra
To: dev@cassandra.apache.org



Can anyone tell me how to create a table in the Cassandra..... I have
installed it... and I am new to this...
Thanks,
Barnabas



This e-Mail may contain proprietary and confidential information and
is sent for the intended recipient(s) only.  If by an addressing or
transmission error this mail has been misdirected to you, you are
requested to delete this mail immediately. You are also hereby
notified that any use, any form of reproduction, dissemination,
copying, disclosure, modification, distribution and/or publication of
this e-mail message, contents or its attachment other than by its
intended recipient/s is strictly prohibited.

Visit us at http://www.polarisFT.com

Re: How to create a table in Cassandra

Posted by "R. Verlangen" <ro...@us2.nl>.
A "table" is called a "column family" in Cassandra.

>From the CLI you can just create one by typing:

create column family MyApplication;


---------- Forwarded message ----------
> From:  <an...@polarisft.com>
> Date: Fri, Jan 27, 2012 at 2:36 PM
> Subject: How to create a table in Cassandra
> To: dev@cassandra.apache.org
>
>
>
> Can anyone tell me how to create a table in the Cassandra..... I have
> installed it... and I am new to this...
> Thanks,
> Barnabas
>
>
>
> This e-Mail may contain proprietary and confidential information and
> is sent for the intended recipient(s) only.  If by an addressing or
> transmission error this mail has been misdirected to you, you are
> requested to delete this mail immediately. You are also hereby
> notified that any use, any form of reproduction, dissemination,
> copying, disclosure, modification, distribution and/or publication of
> this e-mail message, contents or its attachment other than by its
> intended recipient/s is strictly prohibited.
>
> Visit us at http://www.polarisFT.com
>