Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 83318 invoked from network); 12 Apr 2010 01:40:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Apr 2010 01:40:05 -0000 Received: (qmail 82721 invoked by uid 500); 12 Apr 2010 01:40:05 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 82704 invoked by uid 500); 12 Apr 2010 01:40:05 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 82696 invoked by uid 99); 12 Apr 2010 01:40:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Apr 2010 01:40:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Apr 2010 01:40:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3C1dfFK021280 for ; Sun, 11 Apr 2010 21:39:42 -0400 (EDT) Message-ID: <2696622.14001271036381624.JavaMail.jira@thor> Date: Sun, 11 Apr 2010 21:39:41 -0400 (EDT) From: "Todd Blose (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-859) update cassandra-cli for mandatory login() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Blose updated CASSANDRA-859: --------------------------------- Attachment: (was: example_session.txt) > update cassandra-cli for mandatory login() > ------------------------------------------ > > Key: CASSANDRA-859 > URL: https://issues.apache.org/jira/browse/CASSANDRA-859 > Project: Cassandra > Issue Type: Task > Components: Tools > Affects Versions: 0.7 > Reporter: Eric Evans > Priority: Minor > Attachments: CASSANDRA-859.patch, example_session.txt > > > With the completion of CASSANDRA-714, the cli will need to be updated accordingly. > * Either the --keyspace command argument (or something equivalent entered interactively after startup), will need to be made required. > * The record specifier should be changed from `keyspace.column_family['row']' to `column_family['row']'. > * The keyspace name should be displayed in the prompt, instead of the fixed string "cassandra" as a reminder of the current working keyspace. > Additionally, a get_string_property("cluster name") was recently added to force connection errors to occur early (the name is also displayed in the banner). Since this changeset will make a login() call mandatory, the get_string_property() call will be unneeded and can be removed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira