Return-Path: Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: (qmail 13882 invoked from network); 20 Apr 2010 02:21:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Apr 2010 02:21:31 -0000 Received: (qmail 60711 invoked by uid 500); 20 Apr 2010 02:21:30 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 60676 invoked by uid 500); 20 Apr 2010 02:21:30 -0000 Mailing-List: contact dev-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 dev@cassandra.apache.org Received: (qmail 60668 invoked by uid 99); 20 Apr 2010 02:21:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 02:21:30 +0000 X-ASF-Spam-Status: No, hits=-0.3 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbellis@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 02:21:24 +0000 Received: by wyb40 with SMTP id 40so2307418wyb.31 for ; Mon, 19 Apr 2010 19:21:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:content-type :content-transfer-encoding; bh=u3ya1R8gUbDrKekPGQg5wN3LWoLzCvLcMXwjXlyaiC8=; b=a+J2xxaycKgxiSfvfiA4GIY8VMb7A3hUKtsPRbyP3m2THqdupPwwWOLfqgr6oDHYA6 e3xXd3Yi7JsKC/JP372G+okjRwPPGVc/deDCI0WQFk1Hpsmt2Nq/Ka8uC9R9vLoYZobp t6a3PUjZONEdY/2gVWVb4tqtYdmgptaR8jueU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=kw5CT6ruuWT86FgTZnL4iQITVnNp5vtiIDWjv9CXC+Re/HQocu55qQqXepL002GbrA OkaK4jNGFk45GPVIs+gpsOzT9viFTncq4ikekDmf2oNTZtKzb5uhBZFT6Pus0EmeP8nf QTnaKssjFU75ADeJl1roI3KHOfmuQ0ABlCRLc= MIME-Version: 1.0 Received: by 10.216.17.147 with HTTP; Mon, 19 Apr 2010 19:20:43 -0700 (PDT) In-Reply-To: References: From: Jonathan Ellis Date: Mon, 19 Apr 2010 21:20:43 -0500 Received: by 10.216.183.143 with SMTP id q15mr637066wem.208.1271730063176; Mon, 19 Apr 2010 19:21:03 -0700 (PDT) Message-ID: Subject: Re: Can not start cassandra in local correctly To: dev@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable It's a one-time operation when upgrading. You're supposed to do it manually that one time. On Mon, Apr 19, 2010 at 9:17 PM, Jeff Zhang wrote: > Gary=EF=BC=8C > > Thank you for your detailed explanation. I looked at the code, it seems n= o > one will call StorageService.loadSchemaFromXML(). > I think we should provide a parameter in CassandraDaemon to control wheth= er > load schema from cassandra.xml > > > > On Mon, Apr 19, 2010 at 9:13 PM, Gary Dusbabek wrot= e: > >> This question is starting to occur with enough frequency that I have >> added a FAQ entry about it. >> >> http://wiki.apache.org/cassandra/FAQ#no_keyspaces >> >> Gary. >> >> >> On Sun, Apr 18, 2010 at 02:46, Jeff Zhang wrote: >> > Hi all, >> > >> > When I use the cassandra trunk, keyspace defined in cassandra.xml can = not >> > been initialized, only two tables "system" and "definitions" is >> initialized. >> > I look at the code , find that some migration work is done in trunk. I= s >> > there anyway I can run it correctly ? or is it a bug ? >> > >> > -- >> > Best Regards >> > >> > Jeff Zhang >> > >> > > > > -- > Best Regards > > Jeff Zhang >