Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A53BBD51D for ; Fri, 6 Jul 2012 19:15:41 +0000 (UTC) Received: (qmail 4222 invoked by uid 500); 6 Jul 2012 19:15:39 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 4190 invoked by uid 500); 6 Jul 2012 19:15:39 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 4180 invoked by uid 99); 6 Jul 2012 19:15:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 19:15:39 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lilyevsky@mooncapital.com designates 38.105.147.185 as permitted sender) Received: from [38.105.147.185] (HELO mcm-exch-hc.MoonCapital.Corp) (38.105.147.185) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 19:15:33 +0000 Received: from mcm-exch-mb.MoonCapital.Corp ([::1]) by mcm-exch-hc.MoonCapital.Corp ([10.5.1.85]) with mapi; Fri, 6 Jul 2012 15:15:05 -0400 From: Leonid Ilyevsky To: "'user@cassandra.apache.org'" Date: Fri, 6 Jul 2012 15:13:44 -0400 Subject: Dynamic CF Thread-Topic: Dynamic CF Thread-Index: Ac1bp/jIxA585DPUQISaLyrk1SLRgAAAwxtw Message-ID: References: <41A0E175-CC7F-49CE-8D1C-5B6624777D19@thelastpickle.com> <68406753-8A12-4F7F-875D-1CB767F1C8CA@thelastpickle.com> In-Reply-To: <68406753-8A12-4F7F-875D-1CB767F1C8CA@thelastpickle.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_A663AF0EC22BAB47966CA61D63C01B385606D234mcmexchmbMoonCa_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_A663AF0EC22BAB47966CA61D63C01B385606D234mcmexchmbMoonCa_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Can I create a dynamic Cf using cql3? What is the syntax? Here is what I tried: cqlsh:test> create table mytest ( ... asset ascii, datetime int, count int, primary key(asset, dateti= me) ) ... with default_validation_class =3D double; Bad Request: default_validation_class is not a valid keyword argument for C= REATE TABLE ________________________________ This email, along with any attachments, is confidential and may be legally = privileged or otherwise protected from disclosure. Any unauthorized dissemi= nation, copying or use of the contents of this email is strictly prohibited= and may be in violation of law. If you are not the intended recipient, any= disclosure, copying, forwarding or distribution of this email is strictly = prohibited and this email and any attachments should be deleted immediately= . This email and any attachments do not constitute an offer to sell or a so= licitation of an offer to purchase any interest in any investment vehicle s= ponsored by Moon Capital Management LP ("Moon Capital"). Moon Capital does = not provide legal, accounting or tax advice. Any statement regarding legal,= accounting or tax matters was not intended or written to be relied upon by= any person as advice. Moon Capital does not waive confidentiality or privi= lege as a result of this email. --_000_A663AF0EC22BAB47966CA61D63C01B385606D234mcmexchmbMoonCa_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Can I create a dynamic Cf using cql3? What is the syntax?

 

Here is what I tried:

 

 

cqlsh:test> create = table mytest (

   &nbs= p;    ... asset ascii, datetime int, count int, primary key(= asset, datetime) )

   &nbs= p;    ...  with default_validation_class =3D double;

Bad Request: default_v= alidation_class is not a valid keyword argument for CREATE TABLE



This email, along with any a= ttachments, is confidential and may be legally privileged or otherwise prot= ected from disclosure. Any unauthorized dissemination, copying or use of th= e contents of this email is strictly prohibited and may be in violation of law. If you are not the intended recipient, any= disclosure, copying, forwarding or distribution of this email is strictly = prohibited and this email and any attachments should be deleted immediately= . This email and any attachments do not constitute an offer to sell or a solicitation of an offer to purcha= se any interest in any investment vehicle sponsored by Moon Capital Managem= ent LP (“Moon Capital”). Moon Capital does not provide legal, a= ccounting or tax advice. Any statement regarding legal, accounting or tax matters was not intended or written to be relied = upon by any person as advice. Moon Capital does not waive confidentiality o= r privilege as a result of this email.
--_000_A663AF0EC22BAB47966CA61D63C01B385606D234mcmexchmbMoonCa_--