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 39FA1D1C3 for ; Sun, 4 Nov 2012 04:48:22 +0000 (UTC) Received: (qmail 62495 invoked by uid 500); 4 Nov 2012 04:48:19 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 62201 invoked by uid 500); 4 Nov 2012 04:48:19 -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 62175 invoked by uid 99); 4 Nov 2012 04:48:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Nov 2012 04:48:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mishra.vivs@gmail.com designates 209.85.160.44 as permitted sender) Received: from [209.85.160.44] (HELO mail-pb0-f44.google.com) (209.85.160.44) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Nov 2012 04:48:11 +0000 Received: by mail-pb0-f44.google.com with SMTP id ro8so3222214pbb.31 for ; Sat, 03 Nov 2012 21:47:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=LPk8eZQycK2hdV8xke6XFo5OIMYiWoZtE7aIUa487N0=; b=nT/ytD8uK5PNDaLZ0xU1ZviGzmdJc+X6hKtIUwYssnmbzaspVfSQ6VEDsb8dEg64gM yt1Z1kZL84LbMVdeFd4RNLOCcWbBh2EMo48jcnW12W6lK6pO2USoM/s4RxJMgtBpAh2C n+l7fMuQ2jmziKfBl9Qcjub80uZGT4MkL660fmRBZ7bX4j2Bw3c6TOmcAREyWyApOHzY KbKIUnE7dUFvKPOPahGZ5bkFStwryBF1wMOANUINQOlxRSIe4bzq7Ldv+pkRuWok030O dueEtnbIHocg+SRrsj/vBgvdgy/o+D13YwibANarBF8IGu6rn30NDzo1/8WVh0UrXmiN +bfg== MIME-Version: 1.0 Received: by 10.68.143.201 with SMTP id sg9mr20253493pbb.32.1352004469984; Sat, 03 Nov 2012 21:47:49 -0700 (PDT) Received: by 10.66.10.71 with HTTP; Sat, 3 Nov 2012 21:47:49 -0700 (PDT) Date: Sun, 4 Nov 2012 10:17:49 +0530 Message-ID: Subject: min_compaction_threshold/max_compaction_threshold From: Vivek Mishra To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=047d7b2e42ac2b0d8f04cda4123b X-Virus-Checked: Checked by ClamAV on apache.org --047d7b2e42ac2b0d8f04cda4123b Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to create column family with "*max_compaction_threshold" and "*min_compaction_threshold" as storage properties, but somehow i am getting: Bad Request: max_compaction_threshold is not a valid keyword argument for CREATE TABLE Bad Request: min_compaction_threshold is not a valid keyword argument for CREATE TABLE As per http://www.datastax.com/docs/1.1/references/cql/cql_storage_options#cql-3-column-family-storage-parameters It should work for Cassandra 1.1.5 and Cassandra 1.1.6. Any idea? -Vivek --047d7b2e42ac2b0d8f04cda4123b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
I am trying to create column family with "max_compaction_threshold"= and "min_compaction_threshold" as storage properties, but somehow i am g= etting:


Bad Request: max_compaction_threshold is not a valid k= eyword argument for CREATE TABLE
Bad Request: min_compaction_threshold is not a valid keyword argument = for CREATE TABLE


As per=A0http://www.datastax.com/docs/1.1/refer= ences/cql/cql_storage_options#cql-3-column-family-storage-parameters

It should work for Cassandra 1.1.5 and Cassandra 1.1.6.= Any idea?



-Vivek
--047d7b2e42ac2b0d8f04cda4123b--