Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 54150 invoked from network); 6 Jan 2011 22:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2011 22:00:36 -0000 Received: (qmail 42949 invoked by uid 500); 6 Jan 2011 22:00:33 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 42904 invoked by uid 500); 6 Jan 2011 22:00:33 -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 42896 invoked by uid 99); 6 Jan 2011 22:00:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jan 2011 22:00:33 +0000 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gre1600@gmail.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qw0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jan 2011 22:00:26 +0000 Received: by qwi2 with SMTP id 2so1419846qwi.31 for ; Thu, 06 Jan 2011 14:00:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=Q+vYQn8dL/lQVG/HxcTbxHAF5hpu+vDaoutNTmvCOBo=; b=XUPsL0huDgj3DsnoRCtSLrvXj5k+wwxMqaf0CJ0F/LFX4mTmWrb0A4X2vIIymd5g/y ihAdp634KGIlFraqZbK3moasr3fIZX+DQ5ra0U4RbUchbKDKxT/b3ML/GK98J6Hl2xrG 9+828EDYOrKkU9uSPzOlGvR7Ngc/RV6PMso2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ctoeVUD+peCs7KHS7j7UTuh+8GX/u4hslMLccwlT9CGayBS27+n0RarcGjqQzHaVWp RveEnx3oqudL/MIFMjOIqifZXoHyi3o9o6zcGFU+EZ5DUs1EASnGScDwizaEZ4aDHQnm /9bwmFQt0Ns7lfc45mA8mrE7esXzHJWbMXV68= MIME-Version: 1.0 Received: by 10.224.28.69 with SMTP id l5mr23240580qac.354.1294351204871; Thu, 06 Jan 2011 14:00:04 -0800 (PST) Received: by 10.220.76.136 with HTTP; Thu, 6 Jan 2011 14:00:04 -0800 (PST) Date: Thu, 6 Jan 2011 14:00:04 -0800 Message-ID: Subject: cassandra 0.7.0 noob question From: felix gao To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=0015175caa82c7f0120499349f29 X-Virus-Checked: Checked by ClamAV on apache.org --0015175caa82c7f0120499349f29 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I started cassandra with very thing untouched in the conf folder, when I examine the cassandra.yaml file, there seems to be a default keyspace defined like below. keyspaces: - name: Keyspace1 replica_placement_strategy: org.apache.cassandra.locator.SimpleStrategy replication_factor: 1 column_families: - name: Standard1 my question is when I ran the cassandra-cli and show keyspaces; only system keyspace is there. What is going on? Thanks, Felix --0015175caa82c7f0120499349f29 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all,

I started cassandra with very thing untouched in the c= onf folder, when I examine the cassandra.yaml file, there seems to be a def= ault keyspace defined like below.
keyspaces:
=A0= =A0 =A0- name: Keyspace1
=A0=A0 =A0 =A0replica_placement_strategy: org.apache.cassandra.locator= .SimpleStrategy
=A0=A0 =A0 =A0replication_factor: 1
=A0= =A0 =A0 =A0column_families:
=A0=A0 =A0 =A0 =A0- name: Standard1

my question is when I ran the cassandra-cli and sho= w keyspaces; only system keyspace is there. =A0What is going on?

Thanks,

Felix=A0
--0015175caa82c7f0120499349f29--