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 1129A10E0E for ; Thu, 6 Feb 2014 13:50:21 +0000 (UTC) Received: (qmail 51768 invoked by uid 500); 6 Feb 2014 13:49:57 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 51658 invoked by uid 500); 6 Feb 2014 13:49:50 -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 51438 invoked by uid 99); 6 Feb 2014 13:49:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 13:49:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chris.burroughs@gmail.com designates 209.85.216.181 as permitted sender) Received: from [209.85.216.181] (HELO mail-qc0-f181.google.com) (209.85.216.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 13:49:31 +0000 Received: by mail-qc0-f181.google.com with SMTP id e9so3056016qcy.40 for ; Thu, 06 Feb 2014 05:49:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=9xmBKDXjEhoheMDwRKsvK8Kak78bK6HFi4yfZC7Wy/4=; b=hsK2f5vx7WuoR5Va/hgRpV7IyDgw2ah+vV6tIlMJnRATVTZqNYV8Gi8A+CUGZhMCFn zhmloAttxvNKQTCiUE8R56U2A2CbzSlhpi0/GYdlzY4JsKnZAiGtZMmXt+Jd7EaMhCTq BsnsUfuRMNwUTA+ciY2DIXIBc9IReUm4aS+Eoo8QdS8mh9ioe2lCc480gorDzxN+a3Eu +Fv95eI2D1HdZy5jBnojiHsdElwU69P4GtbOArODZnuBQKk4kUqyidNFEJ+0hV6q4f0F eUfdO8TPqarheXb77kGRPiR1qpxkGsR5vyqs2jM7s5+t570j7p//IaHN+IgsTuRyS0BJ kldg== X-Received: by 10.224.30.69 with SMTP id t5mr12711809qac.30.1391694550364; Thu, 06 Feb 2014 05:49:10 -0800 (PST) Received: from [10.2.1.74] ([8.31.169.254]) by mx.google.com with ESMTPSA id d7sm2593478qad.10.2014.02.06.05.49.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Feb 2014 05:49:09 -0800 (PST) Message-ID: <52F3933C.7080308@gmail.com> Date: Thu, 06 Feb 2014 08:50:52 -0500 From: Chris Burroughs User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.0 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Re: what tool will create noncql columnfamilies in cassandra 3a References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 02/05/2014 04:57 AM, Sylvain Lebresne wrote: >> >How will users adjust the meta data of non cql column families > The rational for removing cassandra-cli is mainly that maintaining 2 fully > featured command line interface is a waste of the project resources in the > long > run. It's just a tool using the thrift interface however and you'll still be > able to adjust metadata through the thrift interface as before. As Patricia > mentioned, there is even some existing interactive options like pycassaShell > in the community. It's also wasteful for the community to maintain multiple post 3.0 forks for cassandra-cli so they can continue using Cassandra. It would be more efficient if they cool pool their resources in a central place, like a code repo at Apache.